From 8fa1bdfa80b7705636124c3c1211ac3238e9b2be Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sat, 19 Dec 2015 09:06:40 +0100 Subject: [PATCH] Remove comment. --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 1ce18d5ac..b1b6a29dc 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,8 +66,6 @@ int main(int argc, char *argv[]) { Application application(APP_LOW_NAME, argc, argv); qDebug("Instantiated Application class."); - // TODO: dat '\n' do konstant - // Check if another instance is running. if (application.sendMessage((QStringList() << APP_IS_RUNNING << application.arguments().mid(1)).join(ARGUMENTS_LIST_SEPARATOR))) { qWarning("Another instance of the application is already running. Notifying it.");