diff options
| author | 2009-09-02 17:14:59 +0000 | |
|---|---|---|
| committer | 2009-09-02 17:14:59 +0000 | |
| commit | b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37 (patch) | |
| tree | 9bb2e7591dadf0841c3acf2582755762aee2350d /src/modules/objects/class_vbox.cpp | |
| parent | more compilation denoising (diff) | |
| download | KVIrc-b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37.tar.gz KVIrc-b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37.tar.bz2 KVIrc-b1c5a9cbd8a51fe98ec0e44d9f97788c81518a37.zip | |
even moar compilation denoising
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3469 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects/class_vbox.cpp')
| -rw-r--r-- | src/modules/objects/class_vbox.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/objects/class_vbox.cpp b/src/modules/objects/class_vbox.cpp index 587e31f34..653f43d2c 100644 --- a/src/modules/objects/class_vbox.cpp +++ b/src/modules/objects/class_vbox.cpp @@ -106,6 +106,9 @@ KVSO_END_CONSTRUCTOR(KviKvsObject_vbox) bool KviKvsObject_vbox::init(KviKvsRunTimeContext * pContext,KviKvsVariantList *pParams) { + Q_UNUSED(pContext); + Q_UNUSED(pParams); + SET_OBJECT(KviTalVBox); return true; } |
