[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [amarok] src: Don't check for WebKit bindings, as these are not default on Ubuntu.
From:       Mark Kretschmann <kretschmann () kde ! org>
Date:       2013-10-20 12:18:13
Message-ID: E1VXrxV-0008TI-0c () scm ! kde ! org
[Download RAW message or body]

Git commit c8964ca73f943c20d762deca29a34262ce44bbfa by Mark Kretschmann.
Committed on 20/10/2013 at 12:16.
Pushed by markey into branch 'master'.

Don't check for WebKit bindings, as these are not default on Ubuntu.

M  +1    -1    src/ScriptManager.cpp

http://commits.kde.org/amarok/c8964ca73f943c20d762deca29a34262ce44bbfa

diff --git a/src/ScriptManager.cpp b/src/ScriptManager.cpp
index 04b8eef..7e4e891 100644
--- a/src/ScriptManager.cpp
+++ b/src/ScriptManager.cpp
@@ -95,7 +95,7 @@ bool
 ScriptManager::minimumBindingsAvailable()
 {
     QStringList minimumBindings;
-    minimumBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.webkit" <<=
 "qt.xml" << "qt.uitools" << "qt.network";
+    minimumBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.xml" << "q=
t.uitools" << "qt.network";
     QScriptEngine engine;
     foreach( const QString &binding, minimumBindings )
     {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic