diff options
author | kh1 <qt-info@nokia.com> | 2010-06-11 13:11:37 +0200 |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-06-11 13:11:37 +0200 |
commit | 1b6ad087950ca0753f9e17016b618bc6656004af (patch) | |
tree | 3f04a59717d3f5ab80e4c6fd74a71d8d29e8e693 /src/plugins/designer/qtcreatorintegration.h | |
parent | 40b983a91b306c3f21e2b973b8b63f1b913e26c2 (diff) | |
download | qt-creator-1b6ad087950ca0753f9e17016b618bc6656004af.tar.gz |
Move help manager into core.
- lessens open file handles
- improves help plugin startup further
Task-number: QTCREATORBUG-337
Reviewed-by: ck
Diffstat (limited to 'src/plugins/designer/qtcreatorintegration.h')
-rw-r--r-- | src/plugins/designer/qtcreatorintegration.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/designer/qtcreatorintegration.h b/src/plugins/designer/qtcreatorintegration.h index c667ea8504..a246a283c3 100644 --- a/src/plugins/designer/qtcreatorintegration.h +++ b/src/plugins/designer/qtcreatorintegration.h @@ -34,6 +34,8 @@ #include "qt_private/qdesigner_integration_p.h" +QT_FORWARD_DECLARE_CLASS(QUrl) + namespace Designer { namespace Internal { @@ -49,7 +51,7 @@ public: bool supportsToSlotNavigation() { return true; } signals: - void creatorHelpRequested(const QString &url); + void creatorHelpRequested(const QUrl &url); public slots: void updateSelection(); |