From ff14d2b59dbb5bf0b32e0e055cdfde805c63552d Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 26 Feb 2015 19:19:38 +0000 Subject: Fixed new line issue --- singleapplication.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'singleapplication.h') diff --git a/singleapplication.h b/singleapplication.h index 2fabfbd..7fab2a7 100644 --- a/singleapplication.h +++ b/singleapplication.h @@ -6,8 +6,7 @@ #include /** - * @brief The SingleApplication class handles multipe instances of the -same Application + * @brief The SingleApplication class handles multipe instances of the same Application * @see QApplication */ class SingleApplication : public QApplication @@ -30,4 +29,3 @@ private: }; #endif // SINGLE_APPLICATION_H - -- cgit v1.2.1