summaryrefslogtreecommitdiff
path: root/daemon/daemon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/daemon.cpp')
-rw-r--r--daemon/daemon.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp
index c9456c6..b745e5c 100644
--- a/daemon/daemon.cpp
+++ b/daemon/daemon.cpp
@@ -70,6 +70,7 @@ void initLogging()
int main(int argc, char *argv[])
{
QCoreApplication app(argc, argv);
+ app.setApplicationName("pebble"); // Use the same appname as the UI.
// Init logging should be called after app object creation as initLogging() will examine
// QCoreApplication for determining the .conf files locations