summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-01 04:43:17 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-01 04:43:17 (GMT)
commit894333bd0af5bd0097a3682233c56011b0de88cc (patch)
treea577141a60e5b0ed7ff030fcdd86660ba0bf14ac /src
parent54b993f4fe5b7495546c98e302a5e2f6a87de6d7 (diff)
downloadQt-894333bd0af5bd0097a3682233c56011b0de88cc.zip
Qt-894333bd0af5bd0097a3682233c56011b0de88cc.tar.gz
Qt-894333bd0af5bd0097a3682233c56011b0de88cc.tar.bz2
Compile
Diffstat (limited to 'src')
-rw-r--r--src/declarative/fx/qfxwebview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxwebview.cpp b/src/declarative/fx/qfxwebview.cpp
index eb2f7d2..b59e639 100644
--- a/src/declarative/fx/qfxwebview.cpp
+++ b/src/declarative/fx/qfxwebview.cpp
@@ -140,7 +140,7 @@ public:
bool localStorageDatabaseEnabled() const { return s->testAttribute(QWebSettings::LocalStorageDatabaseEnabled); }
void setLocalStorageDatabaseEnabled(bool on) { s->setAttribute(QWebSettings::LocalStorageDatabaseEnabled, on); }
- QString userStyleSheetUrl() const { return s->userStyleSheetUrl(); }
+ QString userStyleSheetUrl() const { return s->userStyleSheetUrl().toString(); }
void setUserStyleSheetUrl(const QString& url) { s->setUserStyleSheetUrl(url); }
QWebSettings *s;