mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
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