Skip to content

Commit

Permalink
HostsPlugin: Don't print warnings if plugin is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 14, 2014
1 parent bb36308 commit 8e0aef8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/hosts/hosts.cpp
Original file line number Diff line number Diff line change
@@ -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());
}

0 comments on commit 8e0aef8

Please # to comment.