Initial commit
[raptor.git] / lib / plugin / raptorapplicationsplugin.cpp
blob1be9fc186fe0201eb9c1404cf16413f68d34da64
1 #include "raptorapplicationsplugin.h"
5 RaptorApplicationsPlugin::RaptorApplicationsPlugin(QObject * parent , const QStringList &args ):
6 Raptorlet(parent)
13 RaptorApplicationsPlugin::~RaptorApplicationsPlugin()
19 RaptorInterface::Dict RaptorApplicationsPlugin::search(const QString & key)
24 RaptorInterface::Dict RaptorApplicationsPlugin::data()
29 Q_EXPORT_PLUGIN2(RaptorInterface, RaptorApplicationsPlugin)
32 #include "raptorapplicationsplugin.moc"