summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-05-29 23:11:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-05-29 23:11:55 +0900
commit9224e8b4900db127dfbb7203e43b2f38479e3ce6 (patch)
treea4e25f2879ead191a9a2ec9aff15a97577f08235 /src/simplemainwindow.h
parentb69b8e3496743ae693ad1a2c3755d3bc7f6ba41e (diff)
downloadtdevelop-9224e8b4900db127dfbb7203e43b2f38479e3ce6.tar.gz
tdevelop-9224e8b4900db127dfbb7203e43b2f38479e3ce6.zip
Added TDevelop Programming Handbook to TDevelop help menu just after the TDevelop Handbook entry. This resolves bug 1860.
Diffstat (limited to 'src/simplemainwindow.h')
-rw-r--r--src/simplemainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h
index 7dbf5695..cc7d86f4 100644
--- a/src/simplemainwindow.h
+++ b/src/simplemainwindow.h
@@ -101,7 +101,8 @@ private slots:
void raiseRightDock();
void raiseDock(DDockWindow *dock);
void lowerAllDocks();
-
+ void slotProgrammingHandbook();
+
private:
void createFramework();
void createActions();