kabc
23 #include "errorhandler.h" 26 #include <klocalizedstring.h> 27 #include <kmessagebox.h> 29 #include <QApplication> 49 kError( 5700 ) << msg;
52 class GuiErrorHandler::Private
55 Private( QWidget *widget )
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.
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
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-2016 The KDE developers.
Generated on Fri Apr 22 2016 18:09:43 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.