Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
c8e1138b
Commit
c8e1138b
authored
Aug 26, 2021
by
Laurent Montel
😁
Browse files
Use new in-process agent configuration UI
parent
22d1bab9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwidget.cpp
View file @
c8e1138b
...
...
@@ -55,6 +55,7 @@
#include
<AkonadiWidgets/CollectionMaintenancePage>
#include
"mailcommonsettings_base.h"
#include
<AkonadiWidgets/AgentConfigurationDialog>
#include
<MailCommon/CollectionExpiryPage>
#include
<MailCommon/CollectionGeneralPage>
#include
<MailCommon/ExpireCollectionAttribute>
...
...
@@ -4521,7 +4522,9 @@ void KMMainWidget::slotAccountSettings()
return
;
}
instance
.
configure
(
this
);
QPointer
<
AgentConfigurationDialog
>
dlg
=
new
AgentConfigurationDialog
(
instance
,
this
);
dlg
->
exec
();
delete
dlg
;
}
void
KMMainWidget
::
slotRestartAccount
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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