kabc
23#include "errorhandler.h"
26#include <klocalizedstring.h>
27#include <kmessagebox.h>
29#include <QApplication>
49 kError( 5700 ) << msg;
52class 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.
virtual ~ConsoleErrorHandler()
Destroys the handler instance.
ConsoleErrorHandler()
Create an error handler for console output.
virtual ~ErrorHandler()
Destroys the handler instance.
GuiErrorHandler(QWidget *parent=0)
Create error handler.
virtual ~GuiErrorHandler()
Destroys the handler instance.
virtual void error(const QString &msg)
Show error message.
Class that holds a Calendar Url (FBURL/CALADRURI/CALURI)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by
doxygen 1.9.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.