From b6d455a02bd338e9dc0faa09d4d8177ecd8d569a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 10 Apr 2016 15:53:05 +0200 Subject: NOISSUE reorganize and document libraries --- libraries/logic/pathmatcher/IPathMatcher.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libraries/logic/pathmatcher/IPathMatcher.h (limited to 'libraries/logic/pathmatcher/IPathMatcher.h') diff --git a/libraries/logic/pathmatcher/IPathMatcher.h b/libraries/logic/pathmatcher/IPathMatcher.h deleted file mode 100644 index 1d410947..00000000 --- a/libraries/logic/pathmatcher/IPathMatcher.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once -#include - -class IPathMatcher -{ -public: - typedef std::shared_ptr Ptr; - -public: - virtual ~IPathMatcher(){}; - virtual bool matches(const QString &string) const = 0; -}; -- cgit v1.2.3