[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:23:34 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=70ad65d

The following commit has been merged in the master branch:
commit 70ad65ddc6bd23d8dcd4e8d9e72bb8824f604b26
Author: Andrea Scarpino <andrea at archlinux.org>
Date:   Thu Mar 14 00:01:52 2013 +0059

    Fix warning (-Wreorder)
---
 app/chat-window.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/chat-window.h b/app/chat-window.h
index 277baab..f7c51b3 100644
--- a/app/chat-window.h
+++ b/app/chat-window.h
@@ -170,10 +170,10 @@ private:
     /** Returns whether there's at least one tab with unread message */
     bool hasUnreadMessages() const;
 
-    KTabWidget *m_tabWidget;
-
     KAction *m_sendMessage;
 
+    KTabWidget *m_tabWidget;
+
     Sonnet::DictionaryComboBox *m_spellDictCombo;
     QLabel *m_accountIconLabel;
     qreal m_zoomFactor;

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list