[vlc-commits] Qt: remove useless disambiguator
Francois Cartegnie
git at videolan.org
Sun Dec 30 20:52:32 CET 2012
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Dec 30 20:22:37 2012 +0100| [d95f17cbbc02e81fbcf4056c48c08bfef5aa5ce3] | committer: Francois Cartegnie
Qt: remove useless disambiguator
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d95f17cbbc02e81fbcf4056c48c08bfef5aa5ce3
---
modules/gui/qt4/components/preferences_widgets.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.hpp b/modules/gui/qt4/components/preferences_widgets.hpp
index ae9fee1..18d4955 100644
--- a/modules/gui/qt4/components/preferences_widgets.hpp
+++ b/modules/gui/qt4/components/preferences_widgets.hpp
@@ -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 );
More information about the vlc-commits
mailing list