mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 09:08:42 +00:00
NOISSUE tabs -> spaces
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
class IPathMatcher
|
||||
{
|
||||
public:
|
||||
typedef std::shared_ptr<IPathMatcher> Ptr;
|
||||
typedef std::shared_ptr<IPathMatcher> Ptr;
|
||||
|
||||
public:
|
||||
virtual ~IPathMatcher(){};
|
||||
virtual bool matches(const QString &string) const = 0;
|
||||
virtual ~IPathMatcher(){};
|
||||
virtual bool matches(const QString &string) const = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user