MCPcopy Create free account
hub / github.com/KDE/labplot / setCurrentTopic

Method setCurrentTopic

src/backend/datasources/filters/McapFilter.cpp:987–993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987void 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
995void McapFilter::setCurrentTopic(QString topic) {
996 DEBUG(Q_FUNC_INFO);

Callers 3

currentFileFilterMethod · 0.80
refreshPreviewMethod · 0.80
updateContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected