From: Enar Väikene Date: Tue, 29 Nov 2011 13:05:19 +0000 (+0200) Subject: Documentation fixes. X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=commitdiff_plain;h=6e9c71587aab47ea6c2a5913ce28c03109fb8e14 Documentation fixes. --- diff --git a/src/libs/Gui/window.h b/src/libs/Gui/window.h index 07d3bd3..15c426a 100644 --- a/src/libs/Gui/window.h +++ b/src/libs/Gui/window.h @@ -38,8 +38,8 @@ namespace Gui { * eVaf GUI window class. * @code#include @endcode * - * The Gui::Window class is a common ancestor for all the windows in eVaf applications. Objects of Gui::Window class - * can be added to one of the eVaf Window managers. + * The Gui::Window class is a common ancestor for all the eVaf windows. eVaf applications can have different window managers + * that manage Gui::Window objects. */ class GUI_EXPORT Window : public QWidget {