Make Platform::outputs() pure virtual method
This commit is contained in:
parent
a198516871
commit
04d1bef9f8
1 changed files with 1 additions and 4 deletions
|
@ -300,10 +300,7 @@ public:
|
||||||
return m_supportsGammaControl;
|
return m_supportsGammaControl;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual Outputs outputs() const
|
virtual Outputs outputs() const = 0;
|
||||||
{
|
|
||||||
return Outputs();
|
|
||||||
}
|
|
||||||
Output *findOutput(const QUuid &uuid) const;
|
Output *findOutput(const QUuid &uuid) const;
|
||||||
Output *findOutput(const QString &name) const;
|
Output *findOutput(const QString &name) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue