More fleshing out of merge framework.

This commit is contained in:
Jim Evins
2016-05-08 00:43:35 -04:00
parent 88e32d9738
commit 37358aac43
13 changed files with 193 additions and 37 deletions
+10
View File
@@ -26,6 +26,7 @@
///
MergeTextCsv::MergeTextCsv() : MergeText(',',false)
{
mId = "Text/CSV";
}
@@ -54,6 +55,15 @@ MergeTextCsv* MergeTextCsv::clone() const
}
///
/// Get ID
///
QString MergeTextCsv::id()
{
return "Text/CSV";
}
///
/// Create
///