refs #787, utility functions for shared files

* get file name from URL
* service and file names in CDbInfo
* adjusted DB flags, allow to load headers only
* set of entity flags
This commit is contained in:
Klaus Basan
2016-11-27 00:57:33 +01:00
parent 04e5bc6ecb
commit f839421bdd
8 changed files with 82 additions and 31 deletions

View File

@@ -124,6 +124,11 @@ namespace BlackMisc
setQUrl(QUrl(fullUrl));
}
QString CUrl::getFileName() const
{
return toQUrl().fileName();
}
QUrl CUrl::toQUrl() const
{
return QUrl(getFullUrl());