[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:02:08 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=e763447
The following commit has been merged in the master branch:
commit e7634472c23d9907a56eb42eaeddfdbaafaf44a1
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date: Fri May 4 11:47:20 2012 +0200
Normalize signal/slot signature
---
src/KCMTelepathyAccounts/simple-profile-select-widget.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp b/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
index 58cfbf2..174488e 100644
--- a/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
+++ b/src/KCMTelepathyAccounts/simple-profile-select-widget.cpp
@@ -119,8 +119,8 @@ SimpleProfileSelectWidget::SimpleProfileSelectWidget(ProfileListModel *profileLi
connect(buttonMsn, SIGNAL(clicked()), d->signalMapper, SLOT(map()));
connect(buttonOthers, SIGNAL(clicked()), this, SIGNAL(othersChosen()));
- connect(d->signalMapper,SIGNAL(mapped(const QString &)),
- this, SLOT(onProfileClicked(const QString &)));
+ connect(d->signalMapper,SIGNAL(mapped(QString)),
+ this, SLOT(onProfileClicked(QString)));
// Add them to the Layout
d->ui->verticalLayout->addWidget(buttonJabber);
--
ktp-accounts-kcm packaging
More information about the pkg-kde-commits
mailing list