From 6e9c71587aab47ea6c2a5913ce28c03109fb8e14 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enar=20V=C3=A4ikene?= Date: Tue, 29 Nov 2011 15:05:19 +0200 Subject: [PATCH] Documentation fixes. --- src/libs/Gui/window.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.45.0