X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fcadtoolbarpolylines.h;h=2223cf45a3278889bc2862677469818dc15dfbe1;hb=d774c2655ba2c3657a565f325411144452392277;hp=1ae2265774832e19249339c07bde74b655067e5e;hpb=f7188d32d0beaef31fc3475be05daea2f018ebec;p=architektonas diff --git a/src/forms/cadtoolbarpolylines.h b/src/forms/cadtoolbarpolylines.h index 1ae2265..2223cf4 100644 --- a/src/forms/cadtoolbarpolylines.h +++ b/src/forms/cadtoolbarpolylines.h @@ -7,20 +7,9 @@ class CadToolBar; class CadToolBarPolylines: public QWidget { - Q_OBJECT - public: CadToolBarPolylines(CadToolBar * parent, Qt::WindowFlags flags = 0); ~CadToolBarPolylines(); - - protected slots: - void back(); - - private: - QToolButton * CreateToolButton(QAction * action); - - protected: - CadToolBar * cadToolBar; }; #endif // __CADTOOLBARPOLYLINES_H__