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
Jan Paul Batrina
Ark
Commits
f69e3b50
Commit
f69e3b50
authored
Jun 07, 2009
by
Raphael Kubo da Costa
Browse files
Remove unnecessary return statement.
svn path=/trunk/KDE/kdeutils/ark/; revision=978418
parent
e1fe1783
Changes
1
Hide whitespace changes
Inline
Side-by-side
kerfuffle/addtoarchive.cpp
View file @
f69e3b50
...
@@ -148,7 +148,6 @@ namespace Kerfuffle
...
@@ -148,7 +148,6 @@ namespace Kerfuffle
options
[
"GlobalWorkDir"
]
=
stripDir
.
path
();
options
[
"GlobalWorkDir"
]
=
stripDir
.
path
();
kDebug
(
1601
)
<<
"Setting GlobalWorkDir to "
<<
stripDir
.
path
();
kDebug
(
1601
)
<<
"Setting GlobalWorkDir to "
<<
stripDir
.
path
();
}
}
Kerfuffle
::
AddJob
*
job
=
Kerfuffle
::
AddJob
*
job
=
...
@@ -160,8 +159,6 @@ namespace Kerfuffle
...
@@ -160,8 +159,6 @@ namespace Kerfuffle
this
,
SLOT
(
slotFinished
(
KJob
*
)));
this
,
SLOT
(
slotFinished
(
KJob
*
)));
job
->
start
();
job
->
start
();
return
;
}
}
void
AddToArchive
::
slotFinished
(
KJob
*
job
)
void
AddToArchive
::
slotFinished
(
KJob
*
job
)
...
...
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