refs #910, gcc missing initializer for member

This commit is contained in:
Klaus Basan
2017-03-14 02:18:55 +01:00
committed by Mathew Sutcliffe
parent 61dc32e894
commit 389c771c22
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackMisc
QString productVersionName; //!< version and name
QString productName; //!< product name
QString originalFilename; //!< original filename
QString fullFilename; //!< full filename
QString fullFilename; //!< full filename and path
//! Product or file version
const QString &productOrFileVersion() const