#include <KisMessageBoxWrapper.h>
#include <QMessageBox>
#include <QString>
#include <QCheckBox>
#include <kconfig.h>
#include <kconfiggroup.h>
#include <ksharedconfig.h>
#include <klocalizedstring.h>
Go to the source code of this file.
|
| 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
|
| |