From f138911b65dfce85c551f9e2e4bbeb595d6c6755 Mon Sep 17 00:00:00 2001 From: un1versal Date: Wed, 2 Mar 2016 12:15:44 +0000 Subject: documentation: formatting/indentation + minor syntax fixes + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes --- src/modules/objects/KvsObject_window.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/modules/objects/KvsObject_window.cpp') diff --git a/src/modules/objects/KvsObject_window.cpp b/src/modules/objects/KvsObject_window.cpp index eb7fab173..2f45829b7 100644 --- a/src/modules/objects/KvsObject_window.cpp +++ b/src/modules/objects/KvsObject_window.cpp @@ -90,16 +90,15 @@ QPixmap * KviKvsScriptWindowWindow::myIconPtr() @description: This class represents a window in a KVIrc frame. Regardless of the parent object passed, the window will be always - a "physical" child of the frame window: you can't embed a window object - inside a widget or another window. The parent object will just "own" this + a [i]physical[/i] child of the frame window: you can't embed a window object + inside a widget or another window. The parent object will just [i]own[/i] this window object and eventually destroy it when it dies. This class can manage only a single central child widget that must be set with $setCentralWidget(). - The central widget MUST be set before you initially call show() + The central widget [b]must[/b] be set before you initially call show() @functions: */ - KVSO_BEGIN_REGISTERCLASS(KvsObject_window,"window","widget") KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_window,setWindowTitle) KVSO_REGISTER_HANDLER_BY_NAME(KvsObject_window,setIcon) -- cgit v1.3.1-10-gc9f91