mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 11:36:08 +08:00
refs #316 Swiftcore, swiftgui, and samples use CLogHandler to display subscribed messages.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "guimodeenums.h"
|
||||
#include "blackcore/blackcorefreefunctions.h"
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blackmisc/loghandler.h"
|
||||
#include <QtGlobal>
|
||||
#include <QApplication>
|
||||
#include <QMessageBox>
|
||||
@@ -33,6 +34,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// app
|
||||
QApplication a(argc, argv);
|
||||
BlackMisc::CLogHandler::instance()->install();
|
||||
a.installTranslator(&translator);
|
||||
|
||||
// modes
|
||||
|
||||
Reference in New Issue
Block a user