X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.cpp;h=1194e82f08665071fc1fcd947097097686419fdc;hp=e865c455f37e710a55041e80bfbf53bec745dca9;hb=e0bd6c474dfdd885a839172a6165ff22b83590a5;hpb=b4f1d778d8ea3bf86ddf1764314132e5eb9ef296 diff --git a/src/qtui/chatscene.cpp b/src/qtui/chatscene.cpp index e865c455..1194e82f 100644 --- a/src/qtui/chatscene.cpp +++ b/src/qtui/chatscene.cpp @@ -582,13 +582,6 @@ void ChatScene::updateSceneRect(const QRectF &rect) { update(); } -void ChatScene::customEvent(QEvent *event) { - switch(event->type()) { - default: - return; - } -} - void ChatScene::loadWebPreview(ChatItem *parentItem, const QString &url, const QRectF &urlRect) { #ifndef HAVE_WEBKIT Q_UNUSED(parentItem)