summaryrefslogtreecommitdiffhomepage
path: root/compat/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/options.cpp')
-rw-r--r--compat/options.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/options.cpp b/compat/options.cpp
index db2e5ce5..32471870 100644
--- a/compat/options.cpp
+++ b/compat/options.cpp
@@ -233,6 +233,11 @@ opt_singleton::opt_singleton() : implsgl_mtx(QMutex::Recursive)
{
}
+opt_singleton::~opt_singleton()
+{
+ qDebug() << "exit: bundle singleton";
+}
+
pbundle opt_singleton::bundle(const opt_singleton::k &key)
{
QMutexLocker l(&implsgl_mtx);