From 82518006c3f977a2e86f792e324d2f01ae54f6c2 Mon Sep 17 00:00:00 2001 From: zach Date: Fri, 5 Jun 2026 19:45:43 +0200 Subject: [PATCH] revert toaster enum --- Plugins/ZShell/toaster.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugins/ZShell/toaster.hpp b/Plugins/ZShell/toaster.hpp index cb50042..0fb0d53 100644 --- a/Plugins/ZShell/toaster.hpp +++ b/Plugins/ZShell/toaster.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include #include @@ -21,7 +20,7 @@ Q_PROPERTY(int timeout READ timeout CONSTANT) Q_PROPERTY(Type type READ type CONSTANT) public: -enum class Type: std::uint8_t { +enum class Type { Info = 0, Success, Warning,