Remove documentation for already documented methods in AbstractOutput
The documentation in AbstractWaylandOutput is the same as the one in the AbstractOutput class.
This commit is contained in:
parent
50f03ac6dc
commit
3d231b3cb5
1 changed files with 0 additions and 14 deletions
|
@ -63,12 +63,7 @@ public:
|
|||
|
||||
// TODO: The name is ambiguous. Rename this function.
|
||||
QSize pixelSize() const override;
|
||||
|
||||
qreal scale() const override;
|
||||
|
||||
/**
|
||||
* The geometry of this output in global compositor co-ordinates (i.e scaled)
|
||||
*/
|
||||
QRect geometry() const override;
|
||||
QSize physicalSize() const override;
|
||||
|
||||
|
@ -83,9 +78,6 @@ public:
|
|||
*/
|
||||
Transform transform() const;
|
||||
|
||||
/**
|
||||
* Current refresh rate in 1/ms.
|
||||
*/
|
||||
int refreshRate() const override;
|
||||
|
||||
bool isInternal() const override {
|
||||
|
@ -106,12 +98,6 @@ public:
|
|||
}
|
||||
|
||||
bool isEnabled() const override;
|
||||
/**
|
||||
* Enable or disable the output.
|
||||
*
|
||||
* This differs from updateDpms as it also removes the wl_output.
|
||||
* The default is on.
|
||||
*/
|
||||
void setEnabled(bool enable) override;
|
||||
|
||||
QString description() const;
|
||||
|
|
Loading…
Reference in a new issue