aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2008-05-09 16:41:49 +0000
committerGravatar Elvio Basello2008-05-09 16:41:49 +0000
commitdee39e774089bee6040678ff5cbf6eb8b01d0a7d (patch)
treebca3b119147e820809bd9c56ebfe38561081ee69 /src
parentupdated (diff)
downloadKVIrc-dee39e774089bee6040678ff5cbf6eb8b01d0a7d.tar.gz
KVIrc-dee39e774089bee6040678ff5cbf6eb8b01d0a7d.tar.bz2
KVIrc-dee39e774089bee6040678ff5cbf6eb8b01d0a7d.zip
quick fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1724 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/kvirc/ui/kvi_selectors.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/kvirc/ui/kvi_selectors.cpp b/src/kvirc/ui/kvi_selectors.cpp
index de9107386..7f05f0732 100644
--- a/src/kvirc/ui/kvi_selectors.cpp
+++ b/src/kvirc/ui/kvi_selectors.cpp
@@ -368,7 +368,9 @@ QString KviFileSelector::text()
return m_pLineEdit->text();
}
-//#warning "This should be fixed: otherwise we have to pass a null pointer to call the class"
+#ifndef COMPILE_ON_WINDOWS
+#warning "This should be fixed: otherwise we have to pass a null pointer to call the class"
+#endif
/* FIXME: to call the class having a blank line, we have to pass a null value
to pOption
QString * szOption = new QString();