Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ addWarning
Method
addWarning
src/backend/datasources/filters/AbstractFileFilter.cpp:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void AbstractFileFilter::addWarning(const QString& warning) {
145
m_lastWarnings << warning;
146
}
147
148
void AbstractFileFilter::clearLastWarnings() {
149
m_lastWarnings.clear();
Callers
1
addWarningError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected