mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Added qmake project files / standardized #includes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <QApplication>
|
||||
#include <QCoreApplication>
|
||||
|
||||
#include <blackmisc/context.h>
|
||||
#include "blackmisc/context.h"
|
||||
#include "client.h"
|
||||
|
||||
using namespace BlackMisc;
|
||||
@@ -8,7 +8,7 @@ using namespace BlackMisc;
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
BlackMisc::CApplicationContext myApplicationContext;
|
||||
QApplication a(argc, argv);
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
Client client;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user