X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=c640b6a53a97ee4cfbf7b7b28da4c42395135ba4;hp=4f6fcaec36262eedb12fa7b2cbeb3e3c704a209e;hb=d30eb5039971db578ba6e777d737344187e5b02a;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 4f6fcaec..c640b6a5 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2014 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -143,6 +143,8 @@ public slots: void selectionToClipboard(QClipboard::Mode = QClipboard::Clipboard); void stringToClipboard(const QString &str, QClipboard::Mode = QClipboard::Clipboard); + void webSearchOnSelection(); + void requestBacklog(); #ifdef HAVE_WEBKIT @@ -221,6 +223,8 @@ private: bool _showWebPreview; + static const int _webSearchSelectionTextMaxVisible = 24; + #ifdef HAVE_WEBKIT struct WebPreview { enum PreviewState {