aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.h
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2015-02-26 19:19:38 +0000
committerItay Grudev <itay@grudev.com>2015-02-26 19:19:38 +0000
commitff14d2b59dbb5bf0b32e0e055cdfde805c63552d (patch)
treec687d0be2dd1c9a15a4f3bc8af31d23cde3fde9d /singleapplication.h
parentAdded documentation (diff)
downloadsingleapplication-ff14d2b59dbb5bf0b32e0e055cdfde805c63552d.tar.xz
Fixed new line issue
Diffstat (limited to 'singleapplication.h')
-rw-r--r--singleapplication.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/singleapplication.h b/singleapplication.h
index 2fabfbd..7fab2a7 100644
--- a/singleapplication.h
+++ b/singleapplication.h
@@ -6,8 +6,7 @@
#include <QLocalServer>
/**
- * @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
-