aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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();