From 3ac2963bc9a7048da96ca2b040f3f418f33b225b Mon Sep 17 00:00:00 2001 From: APTX Date: Sat, 11 Mar 2017 23:35:44 +0100 Subject: [PATCH] LocalMyList should not set its own message handler --- featureplugins/feature_localmylist/featurelocalmylist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/featureplugins/feature_localmylist/featurelocalmylist.cpp b/featureplugins/feature_localmylist/featurelocalmylist.cpp index 3a7eeb1..99f2d50 100644 --- a/featureplugins/feature_localmylist/featurelocalmylist.cpp +++ b/featureplugins/feature_localmylist/featurelocalmylist.cpp @@ -11,6 +11,7 @@ Q_LOGGING_CATEGORY(lmlCategory, "LML") constexpr const double PERCENT = 80.0; FeatureLocalMyList::FeatureLocalMyList(QObject *parent) : QObject{parent} { + LocalMyList::MyList::INSTALL_CUSTOM_ERROR_HANDLER = false; LocalMyList::instance()->loadLocalSettings(); if (LocalMyList::instance()->database()->connect()) -- 2.52.0