aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-03 20:41:20 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-03 20:41:20 +0000
commit1ea5614e3b20a40b8764a98c10a7a0c7538035d5 (patch)
treeb8553bdaa92a94a068430f4b3173425ca1eb753d /mainwindow.h
parentfix crash on decrypt with no data (diff)
downloadgpg4usb-1ea5614e3b20a40b8764a98c10a7a0c7538035d5.tar.gz
gpg4usb-1ea5614e3b20a40b8764a98c10a7a0c7538035d5.zip
show message in statusbar of mainwindow when key is exported to file in keymanagement
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@722 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index d7a7e1f..692c0e2 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -71,6 +71,8 @@ public:
*
*/
MainWindow();
+public slots:
+ void setStatusBarText(QString text);
protected:
/**
@@ -105,6 +107,7 @@ private slots:
void showKeyDetails();
+
void startWizard();
/**