19 #ifndef LIB_QUENTIER_UTILITY_EVENT_LOOP_WITH_EXIT_STATUS_H
20 #define LIB_QUENTIER_UTILITY_EVENT_LOOP_WITH_EXIT_STATUS_H
22 #include <quentier/utility/Macros.h>
23 #include <quentier/utility/Linkage.h>
24 #include <quentier/types/ErrorString.h>
44 ExitStatus::type exitStatus()
const;
50 void exitAsFailureWithError(QString errorDescription);
51 void exitAsFailureWithErrorString(
ErrorString errorDescription);
55 ExitStatus::type m_exitStatus;
61 #endif // LIB_QUENTIER_UTILITY_EVENT_LOOP_WITH_EXIT_STATUS_H