aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_window.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2016-03-02 12:15:44 +0000
committerGravatar un1versal2016-03-14 04:57:12 +0000
commitf138911b65dfce85c551f9e2e4bbeb595d6c6755 (patch)
tree701d5eec803c30160be47f8762b5838e57bc44dd /src/modules/objects/KvsObject_window.cpp
parentcleanup: add or remove empty lines between documentation blocks & code (diff)
downloadKVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.gz
KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.tar.bz2
KVIrc-f138911b65dfce85c551f9e2e4bbeb595d6c6755.zip
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
Diffstat (limited to 'src/modules/objects/KvsObject_window.cpp')
-rw-r--r--src/modules/objects/KvsObject_window.cpp7
1 files changed, 3 insertions, 4 deletions
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)