Mention version number in title bar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user