mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 17:13:57 -07:00
[VDS] Remove searchFolderName setting (#5970)
* [VDS] Remove searchFolderName setting * rename property in ExtraDeckSearchInfo
This commit is contained in:
parent
a688a5fe72
commit
7e08f7df67
10 changed files with 12 additions and 56 deletions
|
|
@ -17,9 +17,9 @@ inline Q_LOGGING_CATEGORY(DeckFilterStringLog, "deck_filter_string");
|
|||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue