[partition] Drop label on swap-options box

This commit is contained in:
Adriaan de Groot 2018-09-12 08:42:21 -04:00
parent a791818a65
commit dc492b301c
3 changed files with 4 additions and 5 deletions

View file

@ -50,7 +50,7 @@ public:
virtual QRadioButton* buttonWidget() const;
/** @brief Add an options drop-down to this button. */
void addOptionsComboBox( const QString& label, QComboBox* );
void addOptionsComboBox( QComboBox* );
protected:
ClickableLabel* m_label;