From 5c120859a7921740f3b50a6cd48dd1f165f00400 Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Thu, 9 Jul 2015 16:46:16 +0200 Subject: [PATCH] [dialer] Make the app quit on window close At this point this brings more problems than it solves, so just disable it for now. --- dialer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialer/src/main.cpp b/dialer/src/main.cpp index e6a54f80..9885d08f 100644 --- a/dialer/src/main.cpp +++ b/dialer/src/main.cpp @@ -82,7 +82,7 @@ int main(int argc, char **argv) const QString description = i18n("Plasma Phone Dialer"); const char version[] = PROJECT_VERSION; - app.setQuitOnLastWindowClosed(false); +// app.setQuitOnLastWindowClosed(false); app.setApplicationVersion(version); app.setOrganizationDomain("kde.org");