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

List:       kde-commits
Subject:    [kaccounts-providers] /: Port eveything into the wallet api
From:       Àlex_Fiestas <afiestas () kde ! org>
Date:       2015-10-15 21:01:27
Message-ID: E1ZmpeR-0000yK-4S () scm ! kde ! org
[Download RAW message or body]

Git commit 9154dfbcb90af9008389cf95ac309150854626f5 by Àlex Fiestas.
Committed on 13/06/2012 at 00:42.
Pushed by mklapetek into branch 'master'.

Port eveything into the wallet api

M  +3    -0    owncloud.cpp

http://commits.kde.org/kaccounts-providers/9154dfbcb90af9008389cf95ac309150854626f5

diff --git a/owncloud.cpp b/owncloud.cpp
index 7c5aa84..61ad811 100644
--- a/owncloud.cpp
+++ b/owncloud.cpp
@@ -20,6 +20,7 @@
 #include "pages/basicinfo.h"
 #include "pages/connecting.h"
 #include "pages/oservices.h"
+#include "../google/pages/wallet.h"
 
 #include <klocalizedstring.h>
 #include <kpushbutton.h>
@@ -32,10 +33,12 @@ OwnCloudWizard::OwnCloudWizard(QWidget* parent, Qt::WindowFlags flags): QWizard(
 {
     setWindowTitle(i18n("ownCloud account Wizard"));
 
+    WalletPage *wallet = new WalletPage(this);
     BasicInfo *basicInfo = new BasicInfo(this);
     Connecting *connecting = new Connecting(this);
     OServices *services = new OServices(this);
 
+    addPage(wallet);
     addPage(basicInfo);
     addPage(connecting);
     addPage(services);

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

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