My Project
|
#include <uisessiondata.h>
Public Member Functions | |
UiSessionData (const QVariantMap &data=QVariantMap()) | |
Constructor. More... | |
Data container to hold values for authentication session. Inherit this class if you want to extend the property range.
Definition at line 76 of file uisessiondata.h.
|
inline |
Constructor.
Creates a UiSessionData with data 'data'.
data | The data to be contained by the UiSessionData |
Definition at line 85 of file uisessiondata.h.