X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.h;h=645080468a88b75692062cef5c6fb5e4e2c00598;hb=a65f42197839da536975b3e2858eedcef420035f;hp=e8005576788b42983b1afaa3029a66343c22b8d6;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/qtui/topicwidget.h b/src/qtui/topicwidget.h index e8005576..64508046 100644 --- a/src/qtui/topicwidget.h +++ b/src/qtui/topicwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005/06 by the Quassel Project * + * Copyright (C) 2005-2019 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 TOPICWIDGET_H_ @@ -57,6 +57,8 @@ private slots: void setUseCustomFont(const QVariant &); private: + QString sanitizeTopic(const QString& topic); + Ui::TopicWidget ui; QString _topic;