Ref T730, style and removed "old voice code"

This commit is contained in:
Klaus Basan
2019-10-02 00:36:28 +02:00
committed by Mat Sutcliffe
parent 8d84dcbe08
commit 6111c428e9
3 changed files with 6 additions and 52 deletions

View File

@@ -12,6 +12,7 @@
#include <QPointer>
#include <QThread>
using namespace BlackMisc;
using namespace BlackCore::Afv::Clients;
using namespace BlackCore::Afv::Model;
@@ -20,7 +21,7 @@ int main(int argc, char *argv[])
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QGuiApplication qa(argc, argv);
BlackCore::CApplication a("sampleafvclient", BlackMisc::CApplicationInfo::Sample);
BlackCore::CApplication a("sampleafvclient", CApplicationInfo::Sample);
CAfvMapReader *afvMapReader = new CAfvMapReader(&a);
afvMapReader->updateFromMap();