Ref T515, utility functions for file name/path etc.

This commit is contained in:
Klaus Basan
2019-01-17 16:41:03 +01:00
committed by Mat Sutcliffe
parent a0c8f3778b
commit 107464d92a
6 changed files with 48 additions and 1 deletions

View File

@@ -337,6 +337,9 @@ namespace BlackMisc
//! Models with aliases
int countAliases() const;
//! Sort by file path
void sortByFileName();
//! Update distributor, all models in list are set to given distributor
void updateDistributor(const CDistributor &distributor);