Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1000
QString McapFilterPrivate::getCurrentTopic() {
1001
DEBUG(Q_FUNC_INFO);
1002
return current_topic;
1003
}
1004
1005
QString McapFilter::getCurrentTopic() {
1006
return d->getCurrentTopic();
Callers
1
changeMcapTopic
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected