Commit 21f58879 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix compilation warning

parent 2e16b1da
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef _SEARCHLINEEDIT_H_ #ifndef _SEARCHLINEEDIT_H_
#define _SEARCHLINEEDIT_H_ #define _SEARCHLINEEDIT_H_
#import "../qt4.hpp" #include "qt4.hpp"
#include <QLineEdit> #include <QLineEdit>
#if HAS_QT47 #if HAS_QT47
...@@ -96,6 +96,8 @@ signals: ...@@ -96,6 +96,8 @@ signals:
void searchDelayedChanged( const QString& ); void searchDelayedChanged( const QString& );
}; };
#else #else
/* On Mac, we try to use the native NSSearchField */
#include <QMacCocoaViewContainer> #include <QMacCocoaViewContainer>
class SearchLineEdit : public QMacCocoaViewContainer class SearchLineEdit : public QMacCocoaViewContainer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment