[vlc-commits] Qt: animators: fix reorder warning
    Tristan Matthews 
    git at videolan.org
       
    Thu Feb 27 22:37:51 CET 2014
    
    
  
vlc | branch: master | Tristan Matthews <le.businessman at gmail.com> | Thu Feb 27 16:36:33 2014 -0500| [ab870c51419e2e89db872940d1a21823fc2f4251] | committer: Tristan Matthews
Qt: animators: fix reorder warning
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab870c51419e2e89db872940d1a21823fc2f4251
---
 modules/gui/qt4/util/animators.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt4/util/animators.hpp b/modules/gui/qt4/util/animators.hpp
index 947ac1b..2daee4b 100644
--- a/modules/gui/qt4/util/animators.hpp
+++ b/modules/gui/qt4/util/animators.hpp
@@ -90,8 +90,8 @@ protected slots:
     void updateDelegate();
 
 private:
-    BasicAnimator *animator;
     QAbstractItemView *view;
+    BasicAnimator *animator;
     QPersistentModelIndex index;
 };
 
    
    
More information about the vlc-commits
mailing list