From 1ea5614e3b20a40b8764a98c10a7a0c7538035d5 Mon Sep 17 00:00:00 2001 From: nils Date: Tue, 3 Jan 2012 20:41:20 +0000 Subject: 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 --- mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mainwindow.h') 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(); /** -- cgit v1.2.3