mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
[Fix-Warnings] Remove more redundant empty declarations. (extra semicolons) (#6374)
This commit is contained in:
parent
858361e6d3
commit
8abd04dab1
21 changed files with 37 additions and 37 deletions
|
|
@ -190,7 +190,7 @@ public:
|
|||
const QSet<QString> &getAltNames()
|
||||
{
|
||||
return altNames;
|
||||
};
|
||||
}
|
||||
[[nodiscard]] const QString &getText() const
|
||||
{
|
||||
return text;
|
||||
|
|
|
|||
|
|
@ -53,6 +53,6 @@ inline static const QString getNicePropertyName(QString key)
|
|||
return QCoreApplication::translate("Mtg", "Color Identity");
|
||||
return key;
|
||||
}
|
||||
}; // namespace Mtg
|
||||
} // namespace Mtg
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue