vlc | branch: master | Tristan Matthews <le.business...@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;
 };
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to