Go to the source code of this file.
◆ LoadStatus
Represents the result of attempting to load a card database.
| Enumerator |
|---|
| Ok | Database loaded successfully.
|
| VersionTooOld | Database version is too old to load.
|
| Invalid | Database is invalid or unparsable.
|
| NotLoaded | Database has not been loaded.
|
| FileError | Error opening or reading the file.
|
| NoCards | Database contains no cards.
|
◆ Q_LOGGING_CATEGORY() [1/2]
| Q_LOGGING_CATEGORY |
( |
CardDatabaseLoadingLog | , |
|
|
"card_database.loading" | ) |
|
inline |
◆ Q_LOGGING_CATEGORY() [2/2]
| Q_LOGGING_CATEGORY |
( |
CardDatabaseLoadingSuccessOrFailureLog | , |
|
|
"card_database.loading.success_or_failure" | ) |
|
inline |