diff options
| author | 2008-05-09 16:24:08 +0000 | |
|---|---|---|
| committer | 2008-05-09 16:24:08 +0000 | |
| commit | c23dc768722d49a32e170b66b9cc1d124d21eaf0 (patch) | |
| tree | c7b5ce20fbc0cabe6e2c1bfd6759b99b28dba8c5 /src | |
| parent | more work on addon module (wip) (diff) | |
| download | KVIrc-c23dc768722d49a32e170b66b9cc1d124d21eaf0.tar.gz KVIrc-c23dc768722d49a32e170b66b9cc1d124d21eaf0.tar.bz2 KVIrc-c23dc768722d49a32e170b66b9cc1d124d21eaf0.zip | |
fix compilation error
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1721 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/ui/kvi_selectors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/kvi_selectors.cpp b/src/kvirc/ui/kvi_selectors.cpp index 8ae0ceb53..de9107386 100644 --- a/src/kvirc/ui/kvi_selectors.cpp +++ b/src/kvirc/ui/kvi_selectors.cpp @@ -368,7 +368,7 @@ QString KviFileSelector::text() return m_pLineEdit->text(); } -#warning "This should be fixed: otherwise we have to pass a null pointer to call the class" +//#warning "This should be fixed: otherwise we have to pass a null pointer to call the class" /* FIXME: to call the class having a blank line, we have to pass a null value to pOption QString * szOption = new QString(); |
