Skip to content
Snippets Groups Projects
Commit d38c9219 authored by Lyndon Brown's avatar Lyndon Brown Committed by Jean-Baptiste Kempf
Browse files

qt: remove unused custom QVLCStackedWidget widget

unused since e1c82853
parent e09db820
No related branches found
No related tags found
No related merge requests found
......@@ -76,16 +76,6 @@ signals:
void longClicked();
};
class QVLCStackedWidget : public QStackedWidget
{
public:
QVLCStackedWidget( QWidget *parent ) : QStackedWidget( parent ) { }
QSize minimumSizeHint () const
{
return currentWidget() ? currentWidget()->minimumSizeHint() : QSize();
}
};
class QVLCDebugLevelSpinBox : public QSpinBox
{
Q_OBJECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment