From dda9e1197670cddb69789cc9a179d09cd8e560a6 Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 23 Nov 2015 21:43:37 +0100 Subject: added interface for file mapping plugins --- src/usvfsconnector.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/usvfsconnector.h') diff --git a/src/usvfsconnector.h b/src/usvfsconnector.h index beec5acc..78bb7a49 100644 --- a/src/usvfsconnector.h +++ b/src/usvfsconnector.h @@ -23,21 +23,13 @@ along with Mod Organizer. If not, see . #include +#include #include #include #include #include -struct Mapping { - QString source; - QString destination; - bool isDirectory; -}; - -typedef std::vector MappingType; - - class LogWorker : public QThread { Q_OBJECT -- cgit v1.3.1