[vlc-commits] commit: Qt: fix compilation warning (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Thu Dec 9 00:37:05 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec  9 00:36:07 2010 +0100| [21f58879331b398f2b91a4fc82fa5dec3442a85a] | committer: Jean-Baptiste Kempf 

Qt: fix compilation warning

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21f58879331b398f2b91a4fc82fa5dec3442a85a
---

 modules/gui/qt4/util/searchlineedit.hpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/util/searchlineedit.hpp b/modules/gui/qt4/util/searchlineedit.hpp
index 6b98017..3e81464 100644
--- a/modules/gui/qt4/util/searchlineedit.hpp
+++ b/modules/gui/qt4/util/searchlineedit.hpp
@@ -27,7 +27,7 @@
 #ifndef _SEARCHLINEEDIT_H_
 #define _SEARCHLINEEDIT_H_
 
-#import "../qt4.hpp"
+#include "qt4.hpp"
 #include <QLineEdit>
 
 #if HAS_QT47
@@ -96,6 +96,8 @@ signals:
     void searchDelayedChanged( const QString& );
 };
 #else
+
+/* On Mac, we try to use the native NSSearchField */
 #include <QMacCocoaViewContainer>
 
 class SearchLineEdit : public QMacCocoaViewContainer



More information about the vlc-commits mailing list