diff options
Diffstat (limited to 'src/pixels.h')
| -rw-r--r-- | src/pixels.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pixels.h b/src/pixels.h index 6095220..1d5effb 100644 --- a/src/pixels.h +++ b/src/pixels.h @@ -6,6 +6,7 @@ #include <QString> +#include "constants.h" #include "typedefs.h" struct Pixels @@ -29,4 +30,6 @@ struct Pixels * \return - true on success, false otherwise */ [[nodiscard]] bool save(const QString& filename); + + operator bool() const; }; |
