]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/cadtoolbarpoints.h
Refactored CAD tool bars once more...
[architektonas] / src / forms / cadtoolbarpoints.h
index 1dd8b999f4d2c714952c8d4405b631367ff2464f..6cc634718f285fcdb6ff77a4c5cd9fe0d441d552 100644 (file)
@@ -7,20 +7,9 @@ class CadToolBar;
 
 class CadToolBarPoints: public QWidget
 {
-       Q_OBJECT
-
        public:
                CadToolBarPoints(CadToolBar * parent, Qt::WindowFlags flags = 0);
                ~CadToolBarPoints();
-
-       protected slots:
-               void back();
-
-       private:
-               QToolButton * CreateToolButton(QAction * action);
-
-       protected:
-               CadToolBar * cadToolBar;
 };
 
 #endif // __CADTOOLBARPOINTS_H__