mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Assignment don't inherit from NodeData
This is an artefact from an old design that stuck around
This commit is contained in:
parent
562d9ac2de
commit
95da71b19c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const int MAX_PAYLOAD_BYTES = 1024;
|
|||
const QString emptyPool = QString();
|
||||
|
||||
/// Holds information used for request, creation, and deployment of assignments
|
||||
class Assignment : public NodeData {
|
||||
class Assignment : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in a new issue