some janitoring
svn path=/trunk/KDE/kdebase/runtime/; revision=1120759
This commit is contained in:
parent
90f6563936
commit
47406f1250
@ -53,7 +53,7 @@ ScriptEnv::ScriptEnv(QObject *parent, QScriptEngine *engine)
|
|||||||
// Add an accessor so we can find the scriptenv given only the engine. The
|
// Add an accessor so we can find the scriptenv given only the engine. The
|
||||||
// property is hidden from scripts.
|
// property is hidden from scripts.
|
||||||
global.setProperty("__plasma_scriptenv", m_engine->newQObject(this),
|
global.setProperty("__plasma_scriptenv", m_engine->newQObject(this),
|
||||||
QScriptValue::ReadOnly|QScriptValue::Undeletable|QScriptValue::SkipInEnumeration);
|
QScriptValue::ReadOnly|QScriptValue::Undeletable|QScriptValue::SkipInEnumeration);
|
||||||
}
|
}
|
||||||
|
|
||||||
ScriptEnv::~ScriptEnv()
|
ScriptEnv::~ScriptEnv()
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
|
|
||||||
#include "animationgroup.h"
|
#include "animationgroup.h"
|
||||||
|
|
||||||
#include "filedialogproxy.h"
|
|
||||||
|
|
||||||
ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
|
ParallelAnimationGroup::ParallelAnimationGroup(QObject *parent)
|
||||||
: QParallelAnimationGroup(parent)
|
: QParallelAnimationGroup(parent)
|
||||||
{
|
{
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "filedialogproxy.h"
|
|
||||||
#ifndef ANIMATIONGROUP_H
|
#ifndef ANIMATIONGROUP_H
|
||||||
#define ANIMATIONGROUP_H
|
#define ANIMATIONGROUP_H
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user