Fix indentation

Change-Id: I965e7ba2e20798966a8215427e6724e3666aaeea
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
bb10
Thomas McGuire 2012-03-29 17:05:14 +02:00 committed by Qt by Nokia
parent 43c5664f34
commit 47093dbfb4
1 changed files with 5 additions and 5 deletions

View File

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