]> vaikene.ee Git - evaf/blobdiff - src/libs/Gui/window.h
Documentation fixes.
[evaf] / src / libs / Gui / window.h
index 07d3bd3004b02515cac1cef1b32d9c0f175de3b3..15c426a9864b287b984035a7962e8f15ecc396cb 100644 (file)
@@ -38,8 +38,8 @@ namespace Gui {
  * eVaf GUI window class.
  * @code#include <Gui/Window>@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
 {