forked from qt-creator/qt-creator
Designer: De-slot
Change-Id: I6e4a80187646afe342a03ed31c3404fdc27cccc7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
7694c718db
commit
61d6f84e25
@@ -44,18 +44,16 @@ public:
|
||||
|
||||
bool supportsToSlotNavigation() { return true; }
|
||||
|
||||
void updateSelection() override;
|
||||
|
||||
signals:
|
||||
void creatorHelpRequested(const QUrl &url);
|
||||
|
||||
public slots:
|
||||
void updateSelection() override;
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void slotNavigateToSlot(const QString &objectName, const QString &signalSignature, const QStringList ¶meterNames);
|
||||
void slotDesignerHelpRequested(const QString &manual, const QString &document);
|
||||
void slotSyncSettingsToDesigner();
|
||||
|
||||
private:
|
||||
bool navigateToSlot(const QString &objectName,
|
||||
const QString &signalSignature,
|
||||
const QStringList ¶meterNames,
|
||||
|
||||
Reference in New Issue
Block a user