-----------------------------------------------------------------------------
| 48 | |
| 49 | //----------------------------------------------------------------------------- |
| 50 | Project::Project(QObject* parent) : QObject{parent} |
| 51 | { |
| 52 | } |
| 53 | |
| 54 | //----------------------------------------------------------------------------- |
| 55 | Project::Project(QString const& dir, QObject* parent) : QObject{parent} |
nothing calls this directly
no test coverage detected