mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
not
is not a valid operator.
gcc accepts it and it is not a good thing to code both in C++ and Python :)
This commit is contained in:
parent
3007d1a9f6
commit
8000fea1dc
@ -217,7 +217,7 @@ void ContentManager::updateRemoteLibrary() {
|
|||||||
QUrlQuery query;
|
QUrlQuery query;
|
||||||
query.addQueryItem("lang", m_currentLanguage);
|
query.addQueryItem("lang", m_currentLanguage);
|
||||||
query.addQueryItem("count", QString::number(0));
|
query.addQueryItem("count", QString::number(0));
|
||||||
if (not m_searchQuery.isEmpty())
|
if (!m_searchQuery.isEmpty())
|
||||||
query.addQueryItem("q", m_searchQuery);
|
query.addQueryItem("q", m_searchQuery);
|
||||||
QUrl url;
|
QUrl url;
|
||||||
url.setScheme("http");
|
url.setScheme("http");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user