Definition errorhandler.h:6
void showNotification(std::string msg)
Displays a notification message.
Definition errorhandler.cpp:4
void showWarning(std::string msg)
Displays a warning message.
Definition errorhandler.cpp:8
void showError(std::string msg)
Displays an error message.
Definition errorhandler.cpp:13