Revision 3aea311...

Go back to digest for 12th August 2012

Optimization in Development Tools

Milian Wolff committed changes in [kdevplatform/1.4] /:

When a job gets deleted, ensure we update the runcontroller.

This can happen when a job gets deleted, i.e. via QObject inheritance.
Then apparently it does *not* emit finished() and thus we could end up
with invalid pointers in the RunController leading to strange crashes
in e.g. dynamic_cast.

File Changes

Modified 2 files
  •   shell/runcontroller.cpp
  •   shell/runcontroller.h
2 files changed in total