Rewrote the settings system. It may still need some work.
This commit is contained in:
+4
-4
@@ -25,15 +25,15 @@ public:
|
||||
explicit UserInfo(const QString& username, const QString& password, QObject *parent = 0);
|
||||
explicit UserInfo(const UserInfo& other);
|
||||
|
||||
QString getUsername() const;
|
||||
QString username() const;
|
||||
void setUsername(const QString& username);
|
||||
|
||||
QString getPassword() const;
|
||||
QString password() const;
|
||||
void setPassword(const QString& password);
|
||||
|
||||
protected:
|
||||
QString username;
|
||||
QString password;
|
||||
QString m_username;
|
||||
QString m_password;
|
||||
};
|
||||
|
||||
#endif // USERINFO_H
|
||||
|
||||
Reference in New Issue
Block a user