This commit is contained in:
tooomm 2026-08-11 06:59:41 +02:00
parent bbf2412157
commit 9c337394a1
3 changed files with 11 additions and 5 deletions

View file

@ -21,6 +21,7 @@
#include <QAbstractButton>
#include <QLoggingCategory>
#include <QMap>
#include <QProxyStyle>
#include <QTabWidget>
class TabCardArtRules;
@ -51,6 +52,13 @@ 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