Fix browsing of tables without rowid

Browsing WITHOUT ROWID tables was broken since a couple of commits. An
error message would be printed to the console and all cells would stay
empty. This is fixed by this commit.
This commit is contained in:
Martin Kleusberg
2017-06-22 00:05:53 +02:00
parent 61f385abba
commit 6c9c56a2a9
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -86,6 +86,7 @@ private:
QString m_sQuery;
QString m_sTable;
QString m_sRowidColumn;
QString m_pseudoPk;
int m_iSortColumn;
QString m_sSortOrder;