Add method to check if CIdentifier is anonymous

refs #663
This commit is contained in:
Roland Winklmeier
2016-06-05 22:52:14 +02:00
parent 62491ad4e6
commit eeab2b0568
2 changed files with 8 additions and 0 deletions

View File

@@ -88,6 +88,9 @@ namespace BlackMisc
//! Check if originating from the same process name
bool isFromSameProcessName() const;
//! Check if it is anonymous identifier
bool isAnonymous() const;
//! \copydoc BlackMisc::Mixin::String::toQString
QString convertToQString(bool i18n = false) const;