[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:59:00 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=8b67809

The following commit has been merged in the master branch:
commit 8b678091243e14f1e0d624ba4918fd925e8c1974
Author: Dominik Schmidt <dev at dominik-schmidt.de>
Date:   Thu Jan 20 15:14:58 2011 +0100

    Remove warning because wrong order of initialization.
---
 src/KCMTelepathyAccounts/profile-select-widget.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/KCMTelepathyAccounts/profile-select-widget.cpp b/src/KCMTelepathyAccounts/profile-select-widget.cpp
index b9ff21e..0d5c804 100644
--- a/src/KCMTelepathyAccounts/profile-select-widget.cpp
+++ b/src/KCMTelepathyAccounts/profile-select-widget.cpp
@@ -41,8 +41,8 @@ public:
     Private()
      : profileManager(0),
        ui(0),
-       sourceModel(0),
-       sortModel(0)
+       sortModel(0),
+       sourceModel(0)
     {
         kDebug();
     }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list