diff options
| author | 2011-07-21 08:05:46 +0000 | |
|---|---|---|
| committer | 2011-07-21 08:05:46 +0000 | |
| commit | 1155d94b85320f64f5d530e05213ab2cb3068017 (patch) | |
| tree | 8312c8a9ca570a834dc18b6fc7428f3336066952 /src/modules/help/HelpWidget.h | |
| parent | fix for a crash when closing action editor (diff) | |
| download | KVIrc-1155d94b85320f64f5d530e05213ab2cb3068017.tar.gz KVIrc-1155d94b85320f64f5d530e05213ab2cb3068017.tar.bz2 KVIrc-1155d94b85320f64f5d530e05213ab2cb3068017.zip | |
help: fixed #1178 (added ctrl+c shortcut); splitted the "highlight" toolbar from the "browsing" toolbar , now it'd hidden by default , toggle it with ctrl+f
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5904 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/help/HelpWidget.h')
| -rw-r--r-- | src/modules/help/HelpWidget.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/help/HelpWidget.h b/src/modules/help/HelpWidget.h index f2865bdc5..79f27b766 100644 --- a/src/modules/help/HelpWidget.h +++ b/src/modules/help/HelpWidget.h @@ -50,6 +50,7 @@ public: private: #ifdef COMPILE_WEBKIT_SUPPORT QToolBar * m_pToolBar; + QToolBar * m_pToolBarHighlight; QLineEdit * m_pFindText; QVBoxLayout * m_pLayout; QWebView * m_pTextBrowser; @@ -73,6 +74,8 @@ protected slots: void slotZoomIn(); void slotZoomOut(); void slotTextChanged(const QString); + void slotCopy(); + void slotShowHideFind(); #endif public: virtual QSize sizeHint() const; |
