mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Remove unused function
This commit is contained in:
parent
fdd98fc012
commit
542b04287b
@ -9,17 +9,6 @@
|
||||
|
||||
#include "QsLog.h"
|
||||
|
||||
QString getLastExecutedQuery(const QSqlQuery &query)
|
||||
{
|
||||
QString str = query.lastQuery();
|
||||
QMapIterator<QString, QVariant> it(query.boundValues());
|
||||
while (it.hasNext()) {
|
||||
it.next();
|
||||
str.replace(it.key(), it.value().toString());
|
||||
}
|
||||
return str;
|
||||
}
|
||||
|
||||
YACReader::ComicQueryResultProcessor::ComicQueryResultProcessor()
|
||||
: querySearchQueue(1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user