X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatviewsettings.h;h=637b23f66aa39d16a9df2f76ebaa0f391cdf93f3;hb=6d191d78dfafd07daeb3b39e140677c10a1e4a6a;hp=723ed9ab710199e07c3c7291cfec1e55286766ec;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/qtui/chatviewsettings.h b/src/qtui/chatviewsettings.h index 723ed9ab..637b23f6 100644 --- a/src/qtui/chatviewsettings.h +++ b/src/qtui/chatviewsettings.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2016 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); } };