From b6c700d98bf52cf4326e39a03937b16cddb3b1fe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 25 Mar 2017 09:23:05 +0100 Subject: options/bundle: appease qt creator --- options/bundle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'options/bundle.cpp') diff --git a/options/bundle.cpp b/options/bundle.cpp index 0bfeef3b..48833266 100644 --- a/options/bundle.cpp +++ b/options/bundle.cpp @@ -199,6 +199,8 @@ OPENTRACK_OPTIONS_EXPORT bundler& singleton() return ret; } +QMutex* bundle::get_mtx() const { return mtx; } + } // end options::detail OPENTRACK_OPTIONS_EXPORT std::shared_ptr make_bundle(const QString& name) @@ -209,6 +211,4 @@ OPENTRACK_OPTIONS_EXPORT std::shared_ptr make_bundle(const QString& nam return std::make_shared(QString()); } -QMutex* options::detail::bundle::get_mtx() const { return mtx; } - } // end options -- cgit v1.2.3