diff options
author | kh1 <[email protected]> | 2010-04-12 14:55:41 +0200 |
---|---|---|
committer | kh1 <[email protected]> | 2010-04-12 16:13:58 +0200 |
commit | a84b3b52913833ed0ff42fa6977891c716ed564a (patch) | |
tree | 7b169da19fb5ccb4f44c168e5203f52a2c9280b8 /src/plugins/help/help.pro | |
parent | 76fed505ac5b966b3a74ba1324174948d5864eca (diff) |
Implement Ctrl+Tab/Ctrl+Shift+Tab support to cycle thru open pages.
Reviewed-by: ck
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index c8164485c8c..56e1668f0f1 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -24,6 +24,7 @@ HEADERS += \ helpviewer_p.h \ openpagesmanager.h \ openpagesmodel.h \ + openpagesswicher.h \ openpageswidget.h \ searchwidget.h \ xbelsupport.h @@ -43,6 +44,7 @@ SOURCES += \ helpviewer_qwv.cpp \ openpagesmanager.cpp \ openpagesmodel.cpp \ + openpagesswicher.cpp \ openpageswidget.cpp \ searchwidget.cpp \ xbelsupport.cpp |