[vlc-commits] qt: remove apple specific include path

Marvin Scholz git at videolan.org
Wed May 27 20:12:53 CEST 2020


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed May 27 20:10:26 2020 +0200| [71f95625d24224b43adabf09f01894b63e7bc875] | committer: Marvin Scholz

qt: remove apple specific include path

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

 modules/gui/qt/widgets/native/searchlineedit.hpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/modules/gui/qt/widgets/native/searchlineedit.hpp b/modules/gui/qt/widgets/native/searchlineedit.hpp
index ecad5d73f1..864be70718 100644
--- a/modules/gui/qt/widgets/native/searchlineedit.hpp
+++ b/modules/gui/qt/widgets/native/searchlineedit.hpp
@@ -26,11 +26,7 @@
 #ifndef VLC_QT_SEARCHLINEEDIT_HPP_
 #define VLC_QT_SEARCHLINEEDIT_HPP_
 
-#ifdef __APPLE__
-#include "../qt.hpp"
-#else
 #include "qt.hpp"
-#endif
 #include <QLineEdit>
 
 class ClickLineEdit : public QLineEdit



More information about the vlc-commits mailing list