X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsettings.h;h=08d6cb6d202f2d72fd5ce59a8bfa8cf6fc422e2f;hp=248b06eeb5cd61d337d4b1b1eeb5b3b70f7d7044;hb=e56629542168c203cac8504085fc96c7f7b73d90;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/qtui/chatviewsettings.h b/src/qtui/chatviewsettings.h index 248b06ee..08d6cb6d 100644 --- a/src/qtui/chatviewsettings.h +++ b/src/qtui/chatviewsettings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2015 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 CHATVIEWSETTINGS_H @@ -47,6 +47,9 @@ public: inline QString timestampFormatString() { return localValue("TimestampFormat", "[hh:mm:ss]").toString(); } inline void setTimestampFormatString(const QString &format) { setLocalValue("TimestampFormat", format); } + + inline QString webSearchUrlFormatString() { return localValue("WebSearchUrlFormat", "https://www.google.com/search?q=%s").toString(); } + inline void setWebSearchUrlFormatString(const QString &format) { setLocalValue("WebSearchUrlFormat", format); } };