Fix indentation
Change-Id: I965e7ba2e20798966a8215427e6724e3666aaeea Reviewed-by: Robin Burchell <robin+qt@viroteck.net>bb10
parent
43c5664f34
commit
47093dbfb4
|
|
@ -62,11 +62,11 @@ public:
|
|||
QQnxScreen(screen_context_t context, screen_display_t display, bool primaryScreen);
|
||||
~QQnxScreen();
|
||||
|
||||
QRect geometry() const { return m_currentGeometry; }
|
||||
QRect availableGeometry() const;
|
||||
int depth() const;
|
||||
QImage::Format format() const { return (depth() == 32) ? QImage::Format_RGB32 : QImage::Format_RGB16; }
|
||||
QSizeF physicalSize() const { return m_currentPhysicalSize; }
|
||||
QRect geometry() const { return m_currentGeometry; }
|
||||
QRect availableGeometry() const;
|
||||
int depth() const;
|
||||
QImage::Format format() const { return (depth() == 32) ? QImage::Format_RGB32 : QImage::Format_RGB16; }
|
||||
QSizeF physicalSize() const { return m_currentPhysicalSize; }
|
||||
|
||||
bool isPrimaryScreen() const { return m_primaryScreen; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue