Git commit e3109c190feaa96cfcc1d93eb62b9f8d547f7fac by Kurt Hindenburg. Committed on 06/12/2016 at 19:07. Pushed by hindenburg into branch 'master'. revert accidently comitted notes M +0 -2 src/Session.cpp https://commits.kde.org/konsole/e3109c190feaa96cfcc1d93eb62b9f8d547f7fac diff --git a/src/Session.cpp b/src/Session.cpp index a9052ec7..d63c8a0c 100644 --- a/src/Session.cpp +++ b/src/Session.cpp @@ -298,8 +298,6 @@ void Session::viewDestroyed(QObject* view) { // the received QObject has already been destroyed, so using // qobject_cast<> does not work here - // note: runtime error: downcast not an object of type 'TerminalDispla= y' - // note: object is of type 'QWidget' TerminalDisplay* display =3D static_cast(view); = Q_ASSERT(_views.contains(display));