GH-93 add an option to not copy saves on instance copy
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user