[vlc-devel] commit: Qt bugfix: pressing Enter Key in preferences dialog should save prefs ( Jean-Philippe Andre )
git version control
git at videolan.org
Tue Sep 2 04:49:28 CEST 2008
vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Mon Sep 1 21:40:22 2008 -0400| [353a8f7bb34ebf4409b1f4588b273a10efb472f6] | committer: Jean-Philippe Andre
Qt bugfix: pressing Enter Key in preferences dialog should save prefs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=353a8f7bb34ebf4409b1f4588b273a10efb472f6
---
modules/gui/qt4/dialogs/preferences.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/dialogs/preferences.hpp b/modules/gui/qt4/dialogs/preferences.hpp
index 634df78..b451851 100644
--- a/modules/gui/qt4/dialogs/preferences.hpp
+++ b/modules/gui/qt4/dialogs/preferences.hpp
@@ -91,6 +91,7 @@ private slots:
void save();
void cancel();
void reset();
+ void close() { save(); };
};
#endif
More information about the vlc-devel
mailing list