mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
[Settings] Split Paths from SettingsCache into PathSettings
This commit is contained in:
parent
baddbfae14
commit
21f57b1acb
31 changed files with 350 additions and 254 deletions
|
|
@ -1,10 +1,8 @@
|
|||
#ifndef COCKATRICE_INTERFACE_CARD_DATABASE_PATH_PROVIDER_H
|
||||
#define COCKATRICE_INTERFACE_CARD_DATABASE_PATH_PROVIDER_H
|
||||
#include <QObject>
|
||||
|
||||
class ICardDatabasePathProvider : public QObject
|
||||
class ICardDatabasePathProvider
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
virtual ~ICardDatabasePathProvider() = default;
|
||||
|
|
@ -13,9 +11,6 @@ public:
|
|||
[[nodiscard]] virtual QString getCustomCardDatabasePath() const = 0;
|
||||
[[nodiscard]] virtual QString getTokenDatabasePath() const = 0;
|
||||
[[nodiscard]] virtual QString getSpoilerCardDatabasePath() const = 0;
|
||||
|
||||
signals:
|
||||
void cardDatabasePathChanged();
|
||||
};
|
||||
|
||||
#endif // COCKATRICE_INTERFACE_CARD_DATABASE_PATH_PROVIDER_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue