Fix CSV export to work with SqliteTableModel

This commit is contained in:
Martin Kleusberg
2013-04-10 18:59:37 +02:00
parent f45b89b6c9
commit 1ba3169428
3 changed files with 13 additions and 13 deletions

View File

@@ -476,7 +476,6 @@ bool DBBrowserDB::browseTable( const QString & tablename, const QString& /*order
QStringList testFields = getTableFields( tablename );
if (testFields.count()>0) {//table exists
//getTableRecords( tablename, orderby );
browseFields = testFields;
hasValidBrowseSet = true;
curBrowseTableName = tablename;