This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 2895c526fc added states
2014-01-04 01:48:41 +01:00

6 lines
63 B
C++

#include "state.h"
State::State(const QUuid &stateTypeId)
{
}