public string ping(string arg) { QMetaObject.InvokeMethod(QCoreApplication.Instance(), "quit"); return("ping(\"" + arg + "\") got called"); }