why yes, virginia, these are virtual
svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=576390
This commit is contained in:
parent
647df2da6b
commit
f2f121c254
@ -27,8 +27,8 @@ class Interface
|
|||||||
public:
|
public:
|
||||||
static Interface* interface() { return m_interface; }
|
static Interface* interface() { return m_interface; }
|
||||||
|
|
||||||
bool loadDataEngine(const QString& name) = 0;
|
virtual bool loadDataEngine(const QString& name) = 0;
|
||||||
bool unloadDataEngine(const QString& name) = 0;
|
virtual bool unloadDataEngine(const QString& name) = 0;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Interface() : m_interface(0) {}
|
Interface() : m_interface(0) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user