Fix API for Qt 6
Change-Id: Ic07b5cf09ed410a27ca95f106747f98de4d86d68 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
This commit is contained in:
parent
1e4042d03f
commit
9c04e7c61e
@ -555,7 +555,7 @@ public:
|
||||
void addAction(QAction *action);
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6,0,0)
|
||||
void addActions(const QList<QAction*> &actions);
|
||||
void insertActions(const QAction *before, const QList<QAction*> &actions);
|
||||
void insertActions(QAction *before, const QList<QAction*> &actions);
|
||||
#else
|
||||
void addActions(QList<QAction*> actions);
|
||||
void insertActions(QAction *before, QList<QAction*> actions);
|
||||
|
Loading…
Reference in New Issue
Block a user