Defines the UserInfo class and its nested UserInfoBuilder class for managing user profile data. More...
#include <QString>
#include <memory>
Go to the source code of this file.
Classes | |
class | UserInfo |
Represents a user's profile information, including name, email, phone number, and avatar path. More... | |
class | UserInfo::UserInfoBuilder |
A builder class for constructing UserInfo objects. More... | |
Defines the UserInfo class and its nested UserInfoBuilder class for managing user profile data.