[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:33 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=4eb1b35

The following commit has been merged in the master branch:
commit 4eb1b351da9d3ec121437bad110529c71168b6b7
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Dec 4 14:56:51 2014 +0100

    Fix trivial warnings
---
 KTp/Models/contacts-filter-model.cpp | 2 +-
 tools/debugger/main-window.cpp       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/KTp/Models/contacts-filter-model.cpp b/KTp/Models/contacts-filter-model.cpp
index f5e6973..86f943c 100644
--- a/KTp/Models/contacts-filter-model.cpp
+++ b/KTp/Models/contacts-filter-model.cpp
@@ -329,7 +329,7 @@ bool ContactsFilterModel::Private::filterAcceptsContact(const QModelIndex &index
     return true;
 }
 
-bool ContactsFilterModel::Private::filterAcceptsGroup(const QModelIndex &index)
+bool ContactsFilterModel::Private::filterAcceptsGroup(const QModelIndex &/*index*/)
 {
     return true;
 }
diff --git a/tools/debugger/main-window.cpp b/tools/debugger/main-window.cpp
index a7b34a8..ab63185 100644
--- a/tools/debugger/main-window.cpp
+++ b/tools/debugger/main-window.cpp
@@ -42,7 +42,7 @@ MainWindow::MainWindow(QWidget *parent)
     Tp::PendingReady *pendingReady = m_AccountManager->becomeReady();
     connect(pendingReady, SIGNAL(finished(Tp::PendingOperation*)), this, SLOT(onAccountManagerBecameReady(Tp::PendingOperation*)));
 
-    KAction *saveLogAction = new KAction(QIcon::fromTheme(QLatin1String("document-save-as")), i18n("Save Log"), this);
+    QAction *saveLogAction = new QAction(QIcon::fromTheme(QLatin1String("document-save-as")), i18n("Save Log"), this);
     saveLogAction->setToolTip(i18nc("Toolbar icon tooltip", "Save log of the current tab"));
     toolBar()->addAction(saveLogAction);
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list