Issue #77 Break dependency of dbusutils on airport and simulatedaircraftlist

This commit is contained in:
Mat Sutcliffe
2020-08-28 00:38:25 +01:00
parent 67397c7cdd
commit e848fcd897
2 changed files with 1 additions and 51 deletions

View File

@@ -136,7 +136,7 @@ int main(int argc, char *argv[])
if (mode.startsWith("2"))
{
out << "---------------------------------" << Qt::endl;
BlackMisc::CDBusUtils::showDBusSignatures(out);
//BlackMisc::CDBusUtils::showDBusSignatures(out);
out << "---------------------------------" << Qt::endl;
goto Menu;
}