Update expression_field.h

This commit is contained in:
Ozero4
2024-03-18 18:14:01 +01:00
committed by GitHub
parent 2671b6e0e1
commit 46f7eb5afe

View File

@@ -13,6 +13,8 @@ public:
}
protected:
bool handleEvent(Ion::Events::Event event) override;
private:
bool fieldHasOnlyAMinus() const;
};
}