forked from qt-creator/qt-creator
Move help manager into core.
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user