[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:11:42 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=d8c21ea
The following commit has been merged in the master branch:
commit d8c21eadf5e161d7f80191b1501cb1342318ef57
Author: David Edmundson <kde at davidedmundson.co.uk>
Date: Sun Dec 2 08:28:16 2012 -0800
Remove unused include
---
contact-delegate-compact.cpp | 1 -
contact-delegate.cpp | 1 -
contact-overlays.cpp | 1 -
context-menu.cpp | 3 +--
4 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/contact-delegate-compact.cpp b/contact-delegate-compact.cpp
index ce4dcf3..886d10d 100644
--- a/contact-delegate-compact.cpp
+++ b/contact-delegate-compact.cpp
@@ -35,7 +35,6 @@
#include <KDE/KLocale>
#include <KTp/Models/contacts-model.h>
-#include <KTp/Models/contact-model-item.h>
#include <KTp/Models/proxy-tree-node.h>
#include <KTp/Models/groups-model-item.h>
#include <KTp/Models/groups-model.h>
diff --git a/contact-delegate.cpp b/contact-delegate.cpp
index accad5f..65e00ba 100644
--- a/contact-delegate.cpp
+++ b/contact-delegate.cpp
@@ -35,7 +35,6 @@
#include <KDE/KLocale>
#include <KTp/Models/contacts-model.h>
-#include <KTp/Models/contact-model-item.h>
#include <KTp/Models/proxy-tree-node.h>
#include <KTp/Models/groups-model-item.h>
#include <KTp/Models/groups-model.h>
diff --git a/contact-overlays.cpp b/contact-overlays.cpp
index d887c8c..8a4856c 100644
--- a/contact-overlays.cpp
+++ b/contact-overlays.cpp
@@ -26,7 +26,6 @@
#include <KDebug>
#include <KTp/Models/contacts-model.h>
-#include <KTp/Models/contact-model-item.h>
const int spacing = IconSize(KIconLoader::Dialog) / 8;
diff --git a/context-menu.cpp b/context-menu.cpp
index 8c8536f..4d1aa08 100644
--- a/context-menu.cpp
+++ b/context-menu.cpp
@@ -30,7 +30,6 @@
#include <KAction>
#include <KTp/Models/contacts-model.h>
-#include <KTp/Models/contact-model-item.h>
#include <KTp/Models/proxy-tree-node.h>
#include <KTp/Models/groups-model-item.h>
#include <KTp/Models/groups-model.h>
@@ -166,7 +165,7 @@ KMenu* ContextMenu::contactContextMenu(const QModelIndex &index)
if (m_logManager->exists(account, entity, Tpl::EventTypeMaskText)) {
action->setEnabled(true);
}
-
+
menu->addSeparator();
action = menu->addAction(KIcon("dialog-information"), i18n("Configure Notifications ..."));
action->setEnabled(true);
--
ktp-contact-list packaging
More information about the pkg-kde-commits
mailing list