style: improve comparisons and formatting

completionMenu.completionType === "username"

completionMenu.completionType === "username"

completionMenu.completionType === "username"

completionMenu.completionType === "emoji"

style:
This commit is contained in:
Srevin Saju
2021-05-05 15:19:16 +00:00
parent 6c47594bc3
commit 929e21fc59
3 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ Q_DECLARE_METATYPE(Command)
class CommandModel : public QObject
{
Q_OBJECT
Q_OBJECT
public:
explicit CommandModel(QObject *parent = nullptr)