From: Henrique Date: Sat, 16 May 2020 09:41:19 +0000 (+0200) Subject: BEE Backport bacula/src/qt-console/tray-monitor/task.h X-Git-Tag: Release-11.3.2~1528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=221ffffbf405220a1eeb56dffc994c652dad0c13;p=thirdparty%2Fbacula.git BEE Backport bacula/src/qt-console/tray-monitor/task.h This commit is the result of the squash of the following main commits: Author: Henrique Date: Wed Oct 30 11:22:54 2019 -0300 tray-monitor: fixed compilation for linux and windows Author: Eric Bollengier Date: Wed Jun 26 14:46:25 2019 +0200 traymonitor: Fix restoreclient option Author: Henrique Faria Date: Tue Dec 18 10:56:09 2018 +0100 android: Port bacula tray-monitor for Android Author: Eric Bollengier Date: Mon Feb 29 13:38:03 2016 +0100 Add new tray monitor --- diff --git a/bacula/src/qt-console/tray-monitor/task.h b/bacula/src/qt-console/tray-monitor/task.h index d025528d73..6f197db978 100644 --- a/bacula/src/qt-console/tray-monitor/task.h +++ b/bacula/src/qt-console/tray-monitor/task.h @@ -25,6 +25,10 @@ #include #include "tray_conf.h" +#ifdef Q_OS_ANDROID +#include "config-storage.h" +#endif + enum { TASK_NONE, TASK_STATUS, @@ -74,6 +78,7 @@ public: QString dirIds; QString hardlinks; QString client; + QString restoreclient; QString where; QString replace; QString comment;