| 985 | } |
| 986 | |
| 987 | void McapFilterPrivate::setCurrentTopic(QString topic) { |
| 988 | DEBUG(Q_FUNC_INFO); |
| 989 | if (current_topic != topic) |
| 990 | m_prepared = false; |
| 991 | |
| 992 | current_topic = topic; |
| 993 | } |
| 994 | |
| 995 | void McapFilter::setCurrentTopic(QString topic) { |
| 996 | DEBUG(Q_FUNC_INFO); |
no outgoing calls
no test coverage detected