From dee39e774089bee6040678ff5cbf6eb8b01d0a7d Mon Sep 17 00:00:00 2001 From: Elvio Basello Date: Fri, 9 May 2008 16:41:49 +0000 Subject: quick fix git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1724 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/kvirc/ui/kvi_selectors.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.3.1-10-gc9f91