Remove extra ;

This commit is contained in:
Laurent Montel
2023-07-12 18:52:25 +02:00
parent 0c43d3eeee
commit a8536b0634
14 changed files with 16 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ public:
Icon, /**< The icon to show. */
ReplacedText, /**< The text to replace the input text with for the completion. */
};
Q_ENUM(Roles);
Q_ENUM(Roles)
CompletionModel(QObject *parent = nullptr);