remove commented out test code

This commit is contained in:
Thijs Wenker 2018-09-20 21:14:30 +02:00
parent 06491ef12f
commit 6d72881f3f

View file

@ -342,9 +342,6 @@ public:
void setQueryAACubeDirty() { _queryAACubeChanged = true; }
// void setStrictProperties(bool strictProperties) { _strictProperties = strictProperties; }
// bool getStrictProperties() const { return _strictProperties; }
void setCreated(QDateTime& v);
bool hasTerseUpdateChanges() const;
@ -425,7 +422,6 @@ private:
bool _renderInfoHasTransparent { false };
EntityPropertyFlags _desiredProperties; // if set will narrow scopes of copy/to/from to just these properties
// bool _strictProperties { false };
};
Q_DECLARE_METATYPE(EntityItemProperties);