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
fe8f11e0
Commit
fe8f11e0
authored
Aug 22, 2022
by
Laurent Montel
Browse files
Open configure dialogbox
parent
289a64e7
Pipeline
#221093
passed with stage
in 17 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/customtoolsplugins/translatorplugin/translatorplugin.cpp
View file @
fe8f11e0
...
...
@@ -5,6 +5,7 @@
*/
#include
"translatorplugin.h"
#include
"translatorconfiguredialog.h"
#include
"translatorview.h"
#include
<KLocalizedString>
#include
<KPluginFactory>
...
...
@@ -40,7 +41,8 @@ bool TranslatorPlugin::hasConfigureDialog() const
void
TranslatorPlugin
::
showConfigureDialog
(
QWidget
*
parent
)
{
// TODO
TranslatorConfigureDialog
dlg
(
parent
);
dlg
.
exec
();
}
#include
"translatorplugin.moc"
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