From 00efb6af5ff15e43913f91fcc5c33805233c7e91 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 12 May 2004 19:08:58 +0000 Subject: As pointed out on irc the template functions fail to compile. I've removed the method in the base class so remove in OPluginLoader as well Evaluate if we want to allow loading of a 'path' + QUUid or only via OPluginItem --- (limited to 'libopie2/opiecore') diff --git a/libopie2/opiecore/opluginloader.h b/libopie2/opiecore/opluginloader.h index 421d1f6..6166b75 100644 --- a/libopie2/opiecore/opluginloader.h +++ b/libopie2/opiecore/opluginloader.h @@ -136,8 +136,6 @@ public: ~OPluginLoader(); template - IFace* load( const QString& name, const QUuid& ); - template IFace* load( const OPluginItem& item, const QUuid& ); }; @@ -170,10 +168,6 @@ public: void save(); }; -template -IFace* OPluginLoader::load( const QString& name, const QUuid& uid ) { - return static_cast( OGenericPluginLoader::load( item, uid ) ); -} template IFace* OPluginLoader::load( const OPluginItem& item, const QUuid& uid ) { -- cgit v0.9.0.2