Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Sieve Editor
Commits
bc3f60ab
Commit
bc3f60ab
authored
Nov 22, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor
parent
07a8f59f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
main.cpp
main.cpp
+1
-1
sieveeditormainwindow.cpp
sieveeditormainwindow.cpp
+0
-1
No files found.
main.cpp
View file @
bc3f60ab
...
...
@@ -60,6 +60,6 @@ int main(int argc, char **argv)
SieveEditorMainWindow
*
mw
=
new
SieveEditorMainWindow
();
mw
->
show
();
int
val
=
app
.
exec
();
const
int
val
=
app
.
exec
();
return
val
;
}
sieveeditormainwindow.cpp
View file @
bc3f60ab
...
...
@@ -72,7 +72,6 @@ SieveEditorMainWindow::SieveEditorMainWindow()
SieveEditorMainWindow
::~
SieveEditorMainWindow
()
{
KSharedConfig
::
Ptr
config
=
KSharedConfig
::
openConfig
();
KConfigGroup
group
=
config
->
group
(
QStringLiteral
(
"SieveEditorMainWindow"
));
group
.
writeEntry
(
"Size"
,
size
());
if
(
SieveEditorGlobalConfig
::
self
()
->
closeWallet
())
{
...
...
Write
Preview
Markdown
is supported
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