From 542b04287b10ee7b5e3142134c7e0b122c1248db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 7 Oct 2021 22:25:30 +0200 Subject: [PATCH] Remove unused function --- YACReaderLibrary/db/comic_query_result_processor.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/YACReaderLibrary/db/comic_query_result_processor.cpp b/YACReaderLibrary/db/comic_query_result_processor.cpp index e154f159..873ab3b5 100644 --- a/YACReaderLibrary/db/comic_query_result_processor.cpp +++ b/YACReaderLibrary/db/comic_query_result_processor.cpp @@ -9,17 +9,6 @@ #include "QsLog.h" -QString getLastExecutedQuery(const QSqlQuery &query) -{ - QString str = query.lastQuery(); - QMapIterator it(query.boundValues()); - while (it.hasNext()) { - it.next(); - str.replace(it.key(), it.value().toString()); - } - return str; -} - YACReader::ComicQueryResultProcessor::ComicQueryResultProcessor() : querySearchQueue(1) {