/*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file ApplicationPost.h * \author (last) Behrouz NematiPour * \date (last) 26-Aug-2020 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * */ #pragma once // Qt #include // Project #include "GuiGlobals.h" class ApplicationPost : public QObject { Q_OBJECT public: explicit ApplicationPost(QObject *parent = nullptr); 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.