mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #751, info if user can directly update models
* modified login component, give hints * user object has flag for direct write
This commit is contained in:
committed by
Roland Winklmeier
parent
03c642d88a
commit
ced9f5294e
@@ -139,6 +139,9 @@ namespace BlackMisc
|
||||
//! Enabled
|
||||
bool isEnabled() const { return this->m_enabled; }
|
||||
|
||||
//! Entitled to directly update models
|
||||
bool canDirectlyWriteModels() const;
|
||||
|
||||
//! \copydoc BlackMisc::Mixin::Icon::toIcon()
|
||||
BlackMisc::CIcon toIcon() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user