X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fwebpreviewitem.cpp;h=45c080cd938caa7f3a0fdfdaa90cb9e1b5c2ffd4;hp=8f49032b8b351d14441773027b2d578fc552d267;hb=d36a37a4a2e2fa889cf12d596258f9ba4dfcc5ed;hpb=906391224228274450914361efd104630827e580 diff --git a/src/qtui/webpreviewitem.cpp b/src/qtui/webpreviewitem.cpp index 8f49032b..45c080cd 100644 --- a/src/qtui/webpreviewitem.cpp +++ b/src/qtui/webpreviewitem.cpp @@ -26,7 +26,7 @@ #include #include -WebPreviewItem::WebPreviewItem(const QString &url) +WebPreviewItem::WebPreviewItem(const QUrl &url) : QGraphicsItem(0), // needs to be a top level item as we otherwise cannot guarantee that it's on top of other chatlines _boundingRect(0, 0, 400, 300) {