Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-06-26 18:07:47 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-29 19:43:21 +0300
commit0735aa1fbda46a46f5de41ecf2d8ce2f319ece17 (patch)
tree1ce57f3d659b68ddaf659bf12ecc8f9996e886b6 /src/gui/application.h
parent7757886ebc7e98a29b1e2f05bc51432a8794c36e (diff)
Structure developer documentation
- rename target "doc-dev" - group into modules - move to doc/dev
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 3657d791b..676ab53ec 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -43,6 +43,10 @@ class Theme;
class Folder;
class SslErrorDialog;
+/*!
+ * \brief The Application class
+ * \ingroup gui
+ */
class Application : public SharedTools::QtSingleApplication
{
Q_OBJECT