aboutsummaryrefslogtreecommitdiffstats
path: root/helppage.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-14 16:45:23 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2014-05-14 16:45:23 +0000
commit3d36728b0f76bcf00599f322ea0e2c419d454ab0 (patch)
tree4117a37355135ef35ddf4f17823befdc94674edd /helppage.h
parentin keydetailsdialog: corrected display of the uid in additional uidlist (diff)
downloadgpg4usb-3d36728b0f76bcf00599f322ea0e2c419d454ab0.tar.gz
gpg4usb-3d36728b0f76bcf00599f322ea0e2c419d454ab0.zip
merged r1089 from branch/0.4-beta (display helpfile of diefferent languages)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.3@1110 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'helppage.h')
-rw-r--r--helppage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/helppage.h b/helppage.h
index 62678d9..8797b3b 100644
--- a/helppage.h
+++ b/helppage.h
@@ -25,6 +25,9 @@
#include <QWidget>
#include <QTextBrowser>
#include <QVBoxLayout>
+#include <QSettings>
+#include <QFile>
+#include <QLocale>
class HelpPage : public QWidget
{
@@ -36,9 +39,11 @@ public:
signals:
public slots:
+ void openUrl(QUrl url);
private:
QTextBrowser *browser; /** The textbrowser of the tab */
+ QUrl localizedHelp(QUrl path);
};