From 3b6e01aff32b110d0af2f462b7c4542ee3ba712b Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 12 May 2024 21:54:29 +0300 Subject: [PATCH 85/85] Qt: Fix doxygen error about listener template See osdn #44520 Signed-off-by: Marko Lindqvist --- client/gui-qt/chatline.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client/gui-qt/chatline.h b/client/gui-qt/chatline.h index 2d7de76359..22e3a75adb 100644 --- a/client/gui-qt/chatline.h +++ b/client/gui-qt/chatline.h @@ -38,7 +38,6 @@ class QPushButton; QString apply_tags(QString str, const struct text_tag_list *tags, QColor bg_color); -template<> std::set listener::instances; /*************************************************************************** Listener for chat. See listener<> for information about how to use it -- 2.43.0