Error handler. More...
#include <VLCQtCore/Error.h>
Static Public Member Functions | |
static QString | errmsg () |
A human-readable error message for the last libvlc error in the calling thread. More... | |
static void | showErrmsg () |
A human-readable error message displayed into standard output for the last libvlc error in the calling thread. More... | |
static Q_DECL_DEPRECATED void | clearerr () |
Clears the libvlc error status for the current thread. More... | |
Error handler.
A basic error handler for VLC-Qt library.
|
static |
Clears the libvlc error status for the current thread.
This does nothing.
|
static |
A human-readable error message for the last libvlc error in the calling thread.
The resulting string is valid until another error occurs.
|
static |
A human-readable error message displayed into standard output for the last libvlc error in the calling thread.
The resulting string is valid until another error occurs.