Revision 34b7de8...
Go back to digest for 16th November 2014Other in Development Tools
Milian Wolff committed changes in [kdevplatform] plugins/konsole/kdevkonsoleview.cpp:
Fix crash on shutdown.
Apparently the old-school Qt signal/slot connection was more
safe here before. The new-style connect gets executed when the
plugin is about to shutdown and then we'd crash. Now we manually
disconnect to prevent that from happening.
File Changes
Modified 1 files
- plugins/konsole/kdevkonsoleview.cpp
1 files changed in total