diff options
Diffstat (limited to 'logic/updater/NotificationChecker.h')
-rw-r--r-- | logic/updater/NotificationChecker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/updater/NotificationChecker.h b/logic/updater/NotificationChecker.h index 20541757..915ee54d 100644 --- a/logic/updater/NotificationChecker.h +++ b/logic/updater/NotificationChecker.h @@ -26,7 +26,7 @@ public: Information } type; QString channel; - QString buildtype; + QString platform; QString from; QString to; bool applies() const; |