diff options
| author | 2009-09-02 15:56:45 +0000 | |
|---|---|---|
| committer | 2009-09-02 15:56:45 +0000 | |
| commit | 6d86b51b1030208d99649829cea96de0b64b5ed7 (patch) | |
| tree | c226a1dc617171c0a8f74fcce7d492486fcf24d8 /src/modules/objects/class_label.cpp | |
| parent | - trailing whitespace cleanups all over the place (diff) | |
| download | KVIrc-6d86b51b1030208d99649829cea96de0b64b5ed7.tar.gz KVIrc-6d86b51b1030208d99649829cea96de0b64b5ed7.tar.bz2 KVIrc-6d86b51b1030208d99649829cea96de0b64b5ed7.zip | |
Some fix in code and doc + removed obsolete code
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3466 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_label.cpp')
| -rw-r--r-- | src/modules/objects/class_label.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/modules/objects/class_label.cpp b/src/modules/objects/class_label.cpp index b01b7841d..da9e7d867 100644 --- a/src/modules/objects/class_label.cpp +++ b/src/modules/objects/class_label.cpp @@ -245,25 +245,6 @@ KVSO_CLASS_FUNCTION(label,margin) c->returnValue()->setInteger(((QLabel *)widget())->margin()); return true; } -/* -// FIX ME -bool KviKvsObject_label::functionSetAutoResize(KviKvsObjectFunctionCall *c) -{ - bool bEnabled; - KVSO_PARAMETERS_BEGIN(c) - KVSO_PARAMETER("bEnabled",KVS_PT_BOOL,0,bEnabled) - KVSO_PARAMETERS_END(c) - return true; - -} - -// FIX ME -bool KviKvsObject_label::functionAutoResize(KviKvsObjectFunctionCall *c) -{ - if (widget()) c->returnValue()->setBoolean(true); - return true; -} -*/ KVSO_CLASS_FUNCTION(label,setAlignment) { |
