From 2d66933b9bf25af66696b097283109c8a6e87151 Mon Sep 17 00:00:00 2001 From: Andrey Shamanin Date: Fri, 16 Oct 2020 16:08:27 +0300 Subject: Add AWS support to libcloudproxy Bug-AGL: SPEC-3645 Signed-off-by: Andrey Shamanin Change-Id: Ie165a50e7975a8e6f25b259be1679a9689414148 --- sample/telemetry-cloud-app/app/mainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sample/telemetry-cloud-app/app/mainwindow.h') diff --git a/sample/telemetry-cloud-app/app/mainwindow.h b/sample/telemetry-cloud-app/app/mainwindow.h index ce21845..6e36638 100755 --- a/sample/telemetry-cloud-app/app/mainwindow.h +++ b/sample/telemetry-cloud-app/app/mainwindow.h @@ -39,6 +39,7 @@ public: public slots: void updateState(QVariant recvMsg); + void updateSendStatus(bool status); private slots: void startMsgButtonClick(); -- cgit 1.2.3-korg