Un-const non-pointer return types

This commit is contained in:
Gavin Bisesi 2017-03-22 21:12:42 -04:00
parent a3f4012d1a
commit 8ac2a5870d
3 changed files with 6 additions and 6 deletions

View file

@ -79,8 +79,8 @@ public:
const QMap<int, TabRoom *> &getRoomTabs() const { return roomTabs; }
bool getAdminLocked() const;
bool closeRequest();
const bool isOwnUserRegistered() const;
const QString getOwnUsername() const;
bool isOwnUserRegistered() const;
QString getOwnUsername() const;
bool isUserBuddy(const QString &userName) const;
bool isUserIgnored(const QString &userName) const;
const ServerInfo_User* getOnlineUser(const QString &userName) const;