From 8e5325484843e144f628d0300902eb6d196fa24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Thu, 17 Jul 2014 13:34:19 +0100 Subject: [PATCH] Whitespace. --- dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialog.cpp b/dialog.cpp index 5fbfdb9..6c22698 100644 --- a/dialog.cpp +++ b/dialog.cpp @@ -60,7 +60,7 @@ void Dialog::connectToClients() line = in.readLine(); if (line != QString()) { - QStringList arguments; + QStringList arguments; arguments << QStringLiteral("-controlservice") << QStringLiteral("-connect") << line; QProcess *process = new QProcess(); process->start(command, arguments);