14
LdmUser(const QString &name, const QString &realName, const QString &image, const bool loggedIn);
14
LdmUser(const QString &name, const QString &realName, const QString &homeDirectory, const QString &image, bool isLoggedIn);
15
15
LdmUser(const LdmUser& other);
17
17
LdmUser &operator=(const LdmUser& other);
19
bool update(const QString &realName, const QString &homeDirectory, const QString &image, bool isLoggedIn);
19
21
/** The name to display (the real name if available, otherwise use the username */
20
22
QString displayName() const;