This commit is contained in:
tooomm 2026-03-31 01:17:10 +02:00
parent e2c89c2a1a
commit 3654b25333
3 changed files with 0 additions and 27 deletions

View file

@ -21,7 +21,6 @@
#include <QAbstractButton>
#include <QLoggingCategory>
#include <QMap>
#include <QProxyStyle>
#include <QTabWidget>
inline Q_LOGGING_CATEGORY(TabSupervisorLog, "tab_supervisor");
@ -51,13 +50,6 @@ class ServerInfo_User;
class GameReplay;
class DeckList;
class MacOSTabFixStyle : public QProxyStyle
{
Q_OBJECT
public:
QRect subElementRect(SubElement, const QStyleOption *, const QWidget *) const override;
};
class CloseButton : public QAbstractButton
{
Q_OBJECT