|
Krita Source Code Documentation
|
Functions | |
| int | doNotAskAgainMessageBoxWrapper (QMessageBox *messageBox, const QString &identifier) |
| doNotAskAgainMessageBoxWrapper takes a messagebox and an identifier and adds a Do Not Ask Again checkbox to the messagebox; then runs the checkbox and returns the return balue | |
Wrap a QMessageBox
| KRITAGLOBAL_EXPORT int KisMessageBoxWrapper::doNotAskAgainMessageBoxWrapper | ( | QMessageBox * | messageBox, |
| const QString & | identifier ) |
doNotAskAgainMessageBoxWrapper takes a messagebox and an identifier and adds a Do Not Ask Again checkbox to the messagebox; then runs the checkbox and returns the return balue
| messageBox | the wrapped messagebox |
| identifier | a unique identifier that is used to store the the check in the config file |
Definition at line 19 of file KisMessageBoxWrapper.cpp.