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
93112798
Commit
93112798
authored
Oct 15, 2010
by
Bertjan Broeksema
Browse files
SVN_SILENT: Fix identation
svn path=/trunk/KDE/kdepim/runtime/; revision=1186280
parent
e975aeba
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/shared/singlefileresource.h
View file @
93112798
...
...
@@ -249,9 +249,9 @@ class SingleFileResource : public SingleFileResourceBase
if
(
dlg
->
exec
()
==
QDialog
::
Accepted
)
{
if
(
dlg
)
{
// in case is got destroyed
configDialogAcceptedActions
(
dlg
);
}
}
reloadFile
();
synchronizeCollectionTree
();
synchronizeCollectionTree
();
emit
configurationDialogAccepted
();
}
else
{
emit
configurationDialogRejected
();
...
...
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