diff --git a/commandedit.h b/commandedit.h --- a/commandedit.h +++ b/commandedit.h @@ -35,6 +35,7 @@ public: private: bool ascii_mode; QValidator* hexValidator; + QValidator* asciiValidator; protected: void keyPressEvent(QKeyEvent * event) Q_DECL_OVERRIDE;