[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kaccounts-providers] pages: Set serviceOption binary mode on all wizards
From:       Alex Fiestas <afiestas () kde ! org>
Date:       2015-10-15 21:01:24
Message-ID: E1ZmpeO-0000yK-TX () scm ! kde ! org
[Download RAW message or body]

Git commit c83dda29efce8017f0b28a14fda215c7b7a84b99 by Alex Fiestas.
Committed on 07/05/2012 at 22:04.
Pushed by mklapetek into branch 'master'.

Set serviceOption binary mode on all wizards

M  +1    -0    pages/oservices.cpp

http://commits.kde.org/kaccounts-providers/c83dda29efce8017f0b28a14fda215c7b7a84b99

diff --git a/pages/oservices.cpp b/pages/oservices.cpp
index 26f57b3..2bbffe1 100644
--- a/pages/oservices.cpp
+++ b/pages/oservices.cpp
@@ -48,6 +48,7 @@ void OServices::initializePage()
 void OServices::addOption(const QString& text, const QString& displayText)
 {
     ServiceOption *option = new ServiceOption(text, displayText, this);
+    option->setBinary(true);
     connect(option, SIGNAL(toggled(QString, bool)), this, SLOT(optionToggled(QString, bool)));
 
     m_wizard->activateOption(text, true);

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic