From 3d36728b0f76bcf00599f322ea0e2c419d454ab0 Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 14 May 2014 16:45:23 +0000 Subject: 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 --- helppage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'helppage.h') diff --git a/helppage.h b/helppage.h index 62678d9..8797b3b 100644 --- a/helppage.h +++ b/helppage.h @@ -25,6 +25,9 @@ #include #include #include +#include +#include +#include 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); }; -- cgit v1.2.3