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

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:01:14 UTC 2016


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

The following commit has been merged in the master branch:
commit 3d1a18d4e4c2cd1b4f956984c969e1137ba4fd25
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Dec 30 03:45:08 2011 +0100

    Add kWarning
---
 src/KCMTelepathyAccounts/parameter-edit-model.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/KCMTelepathyAccounts/parameter-edit-model.cpp b/src/KCMTelepathyAccounts/parameter-edit-model.cpp
index 909df72..1aeacd5 100644
--- a/src/KCMTelepathyAccounts/parameter-edit-model.cpp
+++ b/src/KCMTelepathyAccounts/parameter-edit-model.cpp
@@ -298,6 +298,7 @@ bool ParameterEditModel::validateParameterValues()
 {
     Q_FOREACH (ParameterItem *item, m_items) {
         if (item->validity() != QValidator::Acceptable) {
+           kWarning() << "Parameter" << item->name() << "is not valid:" << item->value();
            Q_EMIT feedbackMessage(i18n("Parameter \"<b>%1</b>\" is not valid.",
                                 item->localizedName()),
                                 QString(),

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list