From 8e0aef84fe6f1f872c2b050de5c354de85ea5532 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sun, 14 Dec 2014 00:09:09 +0000 Subject: [PATCH] HostsPlugin: Don't print warnings if plugin is disabled --- plugins/hosts/hosts.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/hosts/hosts.cpp b/plugins/hosts/hosts.cpp index c0fae0ff..b29d7960 100644 --- a/plugins/hosts/hosts.cpp +++ b/plugins/hosts/hosts.cpp @@ -50,7 +50,6 @@ HostsPlugin::HostsPlugin() : QObject(), PluginInterface() , m_configItem(0) , m_settings(0) { - checkSanity(); // Fixes crash in static mode, because qqmlimport calls QPluginLoader::staticPlugins() before us. moveToThread(qApp->thread()); }