Plugin: initial integration of resource framework
Replaced deprecated Plugin::loadFile(QString) method by Plugin::loadResource(ResourceItem), a future interface to be adapted by invididual plugins. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#ifndef SINGLE_SOURCE_COMPILE
|
||||
|
||||
/*
|
||||
* plugin.cpp - implementation of plugin-class including plugin-loader
|
||||
*
|
||||
@@ -77,7 +75,7 @@ plugin::~plugin()
|
||||
|
||||
|
||||
|
||||
void plugin::loadFile( const QString & )
|
||||
void plugin::loadResource( const ResourceItem * )
|
||||
{
|
||||
}
|
||||
|
||||
@@ -229,4 +227,3 @@ QDomElement plugin::descriptor::subPluginFeatures::key::saveXML(
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user