[vlc-devel] commit: Cosmetic. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Aug 19 01:56:28 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 18 16:59:34 2008 -0700| [32e1843f33976fcd6e944eadc618c6d04e27f991] | committer: Jean-Baptiste Kempf
Cosmetic.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32e1843f33976fcd6e944eadc618c6d04e27f991
---
modules/gui/qt4/components/interface_widgets.cpp | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp
index c14b3c8..9701c5e 100644
--- a/modules/gui/qt4/components/interface_widgets.cpp
+++ b/modules/gui/qt4/components/interface_widgets.cpp
@@ -58,10 +58,6 @@
#define I_PLAY_TOOLTIP N_("Play\nIf the playlist is empty, open a media")
-/* init static variables in advanced controls */
-mtime_t AdvControlsWidget::timeA = 0;
-mtime_t AdvControlsWidget::timeB = 0;
-
/**********************************************************************
* Video Widget. A simple frame on which video is drawn
* This class handles resize issues
@@ -302,6 +298,10 @@ void VisualSelector::next()
aButton->setMinimumSize( QSize( 26, 26 ) ); \
aButton->setIconSize( QSize( 20, 20 ) ); }
+/* init static variables in advanced controls */
+mtime_t AdvControlsWidget::timeA = 0;
+mtime_t AdvControlsWidget::timeB = 0;
+
AdvControlsWidget::AdvControlsWidget( intf_thread_t *_p_i, bool b_fsCreation = false ) :
QFrame( NULL ), p_intf( _p_i )
{
More information about the vlc-devel
mailing list