Guest User

Untitled

a guest
Jun 19th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.31 KB | None | 0 0
  1. #include "connect-kwallet.h"
  2.  
  3. #include <QTimer>
  4. #include <iostream>
  5. //#include <QTextStream>
  6.  
  7. ConnectKwallet::ConnectKwallet()
  8. {
  9.     WId winid = 0;
  10.     m_wallet = Wallet::openWallet(KWallet::Wallet::NetworkWallet(), winid, Wallet::Synchronous);
  11.    
  12.     exit(0);
  13. }
  14.  
  15. ConnectKwallet::~ConnectKwallet()
  16. {}
Advertisement
Add Comment
Please, Sign In to add comment