diff options
| author | 2017-02-23 19:58:16 +0000 | |
|---|---|---|
| committer | 2017-02-23 19:58:41 +0000 | |
| commit | 77c1f059c785e32b5e48c0c27b94ad6f86b08285 (patch) | |
| tree | 696e33d78692bc5d2033567cab99ae18c2fa22fc /src/modules/objects/KvsObject_window.cpp | |
| parent | Disable old broken OnURLLinkPopupRequest when restoring default script; fix #... (diff) | |
| download | KVIrc-77c1f059c785e32b5e48c0c27b94ad6f86b08285.tar.gz KVIrc-77c1f059c785e32b5e48c0c27b94ad6f86b08285.tar.bz2 KVIrc-77c1f059c785e32b5e48c0c27b94ad6f86b08285.zip | |
Miscellaneous documentation fixes
Diffstat (limited to 'src/modules/objects/KvsObject_window.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_window.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/objects/KvsObject_window.cpp b/src/modules/objects/KvsObject_window.cpp index 43fb2aea3..28ccbd7a8 100644 --- a/src/modules/objects/KvsObject_window.cpp +++ b/src/modules/objects/KvsObject_window.cpp @@ -94,6 +94,8 @@ QPixmap * KviKvsScriptWindowWindow::myIconPtr() be set with $setCentralWidget(). The central widget [b]must[/b] be set before you initially call show() @functions: + !fn: $setCentralWidget(<widget:object>) + Sets the central widget for the window to <wid>. */ KVSO_BEGIN_REGISTERCLASS(KvsObject_window, "window", "widget") |
