GH-93 add an option to not copy saves on instance copy
This commit is contained in:
parent
4fbcb3efb9
commit
44db72ead5
10 changed files with 138 additions and 60 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
virtual bool matches(const QString &string) override
|
||||
virtual bool matches(const QString &string) const override
|
||||
{
|
||||
for(auto iter: m_matchers)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue