amuse/Editor/EditorWidget.cpp

8 lines
96 B
C++

#include "EditorWidget.hpp"
EditorWidget::EditorWidget(QWidget* parent)
: QWidget(parent)
{
}