Make Output fields protected
It's far more practical in Output subclasses than private access modifier.
This commit is contained in:
parent
ed49d7c59b
commit
c6de04773c
1 changed files with 1 additions and 4 deletions
|
@ -328,11 +328,8 @@ protected:
|
|||
|
||||
QSize orientateSize(const QSize &size) const;
|
||||
|
||||
State m_state;
|
||||
|
||||
private:
|
||||
Q_DISABLE_COPY(Output)
|
||||
EffectScreenImpl *m_effectScreen = nullptr;
|
||||
State m_state;
|
||||
Information m_information;
|
||||
QUuid m_uuid;
|
||||
int m_directScanoutCount = 0;
|
||||
|
|
Loading…
Reference in a new issue