From bbdef72e41fcb32eaa978aeccd68311fac45a107 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 24 Mar 2009 19:15:48 -0400 Subject: Add the plugin --- sigtools/PluginTypeModel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sigtools/PluginTypeModel.cpp b/sigtools/PluginTypeModel.cpp index fecf5610..ff888b87 100644 --- a/sigtools/PluginTypeModel.cpp +++ b/sigtools/PluginTypeModel.cpp @@ -60,6 +60,7 @@ BaseModel* PluginTypeModel::childItem(const int row) void PluginTypeModel::addPlugin(KService::Ptr service) { + m_services.append(new PluginModel(service, this)); } int PluginTypeModel::findChild(BaseModel* model) const -- cgit