mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-02-11 06:08:33 -06:00
Fix some warning and other code style changes
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
Cache & cache_data
|
||||
);
|
||||
|
||||
void setQuery (QString new_query, QString newCountQuery = QString());
|
||||
void setQuery (const QString& new_query, const QString& newCountQuery = QString());
|
||||
|
||||
void triggerRowCountDetermination (int token);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user