GH-93 add an option to not copy saves on instance copy
This commit is contained in:
@ -8,5 +8,5 @@ public:
|
||||
|
||||
public:
|
||||
virtual ~IPathMatcher(){};
|
||||
virtual bool matches(const QString &string) = 0;
|
||||
virtual bool matches(const QString &string) const = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user