X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Ftopicwidget.cpp;h=5426b08b2b4b603bd93023955ecc1ee3a0e571e9;hp=c0831933b868c800e9bcb7391681db303c16be00;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a diff --git a/src/qtui/topicwidget.cpp b/src/qtui/topicwidget.cpp index c0831933..5426b08b 100644 --- a/src/qtui/topicwidget.cpp +++ b/src/qtui/topicwidget.cpp @@ -67,7 +67,7 @@ void TopicWidget::dataChanged(const QModelIndex &topLeft, const QModelIndex &bot QModelIndex currentTopicIndex = selectionModel()->currentIndex().sibling(selectionModel()->currentIndex().row(), 1); if (changedArea.contains(currentTopicIndex)) setTopic(selectionModel()->currentIndex()); -}; +} void TopicWidget::setUseCustomFont(const QVariant &v) {