kabc
23 #include "errorhandler.h"
26 #include <klocalizedstring.h>
27 #include <kmessagebox.h>
29 #include <QApplication>
49 kError( 5700 ) << msg;
52 class GuiErrorHandler::Private
64 : d( new Private( widget ) )
76 KMessageBox::error( d->mWidget, msg );
virtual void error(const QString &msg)
Show error message.
ConsoleErrorHandler()
Create an error handler for console output.
virtual void error(const QString &msg)
Show error message.
GuiErrorHandler(QWidget *parent=0)
Create error handler.
virtual ~GuiErrorHandler()
Destroys the handler instance.
virtual ~ConsoleErrorHandler()
Destroys the handler instance.
virtual ~ErrorHandler()
Destroys the handler instance.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:38 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.