X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=87c163cf3278c342ea87b859e6ac910e6bad9277;hb=04ef61a441889963e5e730c0e7ee0b3b34f661cd;hp=2a6bc6ce179a0ab98596fa017d16724d022fdc98;hpb=76db8cdfbeffaaba359c8e80cf2146da9e9e7f8a;p=quassel.git diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index 2a6bc6ce..87c163cf 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 * @@ -57,6 +57,8 @@ private slots: void setUseCustomFont(const QVariant &); private: + QString sanitizeTopic(const QString& topic); + Ui::TopicWidget ui; QString _topic;