Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KAccounts Integration
Commits
b317f0f1
Commit
b317f0f1
authored
Sep 02, 2022
by
Laurent Montel
Browse files
Remove extra ';'
parent
37638683
Pipeline
#226120
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib/accountsmodel.h
View file @
b317f0f1
...
...
@@ -46,7 +46,7 @@ public:
DataObjectRole
,
ProviderDisplayNameRole
,
};
Q_ENUM
(
Roles
)
;
Q_ENUM
(
Roles
)
explicit
AccountsModel
(
QObject
*
parent
=
nullptr
);
~
AccountsModel
()
override
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment