mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T515, further utility functions to validate models
This commit is contained in:
committed by
Mat Sutcliffe
parent
bb9b5e8e97
commit
de680f4fcd
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user