This commit is contained in:
Lukas Brübach 2026-07-02 00:00:00 -04:00
parent 21f57b1acb
commit b5b6e2b49c
4 changed files with 10 additions and 9 deletions

View file

@ -8,10 +8,10 @@
//! \todo Document this file.
#include "settings_manager.h"
#include <libcockatrice/interfaces/interface_card_database_path_provider.h>
#include <QLoggingCategory>
#include <QString>
#include <libcockatrice/interfaces/interface_card_database_path_provider.h>
inline Q_LOGGING_CATEGORY(PathSettingsLog, "path_settings");
@ -26,7 +26,7 @@ class PathSettings : public SettingsManager, public ICardDatabasePathProvider
{
Q_OBJECT
signals:
signals:
void cardDatabasePathChanged();
public:
@ -108,5 +108,4 @@ private:
void recomputeCustomPicsPath();
};
#endif //COCKATRICE_PATH_SETTINGS_H
#endif // COCKATRICE_PATH_SETTINGS_H