aboutsummaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 1e71ada..ea3c7a4 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
QLibHomeScreen* qhsHandler = new QLibHomeScreen();
qhsHandler->init(port, secret.toStdString().c_str());
qhsHandler->set_event_handler(QLibHomeScreen::Event_TapShortcut, [qwmHandler, myname](json_object *object){
- qDebug("Surface %s got tapShortcut\n", myname);
+ qDebug("Surface %s got tapShortcut\n", qPrintable(myname));
qwmHandler->activateWindow(myname);
});
// Load qml