From 47e37635f50c09b4f9a9ee7699e3120bab3e4088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 10 Apr 2016 04:29:29 +0200 Subject: NOISSUE split GUI stuff from logic library --- logic/pathmatcher/IPathMatcher.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 logic/pathmatcher/IPathMatcher.h (limited to 'logic/pathmatcher/IPathMatcher.h') diff --git a/logic/pathmatcher/IPathMatcher.h b/logic/pathmatcher/IPathMatcher.h deleted file mode 100644 index 1d410947..00000000 --- a/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