X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=c640b6a53a97ee4cfbf7b7b28da4c42395135ba4;hb=89aa3d278f7b5fac996f0b9480737e5932d54c41;hp=2622a0effcd566a1dca63bfee9140bed23d8eda6;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 2622a0ef..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 * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef CHATSCENE_H_ @@ -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 {