[vlc-commits] Qt: remove Extension's WidgetMapper destructor
Jean-Baptiste Kempf
git at videolan.org
Sun May 18 13:13:29 CEST 2014
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun May 18 12:47:05 2014 +0200| [81efe326866643046438c266ce92014a47c08f39] | committer: Jean-Baptiste Kempf
Qt: remove Extension's WidgetMapper destructor
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81efe326866643046438c266ce92014a47c08f39
---
modules/gui/qt4/dialogs/extensions.hpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt4/dialogs/extensions.hpp b/modules/gui/qt4/dialogs/extensions.hpp
index 48ca9c3..c4ae037 100644
--- a/modules/gui/qt4/dialogs/extensions.hpp
+++ b/modules/gui/qt4/dialogs/extensions.hpp
@@ -138,7 +138,6 @@ private:
public:
WidgetMapper( extension_widget_t *_p_widget ) :
QObject(NULL), p_widget(_p_widget) {}
- ~WidgetMapper() {}
extension_widget_t* getWidget() { return p_widget; }
};
More information about the vlc-commits
mailing list