mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Removed unused parameter
This commit is contained in:
parent
00e3e63f41
commit
dfe9719637
2 changed files with 6 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ private:
|
|||
QStringMap availableThemes;
|
||||
protected:
|
||||
void ensureThemeDirectoryExists();
|
||||
QBrush loadBrush(QDir dir, QString fileName, QColor fallbackColor);
|
||||
QBrush loadBrush(QString fileName, QColor fallbackColor);
|
||||
public:
|
||||
QBrush &getHandBgBrush() { return handBgBrush; }
|
||||
QBrush &getStackBgBrush() { return stackBgBrush; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue