MCPcopy 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
144void AbstractFileFilter::addWarning(const QString& warning) {
145 m_lastWarnings << warning;
146}
147
148void AbstractFileFilter::clearLastWarnings() {
149 m_lastWarnings.clear();

Callers 1

addWarningErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected