Skip to content
Snippets Groups Projects
Commit c3eb3d47 authored by Ammar Nejati's avatar Ammar Nejati
Browse files

ActionFactory: Include QWidget to avoid incomplete type error

parent ae3dc439
No related branches found
No related tags found
1 merge request!715Migration to Qt6
......@@ -14,6 +14,7 @@
#include "GUI/Util/ActionFactory.h"
#include <QAction>
#include <QWidget>
QAction* ActionFactory::createRemoveAction(QObject* parent, const QString& what,
std::function<void()> slot)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment