aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-05 23:19:46 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-05 23:19:46 +0000
commitce392857bc680ef0dd895ccb2e02909389c26a33 (patch)
tree1b3c16ceba55b28071b2d50e3968f175a3b45ed1 /mainwindow.cpp
parentremove everything system tray related from trunk (diff)
downloadgpg4usb-ce392857bc680ef0dd895ccb2e02909389c26a33.tar.gz
gpg4usb-ce392857bc680ef0dd895ccb2e02909389c26a33.zip
add functonality for opening online help in qtextbrowser tab
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@656 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 75879f8..f1c56bb 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -564,7 +564,8 @@ void MainWindow::openTranslate() {
}
void MainWindow::openTutorial() {
- QDesktopServices::openUrl(QUrl("http://gpg4usb.cpunk.de/docu.html"));
+ //QDesktopServices::openUrl(QUrl("http://gpg4usb.cpunk.de/docu.html"));
+ edit->newHelpTab("help", "http://gpg4usb.cpunk.de/docu.html");
}
void MainWindow::startWizard()