[vlc-devel] [PATCH] gui/qt: info_panels: remove things related to QSpinBox

Filip Roséen filip at atch.se
Sat Feb 25 07:56:14 CET 2017


These are no longer required as there is nothing that uses it anymore.

--

Forgot to do a fixup of this patch onto the one that this is a reply
to; sorry for the inconvenience.
---
 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 cf695374c7..1b5f49f56e 100644
--- a/modules/gui/qt/components/info_panels.cpp
+++ b/modules/gui/qt/components/info_panels.cpp
@@ -45,7 +45,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 f194a1c396..ed06d1884f 100644
--- a/modules/gui/qt/components/info_panels.hpp
+++ b/modules/gui/qt/components/info_panels.hpp
@@ -37,7 +37,6 @@
 
 class QTreeWidget;
 class QTreeWidgetItem;
-class QSpinBox;
 class QLineEdit;
 class CoverArtLabel;
 class QTextEdit;
-- 
2.11.1



More information about the vlc-devel mailing list