From: Soeren Apel Date: Tue, 4 Oct 2016 17:32:58 +0000 (+0200) Subject: MainWindow: Use regular pointer for QDockWidgets X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=cbf7b5db5c3c04b95daf77bc0e6dc112c15e0195;hp=cbf7b5db5c3c04b95daf77bc0e6dc112c15e0195;p=pulseview.git MainWindow: Use regular pointer for QDockWidgets 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. ---