aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index ff0f2129..29088c39 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1306,10 +1306,6 @@ void Application::subRunningInstance()
bool Application::shouldExitNow() const
{
-#ifdef Q_OS_MACOS
- return false;
-#endif
-
return m_runningInstances == 0 && m_openWindows == 0;
}