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
PIM
KDE PIM Add-ons
Commits
269d6edc
Commit
269d6edc
authored
Aug 22, 2022
by
Laurent Montel
Browse files
Add missing override keyword
parent
edbb1957
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/customtoolsplugins/translatorplugin/translatorplugin.h
View file @
269d6edc
...
...
@@ -17,6 +17,6 @@ public:
PimCommon
::
CustomToolsViewInterface
*
createView
(
KActionCollection
*
ac
,
PimCommon
::
CustomToolsWidgetNg
*
parent
)
override
;
Q_REQUIRED_RESULT
QString
customToolName
()
const
override
;
Q_REQUIRED_RESULT
bool
hasConfigureDialog
()
const
;
Q_REQUIRED_RESULT
bool
hasConfigureDialog
()
const
override
;
void
showConfigureDialog
(
QWidget
*
parent
)
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