More fleshing out of merge framework.
This commit is contained in:
@@ -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
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user