From b229759b3a23e635d2c41d100dc1685d7fb1730e Mon Sep 17 00:00:00 2001 From: Lukas Holecek <hluk@email.cz> Date: Wed, 8 Mar 2017 15:01:54 +0100 Subject: [PATCH] Remove unneeded include --- src/app/app.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/app.h b/src/app/app.h index dafefe27d..e9b56028a 100644 --- a/src/app/app.h +++ b/src/app/app.h @@ -20,9 +20,8 @@ #ifndef APP_H #define APP_H -#include <QString> - class QCoreApplication; +class QString; /** Application class. */ class App @@ -31,7 +30,7 @@ public: explicit App( const QString &threadName, QCoreApplication *application, - const QString &sessionName = QString() + const QString &sessionName ); virtual ~App(); -- GitLab