mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-10 03:16:09 +08:00
* class now only contains DBus related code * other functions have been moved to CTesting
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d1827bd162
commit
dc1d5d8586
@@ -13,7 +13,7 @@
|
||||
#include "blackmisc/dbusserver.h"
|
||||
#include "blackmisc/registermetadata.h"
|
||||
#include "blackmisc/network/networkutils.h"
|
||||
#include "blackmisc/test/testutils.h"
|
||||
#include "blackmisc/dbusutils.h"
|
||||
#include "servicetool.h"
|
||||
#include <stdio.h>
|
||||
#include <QCoreApplication>
|
||||
@@ -132,7 +132,7 @@ int main(int argc, char *argv[])
|
||||
if (mode.startsWith("2"))
|
||||
{
|
||||
out << "---------------------------------" << endl;
|
||||
BlackMisc::Test::CTestUtils::showDBusSignatures(out);
|
||||
BlackMisc::CDBusUtils::showDBusSignatures(out);
|
||||
out << "---------------------------------" << endl;
|
||||
goto Menu;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user