From 341c38a31f4bde9a2f016b4d58a11b8beb2bae5a Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Sun, 11 Jan 2015 18:36:08 +0100 Subject: Implemented adding App by opening .pbw file --- daemon/daemon.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'daemon/daemon.cpp') diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp index b645eba..85af751 100644 --- a/daemon/daemon.cpp +++ b/daemon/daemon.cpp @@ -48,6 +48,7 @@ int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); app.setApplicationName("pebble"); // Use the same appname as the UI. + app.setOrganizationName(""); QStringList filterRules; -- cgit v1.2.3