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,