~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to src/kmess.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-12-05 21:19:26 UTC
  • mfrom: (1.1.7 upstream) (0.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20091205211926-r26u8j38kysf6o2p
Tags: 2.0.2-1
* New upstream release 
  - Fixes friendly names (LP: #485640)
* Update Homepage: http://kmess.org
* Add Build-Depends: libphonon-dev | libqt4-phonon-dev (ubuntu friendly)
* kmess.1 fix lintian:hyphen-used-as-minus-sign

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
    // Connect to the server with the given account
177
177
    void               connectWithAccount(Account *account);
178
178
    // Connect to the server with the given account, possibly temporary or new.
179
 
    void               connectWithAccount(QString handle, QString password, bool rememberAccount, bool rememberPassword, Status initialStatus );
 
179
    void               connectWithAccount(QString handle, QString password, bool rememberAccount, bool rememberPassword, bool autologin, Status initialStatus );
180
180
    // "Add new account" has been selected from the menu.
181
181
    void               createNewAccount();
182
182
    // Disconnect was selected from the menu.