X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatscene.h;h=c640b6a53a97ee4cfbf7b7b28da4c42395135ba4;hp=1de870ef55a3ac20dcaf18ce81e6760a23f31724;hb=d30eb5039971db578ba6e777d737344187e5b02a;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/qtui/chatscene.h b/src/qtui/chatscene.h index 1de870ef..c640b6a5 100644 --- a/src/qtui/chatscene.h +++ b/src/qtui/chatscene.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 {