From: APTX Date: Sat, 11 Mar 2017 22:35:44 +0000 (+0100) Subject: LocalMyList should not set its own message handler X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=3ac2963bc9a7048da96ca2b040f3f418f33b225b;p=aniplayer.git LocalMyList should not set its own message handler --- 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())