openscad/src/editortoolbar.cpp

6 lines
101 B
C++

#include "editortoolbar.h"
EditorToolBar::EditorToolBar(QWidget *parent) :
QToolBar(parent)
{ }