[Move refactor] Reparent orphan classes (#6236)

* Move orphaned classes to their correct parent folders.

---------

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2025-10-09 14:15:19 +02:00 committed by GitHub
parent 1ef07309d6
commit d9c65d4ae0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
143 changed files with 171 additions and 169 deletions

View file

@ -7,7 +7,6 @@
#ifndef DLG_SELECT_SET_FOR_CARDS_H
#define DLG_SELECT_SET_FOR_CARDS_H
#include "../deck/deck_list_model.h"
#include "../interface/widgets/general/layout_containers/flow_widget.h"
#include <QCheckBox>
@ -17,6 +16,7 @@
#include <QMap>
#include <QScrollArea>
#include <QVBoxLayout>
#include <libcockatrice/deck_list/deck_list_model.h>
class SetEntryWidget; // Forward declaration