mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-11 06:08:33 -06:00
Clean up the code and make some more minor optimisations
This also includes replacing some more Qt containers by their STL counterparts.
This commit is contained in:
@@ -100,7 +100,7 @@ private:
|
||||
* \param column index of the column to check
|
||||
* \return the guessed datatype
|
||||
*/
|
||||
QVariant::Type guessDataType(SqliteTableModel* model, int column);
|
||||
QVariant::Type guessDataType(SqliteTableModel* model, int column) const;
|
||||
void adjustBars();
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user