mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 03:21:43 -06:00
SqliteTableModel: Simplify code
This commit is contained in:
@@ -37,9 +37,10 @@ signals:
|
||||
public slots:
|
||||
|
||||
private:
|
||||
void fetchData(unsigned int from, unsigned to);
|
||||
|
||||
DBBrowserDB* m_db;
|
||||
int m_rowCount;
|
||||
int m_columnCount;
|
||||
QStringList m_headers;
|
||||
QList<QStringList> m_data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user