summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/actionrepository_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/actionrepository_p.h')
-rw-r--r--src/designer/src/lib/shared/actionrepository_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/designer/src/lib/shared/actionrepository_p.h b/src/designer/src/lib/shared/actionrepository_p.h
index a68b3371f..333093a09 100644
--- a/src/designer/src/lib/shared/actionrepository_p.h
+++ b/src/designer/src/lib/shared/actionrepository_p.h
@@ -124,7 +124,7 @@ public slots:
signals:
void actionContextMenuRequested(QContextMenuEvent *event, QAction *);
void currentActionChanged(QAction *action);
- void actionActivated(QAction *action);
+ void actionActivated(QAction *action, int column);
protected slots:
void currentChanged(const QModelIndex &current, const QModelIndex &previous) override;
@@ -215,7 +215,7 @@ public slots:
signals:
void contextMenuRequested(QContextMenuEvent *event, QAction *);
void currentChanged(QAction *action);
- void activated(QAction *action);
+ void activated(QAction *action, int column);
void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
void resourceImageDropped(const QString &data, QAction *action);