MainWindow: Use regular pointer for QDockWidgets
authorSoeren Apel <soeren@apelpie.net>
Tue, 4 Oct 2016 17:32:58 +0000 (19:32 +0200)
committerSoeren Apel <soeren@apelpie.net>
Sun, 4 Dec 2016 13:37:36 +0000 (14:37 +0100)
Using shared_ptrs conflicts with the Qt memory management,
so we can't use them if we don't have control over when
those objects are deleted by Qt. In this case, we need to
handle the dock widgets properly.


No differences found