Fixed spelling errors from krazy (all in comments or debug/warnings, no strings)
This commit is contained in:
parent
45a8784f4c
commit
4037ced032
@ -77,7 +77,7 @@ void PlasmaKPartCorona::evaluateScripts(const QStringList &scripts)
|
||||
|
||||
void PlasmaKPartCorona::printScriptError(const QString &error)
|
||||
{
|
||||
kWarning() << "Startup script errror:" << error;
|
||||
kWarning() << "Startup script error:" << error;
|
||||
}
|
||||
|
||||
void PlasmaKPartCorona::printScriptMessage(const QString &error)
|
||||
|
@ -86,7 +86,7 @@ bool DeclarativeAppletScript::init()
|
||||
//FIXME: probably to be removed, would make possible to use native code from within the package :/
|
||||
//m_declarativeWidget->engine()->addImportPath(package()->path()+"/contents/imports");
|
||||
|
||||
//use our own custom network access manager that will acces Plasma packages and to manage security (i.e. deny access to remote stuff when the proper extension isn't enabled
|
||||
//use our own custom network access manager that will access Plasma packages and to manage security (i.e. deny access to remote stuff when the proper extension isn't enabled
|
||||
m_declarativeWidget->engine()->setNetworkAccessManagerFactory(new PackageAccessManagerFactory(package(), &m_auth));
|
||||
|
||||
m_declarativeWidget->setQmlPath(mainScript());
|
||||
|
Loading…
Reference in New Issue
Block a user