mirror of
https://github.com/AxioDL/amuse.git
synced 2025-08-05 03:35:40 +00:00
13 lines
184 B
C++
13 lines
184 B
C++
#include "SampleEditor.hpp"
|
|
|
|
bool SampleEditor::loadData(ProjectModel::SampleNode* node)
|
|
{
|
|
return false;
|
|
}
|
|
|
|
SampleEditor::SampleEditor(QWidget* parent)
|
|
: EditorWidget(parent)
|
|
{
|
|
|
|
}
|