mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
oops
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
124d3a7796
commit
92f8515a02
1 changed files with 1 additions and 1 deletions
|
@ -1738,7 +1738,7 @@ QScriptValue QDeclarativeEnginePrivate::desktopOpenUrl(QScriptContext *ctxt, QSc
|
|||
{
|
||||
if(ctxt->argumentCount() < 1)
|
||||
return QScriptValue(e, false);
|
||||
bool ret = StandardPaths::openUrl(QDeclarativeScriptEngine::get(e)->resolvedUrl(ctxt, QUrl(ctxt->argument(0).toString())));
|
||||
bool ret = QStandardPaths::openUrl(QDeclarativeScriptEngine::get(e)->resolvedUrl(ctxt, QUrl(ctxt->argument(0).toString())));
|
||||
return QScriptValue(e, ret);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue