From c930736caf594834da200c78f60fce4508e012bc Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Sun, 24 Nov 2019 12:14:55 +0100 Subject: Don't pass QPointer around --- src/library/library.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/library/library.cpp') diff --git a/src/library/library.cpp b/src/library/library.cpp index ccb416391e..d15c409787 100644 --- a/src/library/library.cpp +++ b/src/library/library.cpp @@ -211,6 +211,11 @@ Library::~Library() { // Empty but required due to forward declarations in header file! } +TrackCollectionManager* Library::trackCollections() const { + // Cannot be implimented inline due to forward declarations + return m_pTrackCollectionManager; +} + void Library::stopPendingTasks() { if (m_pAnalysisFeature) { m_pAnalysisFeature->stopAnalysis(); -- cgit v1.2.3