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/logbrowser.h
parent7757886ebc7e98a29b1e2f05bc51432a8794c36e (diff)
Structure developer documentation
- rename target "doc-dev" - group into modules - move to doc/dev
Diffstat (limited to 'src/gui/logbrowser.h')
-rw-r--r--src/gui/logbrowser.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gui/logbrowser.h b/src/gui/logbrowser.h
index 243c571a1..cb4bf8711 100644
--- a/src/gui/logbrowser.h
+++ b/src/gui/logbrowser.h
@@ -28,6 +28,10 @@
namespace OCC {
+/*!
+ * \brief The LogWidget class
+ * \ingroup gui
+ */
class LogWidget : public QPlainTextEdit
{
Q_OBJECT
@@ -38,6 +42,10 @@ signals:
};
+/*!
+ * \brief The LogBrowser class
+ * \ingroup gui
+ */
class LogBrowser : public QDialog
{
Q_OBJECT