6 #ifndef SOURCEHIGHLIGHTEXCEPTIONBOX_H_
7 #define SOURCEHIGHLIGHTEXCEPTIONBOX_H_
14 class ParserException;
33 static void showMessageBox(
const srchilite::ParserException &e, QWidget *parent = 0);
40 static void showMessageBox(
const std::exception &e, QWidget *parent = 0);
Definition: ColorDialog.cpp:12
Definition: SourceHighlightExceptionBox.h:13
Utility functions to show message boxes related to Source-Highlight library thrown exceptions...
Definition: SourceHighlightExceptionBox.h:25
static void showMessageBox(const srchilite::ParserException &e, QWidget *parent=0)
Shows a message box with the details of the ParserException exception (e.g., due to a syntax error in...
Definition: SourceHighlightExceptionBox.cpp:17