diff options
Diffstat (limited to 'api/logic/BaseInstance.h')
-rw-r--r-- | api/logic/BaseInstance.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h index 5e587c48..f0fb6096 100644 --- a/api/logic/BaseInstance.h +++ b/api/logic/BaseInstance.h @@ -210,6 +210,11 @@ public: virtual bool reload(); + /** + * 'print' a verbose desription of the instance into a QStringList + */ + virtual QStringList verboseDescription(AuthSessionPtr session) = 0; + signals: /*! * \brief Signal emitted when properties relevant to the instance view change |