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

Method lastError

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

! * Returns the last error that occured during the last parse step. */

Source from the content-addressed store, hash-verified

123 * Returns the last error that occured during the last parse step.
124 */
125QString AbstractFileFilter::lastError() const {
126 return m_lastError;
127}
128
129void AbstractFileFilter::setLastError(const QString& error) {
130 m_lastError = error;

Callers 15

mainFunction · 0.80
mainFunction · 0.80
testConnectionMethod · 0.80
importToMethod · 0.80
refreshPreviewMethod · 0.80
connectionChangedMethod · 0.80
refreshPreviewMethod · 0.80
prepareAndExecuteMethod · 0.80
exportToSQLiteMethod · 0.80
readMethod · 0.80
testImportWrongFileMethod · 0.80

Calls

no outgoing calls