mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #358, adjusted samples for model matching
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "blackmisc/blackmiscfreefunctions.h"
|
||||
#include "blacksim/blacksimfreefunctions.h"
|
||||
#include "servicetool.h"
|
||||
#include "blackcore/dbus_server.h"
|
||||
#include <QDBusMetaType>
|
||||
@@ -26,6 +27,7 @@ int main(int argc, char *argv[])
|
||||
// is just for testing, I did not split it up
|
||||
|
||||
BlackMisc::registerMetadata();
|
||||
BlackSim::registerMetadata();
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
// trying to get the arguments into a list
|
||||
|
||||
Reference in New Issue
Block a user