X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsettings.h;h=c891f0f3f083fb2e6bbef96818295d1a19fed7cd;hp=66c0db523fe43215ef3fa271700ed323b65b9c5a;hb=d30eb5039971db578ba6e777d737344187e5b02a;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a diff --git a/src/qtui/chatviewsettings.h b/src/qtui/chatviewsettings.h index 66c0db52..c891f0f3 100644 --- a/src/qtui/chatviewsettings.h +++ b/src/qtui/chatviewsettings.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 * @@ -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); } };