mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
sqlitetablemode: typedef the m_data type
This commit is contained in:
@@ -56,7 +56,8 @@ private:
|
||||
DBBrowserDB* m_db;
|
||||
int m_rowCount;
|
||||
QStringList m_headers;
|
||||
QList<QByteArrayList> m_data;
|
||||
typedef QList<QByteArrayList> DataType;
|
||||
DataType m_data;
|
||||
|
||||
QString m_sQuery;
|
||||
QString m_sTable;
|
||||
|
||||
Reference in New Issue
Block a user