Added additional text merge backends.
This commit is contained in:
@@ -46,7 +46,6 @@ namespace merge
|
||||
// Object duplication
|
||||
/////////////////////////////////
|
||||
public:
|
||||
static QString id();
|
||||
TextCsv* clone() const;
|
||||
|
||||
|
||||
@@ -54,6 +53,7 @@ namespace merge
|
||||
// Static methods
|
||||
/////////////////////////////////
|
||||
public:
|
||||
static QString id();
|
||||
static Merge* create();
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user