Commit d95f17cb authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: remove useless disambiguator

parent e9fe22e8
......@@ -493,7 +493,7 @@ class KeySelectorControl : public ConfigControl
Q_OBJECT
public:
explicit KeySelectorControl( vlc_object_t *, module_config_t *, QWidget * );
KeySelectorControl( vlc_object_t *, module_config_t *, QWidget * );
virtual int getType() const;
virtual void doApply();
......@@ -535,7 +535,7 @@ class KeyInputDialog : public QDialog
Q_OBJECT
public:
explicit KeyInputDialog( QTreeWidget *, const QString&, QWidget *, bool b_global = false );
KeyInputDialog( QTreeWidget *, const QString&, QWidget *, bool b_global = false );
int keyValue;
bool conflicts;
void setExistingkeysSet( const QSet<QString> *keyset = NULL );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment