mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
REmoving extra cruff
This commit is contained in:
parent
a997f9bb1b
commit
21b0341e50
1 changed files with 0 additions and 3 deletions
|
@ -42,15 +42,12 @@ class DrawConfig : public render::Job::Config {
|
|||
Q_PROPERTY(int numDrawn READ getNumDrawn NOTIFY newStats)
|
||||
|
||||
Q_PROPERTY(int maxDrawn MEMBER maxDrawn NOTIFY dirty)
|
||||
Q_PROPERTY(bool stateSort MEMBER stateSort NOTIFY dirty)
|
||||
|
||||
public:
|
||||
|
||||
int getNumDrawn() { return _numDrawn; }
|
||||
void setNumDrawn(int numDrawn) { _numDrawn = numDrawn; emit newStats(); }
|
||||
|
||||
int maxDrawn{ -1 };
|
||||
bool stateSort{ true };
|
||||
|
||||
signals:
|
||||
void newStats();
|
||||
|
|
Loading…
Reference in a new issue