QTfrontend/ui/page/pagedrawmap.h
changeset 6873 30840365af0a
parent 6700 e04da46ee43c
child 6952 7f70f37bbf08
equal deleted inserted replaced
6872:0f6eef4a07c8 6873:30840365af0a
    39     private:
    39     private:
    40         QPushButton * pbUndo;
    40         QPushButton * pbUndo;
    41         QPushButton * pbClear;
    41         QPushButton * pbClear;
    42         QPushButton * pbLoad;
    42         QPushButton * pbLoad;
    43         QPushButton * pbSave;
    43         QPushButton * pbSave;
       
    44         QCheckBox * cbEraser;
    44 
    45 
    45     private slots:
    46     private slots:
    46         void load();
    47         void load();
    47         void save();
    48         void save();
    48 };
    49 };