Mention version number in title bar

This commit is contained in:
Floris Bos 2020-03-10 17:43:48 +01:00
parent b269d0b522
commit bd37916527
8 changed files with 42 additions and 12 deletions

View file

@ -288,6 +288,12 @@ QUrl ImageWriter::constantOsListUrl() const
return _repo;
}
/* Function to return version */
QString ImageWriter::constantVersion() const
{
return IMAGER_VERSION_STR;
}
void ImageWriter::setCustomOsListUrl(const QUrl &url)
{
_repo = url;