Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include "connect-kwallet.h"
- #include <QTimer>
- #include <iostream>
- //#include <QTextStream>
- ConnectKwallet::ConnectKwallet()
- {
- WId winid = 0;
- m_wallet = Wallet::openWallet(KWallet::Wallet::NetworkWallet(), winid, Wallet::Synchronous);
- exit(0);
- }
- ConnectKwallet::~ConnectKwallet()
- {}
Advertisement
Add Comment
Please, Sign In to add comment