mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
Remove unused function
This commit is contained in:
parent
fdd98fc012
commit
542b04287b
@ -9,17 +9,6 @@
|
|||||||
|
|
||||||
#include "QsLog.h"
|
#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()
|
YACReader::ComicQueryResultProcessor::ComicQueryResultProcessor()
|
||||||
: querySearchQueue(1)
|
: querySearchQueue(1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user