vlc | branch: master | Filip Roséen <[email protected]> | Sat Feb 25 07:56:14 2017 +0100| [db9d20eea6818d81038c29165344dfbf6a3ae6a3] | committer: Jean-Baptiste Kempf
gui/qt: info_panels: remove things related to QSpinBox These are no longer required as there is nothing that uses it anymore. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=db9d20eea6818d81038c29165344dfbf6a3ae6a3 --- modules/gui/qt/components/info_panels.cpp | 1 - modules/gui/qt/components/info_panels.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/gui/qt/components/info_panels.cpp b/modules/gui/qt/components/info_panels.cpp index 9341c90..aa94d5f 100644 --- a/modules/gui/qt/components/info_panels.cpp +++ b/modules/gui/qt/components/info_panels.cpp @@ -46,7 +46,6 @@ #include <QGridLayout> #include <QLineEdit> #include <QLabel> -#include <QSpinBox> #include <QTextEdit> /************************************************************************ diff --git a/modules/gui/qt/components/info_panels.hpp b/modules/gui/qt/components/info_panels.hpp index 57d6f25..ae3eac0 100644 --- a/modules/gui/qt/components/info_panels.hpp +++ b/modules/gui/qt/components/info_panels.hpp @@ -38,7 +38,6 @@ class QTreeWidget; class QTreeWidgetItem; class QTableWidget; -class QSpinBox; class QLineEdit; class CoverArtLabel; class QTextEdit; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
