API REVIEW: contructor -> protected
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801701
This commit is contained in:
parent
370d6b0b7e
commit
3210ad5beb
@ -62,7 +62,6 @@ class PLASMA_EXPORT ScriptEngine : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ScriptEngine(QObject *parent = 0);
|
||||
~ScriptEngine();
|
||||
|
||||
/**
|
||||
@ -71,6 +70,8 @@ public:
|
||||
virtual bool init();
|
||||
|
||||
protected:
|
||||
explicit ScriptEngine(QObject *parent = 0);
|
||||
|
||||
/**
|
||||
* @return absolute path to the main script file for this plasmoid
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user