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

Method lastWarnings

src/backend/datasources/filters/AbstractFileFilter.cpp:140–142  ·  view source on GitHub ↗

! * Returns the list of warnings that occured during the last parse step. */

Source from the content-addressed store, hash-verified

138 * Returns the list of warnings that occured during the last parse step.
139 */
140QStringList AbstractFileFilter::lastWarnings() const {
141 return m_lastWarnings;
142}
143
144void AbstractFileFilter::addWarning(const QString& warning) {
145 m_lastWarnings << warning;

Callers 1

importToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected