diff --git a/interfaces/pluginmodel.cpp b/interfaces/pluginmodel.cpp index b2cef79a4..140e13e7f 100644 --- a/interfaces/pluginmodel.cpp +++ b/interfaces/pluginmodel.cpp @@ -16,10 +16,7 @@ PluginModel::PluginModel(QObject *parent) { connect(this, &QAbstractItemModel::rowsInserted, this, &PluginModel::rowsChanged); connect(this, &QAbstractItemModel::rowsRemoved, this, &PluginModel::rowsChanged); - - beginResetModel(); m_plugins = KPluginMetaData::findPlugins(QStringLiteral("kdeconnect/")); - endResetModel(); } PluginModel::~PluginModel()