mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-10 22:17:56 +00:00
Work on amuse GUI, use C++ linking for audio decoders
This commit is contained in:
7
Editor/ProjectModel.cpp
Normal file
7
Editor/ProjectModel.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "ProjectModel.hpp"
|
||||
|
||||
ProjectModel::ProjectModel(QObject* parent)
|
||||
: QAbstractItemModel(parent)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user