diff options
| author | Kevin Smith <git@kismith.co.uk> | 2009-08-29 09:07:01 (GMT) |
|---|---|---|
| committer | Kevin Smith <git@kismith.co.uk> | 2009-08-29 09:07:01 (GMT) |
| commit | 52b06bd89d91e2f5e0c1ae439cd1e5c3e4b9bf2e (patch) | |
| tree | 6bc018aa8457ed664f733936162fd75c5fb1d234 /Swift/QtUI/QtLoginWindow.h | |
| parent | 0de707a4fddfbf2b9ee85d277596d33faa327ff2 (diff) | |
| download | swift-contrib-52b06bd89d91e2f5e0c1ae439cd1e5c3e4b9bf2e.zip swift-contrib-52b06bd89d91e2f5e0c1ae439cd1e5c3e4b9bf2e.tar.bz2 | |
Basic About dialog
Diffstat (limited to 'Swift/QtUI/QtLoginWindow.h')
| -rw-r--r-- | Swift/QtUI/QtLoginWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtLoginWindow.h b/Swift/QtUI/QtLoginWindow.h index e880ace..1c156db 100644 --- a/Swift/QtUI/QtLoginWindow.h +++ b/Swift/QtUI/QtLoginWindow.h @@ -28,6 +28,7 @@ namespace Swift { void loginClicked(); void handleCertficateChecked(bool); void handleQuit(); + void handleAbout(); private: void setInitialMenus(); |
Swift