typo caught while fixing up isActive
svn path=/trunk/KDE/kdebase/runtime/; revision=1063078
This commit is contained in:
parent
f266a263db
commit
f26351ef58
@ -44,7 +44,7 @@ static QScriptValue toString(QScriptContext *ctx, QScriptEngine *eng)
|
||||
|
||||
static QScriptValue singleShot(QScriptContext *ctx, QScriptEngine *eng)
|
||||
{
|
||||
DECLARE_SELF(QTimer, start);
|
||||
DECLARE_SELF(QTimer, singleShot);
|
||||
|
||||
if (ctx->argumentCount()) {
|
||||
self->setSingleShot(ctx->argument(0).toBool());
|
||||
|
Loading…
Reference in New Issue
Block a user