mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Method is public.
Took 3 minutes
This commit is contained in:
parent
36b4eac829
commit
d99f40623c
1 changed files with 1 additions and 1 deletions
|
|
@ -50,11 +50,11 @@ private:
|
|||
|
||||
protected:
|
||||
void ensureThemeDirectoryExists();
|
||||
bool isDarkMode();
|
||||
QBrush loadBrush(QString fileName, QColor fallbackColor);
|
||||
QBrush loadExtraBrush(QString fileName, QBrush &fallbackBrush);
|
||||
|
||||
public:
|
||||
bool isDarkMode();
|
||||
QStringMap &getAvailableThemes();
|
||||
|
||||
QBrush &getBgBrush(Role zone);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue