mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Fix Linter
This commit is contained in:
parent
3524231500
commit
57ed162b79
1 changed files with 3 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ private:
|
|||
Node(const QString &_name) : name(_name)
|
||||
{
|
||||
}
|
||||
virtual ~Node() {};
|
||||
virtual ~Node(){};
|
||||
QString getName() const
|
||||
{
|
||||
return name;
|
||||
|
|
@ -115,7 +115,8 @@ public:
|
|||
ServerInfo_ReplayMatch const *getReplayMatch(const QModelIndex &ind) const;
|
||||
QList<ServerInfo_Replay const *> getSelectedReplays() const;
|
||||
QSet<ServerInfo_ReplayMatch const *> getSelectedReplayMatches() const;
|
||||
void refreshTree() {
|
||||
void refreshTree()
|
||||
{
|
||||
treeModel->refreshTree();
|
||||
}
|
||||
void addMatchInfo(const ServerInfo_ReplayMatch &matchInfo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue