X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Flibs%2FGui%2Fwindow.h;h=15c426a9864b287b984035a7962e8f15ecc396cb;hb=6e9c71587aab47ea6c2a5913ce28c03109fb8e14;hp=07d3bd3004b02515cac1cef1b32d9c0f175de3b3;hpb=5748bd7fdfa26ef2dd56735f2b7f77ad02c16ae0;p=evaf 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 {