mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix typos that break the build on non-Windows machines
This commit is contained in:
parent
3fc6365928
commit
f9151ee3f2
@ -1,6 +1,6 @@
|
|||||||
#include "FoxLog.hpp"
|
#include "FoxLog.hpp"
|
||||||
|
|
||||||
#include <String>
|
#include <QString>
|
||||||
#include <QDateTime>
|
#include <QDateTime>
|
||||||
#include <QSqlDatabase>
|
#include <QSqlDatabase>
|
||||||
#include <QSqlTableModel>
|
#include <QSqlTableModel>
|
||||||
|
@ -64,7 +64,7 @@
|
|||||||
#include "LotWUsers.hpp"
|
#include "LotWUsers.hpp"
|
||||||
#include "logbook/AD1CCty.hpp"
|
#include "logbook/AD1CCty.hpp"
|
||||||
#include "models/FoxLog.hpp"
|
#include "models/FoxLog.hpp"
|
||||||
#include "FoXLogWindow.hpp"
|
#include "FoxLogWindow.hpp"
|
||||||
|
|
||||||
#include "ui_mainwindow.h"
|
#include "ui_mainwindow.h"
|
||||||
#include "moc_mainwindow.cpp"
|
#include "moc_mainwindow.cpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user