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 Runtime
Commits
cea818b3
Commit
cea818b3
authored
Aug 24, 2022
by
Laurent Montel
Browse files
Port to detailedError
parent
3b68c265
Pipeline
#222080
passed with stage
in 9 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/etesync/etesyncresource.cpp
View file @
cea818b3
...
...
@@ -244,7 +244,7 @@ void EteSyncResource::showErrorDialog(const QString &errorText, const QString &e
QDialog
*
dialog
=
new
QDialog
(
parent
,
Qt
::
Dialog
);
dialog
->
setAttribute
(
Qt
::
WA_NativeWindow
,
true
);
KWindowSystem
::
setMainWindow
(
dialog
->
windowHandle
(),
winIdForDialogs
());
KMessageBox
::
detailed
Sorry
(
dialog
,
errorText
,
errorDetails
,
title
);
KMessageBox
::
detailed
Error
(
dialog
,
errorText
,
errorDetails
,
title
);
}
QString
getEtebaseTypeForCollection
(
const
Akonadi
::
Collection
&
collection
)
...
...
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