forked from qt-creator/qt-creator
Qt Designer plugin: Introduce override.
Change-Id: I1b69865dfeb19322693f11ea2c276bd016ceed4f Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -46,7 +46,7 @@ class QtCreatorIntegration : public QDesignerIntegration
|
||||
public:
|
||||
explicit QtCreatorIntegration(QDesignerFormEditorInterface *core, QObject *parent = 0);
|
||||
|
||||
QWidget *containerWindow(QWidget *widget) const;
|
||||
QWidget *containerWindow(QWidget *widget) const override;
|
||||
|
||||
bool supportsToSlotNavigation() { return true; }
|
||||
|
||||
@@ -54,7 +54,7 @@ signals:
|
||||
void creatorHelpRequested(const QUrl &url);
|
||||
|
||||
public slots:
|
||||
void updateSelection();
|
||||
void updateSelection() override;
|
||||
|
||||
private slots:
|
||||
void slotNavigateToSlot(const QString &objectName, const QString &signalSignature, const QStringList ¶meterNames);
|
||||
|
||||
Reference in New Issue
Block a user