Skip to content

Remove unnecessary dynamic_cast just to quit

Thiago Sueto requested to merge work/thiagosueto/dbusquit into master

I found out the D-Bus call for quit() is already broken and it spouts the message "Cast to MainWindow failed". This fixes the issue and breaks a cyclic dependency.

Merge request reports