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/settingsdialog.h
parent7757886ebc7e98a29b1e2f05bc51432a8794c36e (diff)
Structure developer documentation
- rename target "doc-dev" - group into modules - move to doc/dev
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index f8e311a0a..a4db7150b 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -34,6 +34,10 @@ class Application;
class FolderMan;
class ownCloudGui;
+/*!
+ * \brief The SettingsDialog class
+ * \ingroup gui
+ */
class SettingsDialog : public QDialog
{
Q_OBJECT