X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fwebpreviewitem.cpp;h=45c080cd938caa7f3a0fdfdaa90cb9e1b5c2ffd4;hp=8f49032b8b351d14441773027b2d578fc552d267;hb=412b5319d090f122ae8c99be6578bc25023c8f24;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c 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) {