Ref T515, further utility functions to validate models

This commit is contained in:
Klaus Basan
2019-01-18 21:15:27 +01:00
committed by Mat Sutcliffe
parent bb9b5e8e97
commit de680f4fcd
8 changed files with 98 additions and 11 deletions

View File

@@ -430,6 +430,9 @@ namespace BlackMisc
//! File name?
bool hasFileName() const { return !m_fileName.isEmpty(); }
//! Matching file name?
bool matchesFileName(const QString &fileName) const;
//! Does the corresponding file exist?
bool hasExistingCorrespondingFile() const;