mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T730, namespace for BlackCore::Afv
* added namespace * removed some *.pri files and added files to blackcore.pro * added copyright etc.
This commit is contained in:
committed by
Mat Sutcliffe
parent
d064da13b5
commit
384aa3ce19
@@ -1,4 +1,5 @@
|
||||
// #include "voiceclientui.h"
|
||||
|
||||
#include "models/atcstationmodel.h"
|
||||
#include "clients/afvclient.h"
|
||||
#include "afvmapreader.h"
|
||||
@@ -10,6 +11,8 @@
|
||||
#include <QPointer>
|
||||
#include <QThread>
|
||||
|
||||
using namespace BlackCore::Afv::Clients;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
|
||||
Reference in New Issue
Block a user