Make sure primary key is 1st column. Combine checkbox with primary field.

This commit is contained in:
Jim Evins
2016-05-11 23:56:06 -04:00
parent 8b56520fed
commit 81a73c8e1e
3 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ QStringList MergeText::keyList() const
///
QString MergeText::primaryKey() const
{
keyFromIndex(0);
return keyFromIndex(0);
}