mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Fix release tests (#4063)
This commit is contained in:
parent
80f613a77a
commit
44297dcd1c
57 changed files with 1114 additions and 697 deletions
|
|
@ -462,6 +462,8 @@ public:
|
|||
{
|
||||
return mbDownloadSpoilers;
|
||||
}
|
||||
|
||||
static SettingsCache &instance();
|
||||
public slots:
|
||||
void setDownloadSpoilerStatus(bool _spoilerStatus);
|
||||
|
||||
|
|
@ -529,6 +531,4 @@ public slots:
|
|||
void setMaxFontSize(int _max);
|
||||
};
|
||||
|
||||
extern SettingsCache *settingsCache;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue