From 2b641aa2f4f5b894ceed8bf2a46fcef35e930d56 Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Sun, 10 Nov 2024 15:14:38 -0600 Subject: Refactorings from libfud. --- src/config.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/config.hpp') diff --git a/src/config.hpp b/src/config.hpp index bc5698e..144efdc 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -1,15 +1,16 @@ #ifndef GETSUYOMI_CONFIG_HPP #define GETSUYOMI_CONFIG_HPP +#include #include #include #include #include -#include -#include #include #include -#include +#include + +class QKeySequence; namespace getsuyomi { @@ -94,7 +95,7 @@ constexpr const char* actionTypeToString(ActionType action) } ShortcutSet shortcutSetFromList(const ShortcutList& shortcutList); -ShortcutList shortcutListFromSet(const ShortcutSet& shortcutList); +ShortcutList shortcutListFromSet(const ShortcutSet& shortcutSet); class Shortcuts { public: -- cgit v1.2.3