~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to src/psicon.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
class PsiAccount;
37
37
class PsiEvent;
38
38
class ContactView;
 
39
class AutoUpdater;
39
40
class EventDlg;
40
41
class UserListItem;
41
42
class EDB;
84
85
 
85
86
        QMenuBar* defaultMenuBar() const;
86
87
 
87
 
        void createAccount(const QString &name, const Jid &j="", const QString &pass="", bool opt_host=false, const QString &host="", int port=5222, bool legacy_ssl_probe = true, UserAccount::SSLFlag ssl=UserAccount::SSL_Auto, QString proxy="");
 
88
        void createAccount(const QString &name, const Jid &j="", const QString &pass="", bool opt_host=false, const QString &host="", int port=5222, bool legacy_ssl_probe = true, UserAccount::SSLFlag ssl=UserAccount::SSL_Auto, QString proxy="", const QString &tlsOverrideDomain="", const QByteArray &tlsOverrideCert=QByteArray());
88
89
        PsiAccount *createAccount(const UserAccount &);
89
90
        //void createAccount(const QString &, const QString &host="", int port=5222, bool ssl=false, const QString &user="", const QString &pass="");
90
91
        void removeAccount(PsiAccount *);
108
109
        IconSelectPopup *iconSelectPopup() const;
109
110
        void processEvent(PsiEvent*, ActivationType activationType);
110
111
 
 
112
        bool haveAutoUpdater() const;
 
113
 
111
114
signals:
112
115
        void quit(int);
113
116
        void accountAdded(PsiAccount *);