mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 13:14:58 +00:00
8 lines
123 B
C++
8 lines
123 B
C++
#include "ProjectStatistics.hpp"
|
|
|
|
ProjectStatistics::ProjectStatistics(QObject* parent)
|
|
: QAbstractTableModel(parent)
|
|
{
|
|
|
|
}
|