Revision fa429a35 kadu-core/identities/identity.h
| b/kadu-core/identities/identity.h | ||
|---|---|---|
| 22 | 22 |
|
| 23 | 23 |
class KADUAPI Identity : public SharedBase<IdentityShared> |
| 24 | 24 |
{
|
| 25 |
Identity(bool); |
|
| 26 | 25 |
|
| 27 | 26 |
public: |
| 27 |
static Identity create(); |
|
| 28 | 28 |
static Identity loadFromStorage(StoragePoint *identityStoragePoint); |
| 29 | 29 |
static Identity null; |
| 30 | 30 |
|
Also available in: Unified diff