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

Method setErrorMessage

src/3rdparty/QXlsx/source/xlsxdatavalidation.cpp:292–296  ·  view source on GitHub ↗

! Sets the error message to \a error with title \a title. */

Source from the content-addressed store, hash-verified

290 Sets the error message to \a error with title \a title.
291 */
292void DataValidation::setErrorMessage(const QString &error, const QString &title)
293{
294 d->errorMessage = error;
295 d->errorMessageTitle = title;
296}
297
298/*!
299 Sets the prompt message to \a prompt with title \a title.

Callers 1

loadFromXmlMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected