[vlc-commits] gui/qt: info_panels: remove things related to QSpinBox
Filip Roséen
git at videolan.org
Sat Feb 25 15:29:51 CET 2017
vlc | branch: master | Filip Roséen <filip at atch.se> | 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 <jb at videolan.org>
> 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;
More information about the vlc-commits
mailing list