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

Method getCurrentTopic

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

Source from the content-addressed store, hash-verified

998}
999
1000QString McapFilterPrivate::getCurrentTopic() {
1001 DEBUG(Q_FUNC_INFO);
1002 return current_topic;
1003}
1004
1005QString McapFilter::getCurrentTopic() {
1006 return d->getCurrentTopic();

Callers 1

changeMcapTopicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected