mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Un-const non-pointer return types
This commit is contained in:
parent
a3f4012d1a
commit
8ac2a5870d
3 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue