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
Unmaintained
KDevPlatform
Commits
30fb0611
Commit
30fb0611
authored
Jul 04, 2011
by
Olivier de Gaalon
Browse files
ProjectImportJob killing causes deadlocks/crashes.
Until it works properly, don't make it killable. BUG: 256709
parent
0525625a
Changes
1
Hide whitespace changes
Inline
Side-by-side
project/importprojectjob.cpp
View file @
30fb0611
...
...
@@ -63,8 +63,6 @@ public:
ImportProjectJob
::
ImportProjectJob
(
ProjectFolderItem
*
folder
,
IProjectFileManager
*
importer
)
:
KJob
(
0
),
d
(
new
ImportProjectJobPrivate
)
{
setCapabilities
(
Killable
);
d
->
m_importer
=
importer
;
d
->
m_folder
=
folder
;
d
->
m_project
=
folder
->
project
();
...
...
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