summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginTypeModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-24 19:15:48 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-24 19:15:48 -0400
commitbbdef72e41fcb32eaa978aeccd68311fac45a107 (patch)
tree3b1d4027f5433ea58d7971f20fc28aa64f9dd3ee /sigtools/PluginTypeModel.cpp
parenta57c5d237447dcfe09aa9f19ce89f5eba266a510 (diff)
downloadsigen-bbdef72e41fcb32eaa978aeccd68311fac45a107.tar.gz
sigen-bbdef72e41fcb32eaa978aeccd68311fac45a107.tar.xz
sigen-bbdef72e41fcb32eaa978aeccd68311fac45a107.zip
Add the plugin
Diffstat (limited to 'sigtools/PluginTypeModel.cpp')
-rw-r--r--sigtools/PluginTypeModel.cpp1
1 files changed, 1 insertions, 0 deletions
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