Finished fleshing out MergeView for now.

This commit is contained in:
Jim Evins
2016-05-14 13:25:24 -04:00
parent efb4e56e74
commit 73b7475cbc
7 changed files with 111 additions and 34 deletions
+1
View File
@@ -84,6 +84,7 @@ void MergeText::open()
mFile.open( QIODevice::ReadOnly|QIODevice::Text );
mKeys.clear();
mNFieldsMax = 0;
if ( mLine1HasKeys && mFile.isOpen() )
{