Make Output fields protected

It's far more practical in Output subclasses than private access modifier.
This commit is contained in:
Vlad Zahorodnii 2022-08-25 10:17:37 +03:00
parent ed49d7c59b
commit c6de04773c

View file

@ -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;