summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2009-11-26 18:26:34 (GMT)
committerKevin Smith <git@kismith.co.uk>2009-11-26 18:26:34 (GMT)
commit7ac33c721c12e94404cddff2b5c12b15deafe527 (patch)
treee75f99b242bcdce3c02fc02f0c3f3b3117840d9f /Swift/Controllers/UIInterfaces/LoginWindow.h
parenteebdef9a7724ff7fa86a5d1cca37759d37bbb336 (diff)
downloadswift-7ac33c721c12e94404cddff2b5c12b15deafe527.zip
swift-7ac33c721c12e94404cddff2b5c12b15deafe527.tar.bz2
Remember the last used account.
This is the last account to be logged in with, not the last account to be logged out. If you want that, open a new ticket. Resolves: #241
Diffstat (limited to 'Swift/Controllers/UIInterfaces/LoginWindow.h')
-rw-r--r--Swift/Controllers/UIInterfaces/LoginWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/UIInterfaces/LoginWindow.h b/Swift/Controllers/UIInterfaces/LoginWindow.h
index cfa20c7..d165125 100644
--- a/Swift/Controllers/UIInterfaces/LoginWindow.h
+++ b/Swift/Controllers/UIInterfaces/LoginWindow.h
@@ -11,6 +11,7 @@ namespace Swift {
class LoginWindow {
public:
virtual ~LoginWindow() {};
+ virtual void selectUser(const String&) = 0;
virtual void morphInto(MainWindow *mainWindow) = 0;
virtual void loggedOut() = 0;
virtual void setMessage(const String&) = 0;