mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-06 20:25:35 +00:00
8 lines
96 B
C++
8 lines
96 B
C++
#include "EditorWidget.hpp"
|
|
|
|
EditorWidget::EditorWidget(QWidget* parent)
|
|
: QWidget(parent)
|
|
{
|
|
|
|
}
|