mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 14:07:48 +00:00
Lots of foundational work for Amuse editor
This commit is contained in:
7
Editor/EditorWidget.cpp
Normal file
7
Editor/EditorWidget.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "EditorWidget.hpp"
|
||||
|
||||
EditorWidget::EditorWidget(QWidget* parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user