why yes, virginia, these are virtual

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=576390
This commit is contained in:
Aaron J. Seigo 2006-08-23 23:52:45 +00:00
parent 647df2da6b
commit f2f121c254

View File

@ -27,8 +27,8 @@ class Interface
public:
static Interface* interface() { return m_interface; }
bool loadDataEngine(const QString& name) = 0;
bool unloadDataEngine(const QString& name) = 0;
virtual bool loadDataEngine(const QString& name) = 0;
virtual bool unloadDataEngine(const QString& name) = 0;
protected:
Interface() : m_interface(0) {}