refactor: move Notebook enums to their own file (#6220)

Co-authored-by: Mm2PL <miau@mail.kotmisia.pl>
This commit is contained in:
pajlada
2025-05-18 14:02:11 +02:00
committed by GitHub
parent 0d4a45161e
commit 062b492dab
12 changed files with 31 additions and 19 deletions
+4 -1
View File
@@ -4,9 +4,12 @@
#include "controllers/hotkeys/Hotkey.hpp"
#include "controllers/hotkeys/HotkeyCategory.hpp"
#include "controllers/hotkeys/HotkeyModel.hpp"
#include "singletons/Settings.hpp"
#include "util/RapidJsonSerializeQString.hpp" // IWYU pragma: keep
#include <pajlada/settings.hpp>
#include <QMessageBox>
#include <QShortcut>
#include <QWidget>
namespace {