summaryrefslogtreecommitdiff
path: root/src/designer/src/lib/shared/actioneditor_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/actioneditor_p.h')
-rw-r--r--src/designer/src/lib/shared/actioneditor_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/lib/shared/actioneditor_p.h b/src/designer/src/lib/shared/actioneditor_p.h
index 39705b256..321dbfb32 100644
--- a/src/designer/src/lib/shared/actioneditor_p.h
+++ b/src/designer/src/lib/shared/actioneditor_p.h
@@ -122,7 +122,7 @@ signals:
void contextMenuRequested(QMenu *menu, QAction *item);
private:
- typedef QList<QAction *> ActionList;
+ using ActionList = QList<QAction *>;
void deleteActions(QDesignerFormWindowInterface *formWindow, const ActionList &);
#if QT_CONFIG(clipboard)
void copyActions(QDesignerFormWindowInterface *formWindow, const ActionList &);