mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
rename property in ExtraDeckSearchInfo
This commit is contained in:
parent
e8e9758175
commit
7666116841
1 changed files with 2 additions and 2 deletions
|
|
@ -17,9 +17,9 @@ inline Q_LOGGING_CATEGORY(DeckFilterStringLog, "deck_filter_string");
|
||||||
struct ExtraDeckSearchInfo
|
struct ExtraDeckSearchInfo
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* The filename used for filtering. Varies based on settings.
|
* The relative filepath starting from the deck folder
|
||||||
*/
|
*/
|
||||||
QString fileSearchName;
|
QString relativeFilePath;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::function<bool(const DeckPreviewWidget *, const ExtraDeckSearchInfo &)> DeckFilter;
|
typedef std::function<bool(const DeckPreviewWidget *, const ExtraDeckSearchInfo &)> DeckFilter;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue