mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
Fix some warning and other code style changes
This commit is contained in:
@@ -35,7 +35,7 @@ RowLoader::RowLoader (
|
||||
{
|
||||
}
|
||||
|
||||
void RowLoader::setQuery (QString new_query, QString newCountQuery)
|
||||
void RowLoader::setQuery (const QString& new_query, const QString& newCountQuery)
|
||||
{
|
||||
std::lock_guard<std::mutex> lk(m);
|
||||
query = new_query;
|
||||
|
||||
Reference in New Issue
Block a user