qpainter: remove outdated comment

This commit is contained in:
Xaver Hugl 2021-11-03 11:00:15 +01:00
parent c01c15f241
commit e1942cfa41

View file

@ -47,12 +47,6 @@ public:
bool isFailed() const { bool isFailed() const {
return m_failed; return m_failed;
} }
/**
* Overload for the case that there is a different buffer per screen.
* Default implementation just calls buffer.
* @param screenId The id of the screen as used in Screens
* @todo Get a better identifier for screen then a counter variable
*/
virtual QImage *bufferForScreen(AbstractOutput *output) = 0; virtual QImage *bufferForScreen(AbstractOutput *output) = 0;
protected: protected: