diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-07 12:10:21 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-08-07 13:51:26 +0100 |
commit | e079cbb055556fdd6bd379e8f8fc426915fa25c0 (patch) | |
tree | 1564e8fbe7b23657d977b3ec9fb47d0bc201858e /launcher/ui/instanceview/InstanceView.cpp | |
parent | 9afa7cc91fd889b146c609c6a59f7f7b3d995d9f (diff) | |
download | PrismLauncher-e079cbb055556fdd6bd379e8f8fc426915fa25c0.tar.gz PrismLauncher-e079cbb055556fdd6bd379e8f8fc426915fa25c0.tar.bz2 PrismLauncher-e079cbb055556fdd6bd379e8f8fc426915fa25c0.zip |
Fix actions
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/instanceview/InstanceView.cpp')
-rw-r--r-- | launcher/ui/instanceview/InstanceView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/instanceview/InstanceView.cpp b/launcher/ui/instanceview/InstanceView.cpp index 4569c42e..7afa03d4 100644 --- a/launcher/ui/instanceview/InstanceView.cpp +++ b/launcher/ui/instanceview/InstanceView.cpp @@ -47,8 +47,8 @@ #include <QScrollBar> #include <QtMath> -#include <QDebug> #include "VisualGroup.h" +#include "ui/themes/ThemeManager.h" #include <Application.h> #include <InstanceList.h> |