Ref T32, utility functions for URL/URL list

* keep error messages of failed URLs
* append query
This commit is contained in:
Klaus Basan
2017-04-21 03:11:00 +02:00
parent cbe3122c40
commit 88ef2ee019
4 changed files with 26 additions and 12 deletions

View File

@@ -106,6 +106,9 @@ namespace BlackMisc
//! Append query
QString appendQuery(const QString &queryToAppend);
//! Append query
QString appendQuery(const QString &key, const QString &value);
//! Empty
bool isEmpty() const;