refs #649, added check for changed base URL to database reader

(continued #649 after fixes of #664)
This commit is contained in:
Klaus Basan
2016-05-27 17:55:19 +02:00
parent 8ad640704c
commit 467f37db7f
11 changed files with 59 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ namespace BlackMisc
bool isEmpty() const;
//! Qualified name
QString getFullUrl() const;
QString getFullUrl(bool withQuery = true) const;
//! Set full URL
void setFullUrl(const QString &fullUrl);