Ref T286, "humanReadable" functions

This commit is contained in:
Klaus Basan
2018-07-03 19:38:19 +02:00
parent 698c8871bc
commit 2da0186dd2
2 changed files with 9 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ namespace BlackMisc
//! \copydoc BlackCore::TDataTrait::isPinned
static constexpr bool isPinned() { return true; }
//! \copydoc BlackCore::TDataTrait::humanReadable
static const QString &humanReadable() { static const QString name("Last used server"); return name; }
};
} // ns
} // ns