Remove comment.

This commit is contained in:
Martin Rotter 2015-12-19 09:06:40 +01:00
parent 1888376403
commit 8fa1bdfa80
1 changed files with 0 additions and 2 deletions

View File

@ -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.");