1#ifndef QX_WIDGETS_COMMON_H
2#define QX_WIDGETS_COMMON_H
5#include "qx/widgets/qx_widgets_export.h"
16QX_WIDGETS_EXPORT
void postError(
const Error& error);
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5
int postBlockingError(const Error &error, QMessageBox::StandardButtons choices, QMessageBox::StandardButton defChoice)
Definition qx-common-widgets.cpp:57
void postError(const Error &error)
Definition qx-common-widgets.cpp:32
The qx-error.h header file provides access to the Error interface.