[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bkio-upnp-ms=5D_/=3A_fix_warnings?=
From:       Nikhil Marathe <nsm.nikhil () gmail ! com>
Date:       2011-06-04 15:33:59
Message-ID: 20110604153359.7241EA60D1 () git ! kde ! org
[Download RAW message or body]

Git commit 154b1eea11b145bdd0c5ffe02c622f413c5f6377 by Nikhil Marathe.
Committed on 21/05/2011 at 02:05.
Pushed by nikhilm into branch 'master'.

fix warnings

M  +1    -1    persistentaction.cpp     

http://commits.kde.org/kio-upnp-ms/154b1eea11b145bdd0c5ffe02c622f413c5f6377

diff --git a/persistentaction.cpp b/persistentaction.cpp
index 401b619..e4418ed 100644
--- a/persistentaction.cpp
+++ b/persistentaction.cpp
@@ -40,9 +40,9 @@ public:
 
 PersistentAction::PersistentAction( Herqq::Upnp::HClientAction *action, QObject \
*parent, uint maximumTries )  : QObject( parent )
-    , m_action( action )
     , m_maximumTries( maximumTries )
     , m_timer( new QTimer( this ) )
+    , m_action( action )
 {
     connect( m_timer, SIGNAL( timeout() ), this, SLOT( timeout() ) );
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic