From 4dd945c3a6133697f9baea6fe5a46dc56aa27614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 3 Oct 2021 12:39:50 +0200 Subject: [PATCH] Add missing include --- shortcuts_management/actions_shortcuts_model.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/shortcuts_management/actions_shortcuts_model.cpp b/shortcuts_management/actions_shortcuts_model.cpp index eb014268..7238b2c7 100644 --- a/shortcuts_management/actions_shortcuts_model.cpp +++ b/shortcuts_management/actions_shortcuts_model.cpp @@ -2,6 +2,7 @@ #include "shortcuts_manager.h" #include +#include ActionsShortcutsModel::ActionsShortcutsModel(QObject *parent) : QAbstractItemModel(parent)