Index: sources/gui/GuiView.h =================================================================== diff -u -rc503f43840024e18650c1ac558448dd0f3b70427 -rbb74da05f81b82dad3ec844c1feb1135b949f1c2 --- sources/gui/GuiView.h (.../GuiView.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) +++ sources/gui/GuiView.h (.../GuiView.h) (revision bb74da05f81b82dad3ec844c1feb1135b949f1c2) @@ -27,7 +27,11 @@ // namespace namespace Gui { - +/*! + * \brief The GuiView class + * \details Global view which is used mostly for non-messaging purposes. + * Different purposes could be like device notifications and such. + */ class GuiView : public QObject { Q_OBJECT