mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 16:37:44 -07:00
rename function
This commit is contained in:
@@ -298,7 +298,7 @@ void ChatView::appendMessage(QString message, QString sender, UserLevelFlags use
|
||||
}
|
||||
else if (index == mentionFirstIndex)
|
||||
{
|
||||
if (tabSupervisor->isALocalGame())
|
||||
if (tabSupervisor->getIsLocalGame())
|
||||
{
|
||||
cursor.insertText("@");
|
||||
message = message.mid(1);
|
||||
|
||||
@@ -68,7 +68,7 @@ public:
|
||||
void start(const ServerInfo_User &userInfo);
|
||||
void startLocal(const QList<AbstractClient *> &_clients);
|
||||
void stop();
|
||||
bool isALocalGame() const { return isLocalGame; }
|
||||
bool getIsLocalGame() const { return isLocalGame; }
|
||||
int getGameCount() const { return gameTabs.size(); }
|
||||
TabUserLists *getUserListsTab() const { return tabUserLists; }
|
||||
ServerInfo_User *getUserInfo() const { return userInfo; }
|
||||
|
||||
Reference in New Issue
Block a user