Index: sources/ApplicationPost.h =================================================================== diff -u -r64d87d540594252e8039ab2595016d98f1e3cc28 -r2bc6542cebc264eb343f791f75223a1ca151465e --- sources/ApplicationPost.h (.../ApplicationPost.h) (revision 64d87d540594252e8039ab2595016d98f1e3cc28) +++ sources/ApplicationPost.h (.../ApplicationPost.h) (revision 2bc6542cebc264eb343f791f75223a1ca151465e) @@ -14,17 +14,29 @@ */ #pragma once +// Qt #include +// Project +#include "GuiGlobals.h" + class ApplicationPost : public QObject { Q_OBJECT public: explicit ApplicationPost(QObject *parent = nullptr); - bool init(); bool start(); signals: + void didPOSTFailed(const Gui::GuiAlarmID &vAlarmID); public slots: }; + + + + + + +// if the touch is not connected this message in dmesg +// [ 5.152555] ft5x06-ts 3-0038: Could not detect touch screen -19.