Fix some warning and other code style changes

This commit is contained in:
Martin Kleusberg
2019-04-26 14:02:19 +02:00
parent ad60a019f2
commit f59a2453a2
28 changed files with 107 additions and 106 deletions

View File

@@ -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;