diff options
Diffstat (limited to 'src/pixmapviewer.h')
| -rw-r--r-- | src/pixmapviewer.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pixmapviewer.h b/src/pixmapviewer.h index fadcd2259..40ff9e55f 100644 --- a/src/pixmapviewer.h +++ b/src/pixmapviewer.h @@ -39,7 +39,10 @@ public: explicit PixmapViewer(QWidget* parent); virtual ~PixmapViewer(); void setPixmap(const QPixmap& pixmap); - const QPixmap& pixmap() const { return m_pixmap; } + const QPixmap& pixmap() const + { + return m_pixmap; + } protected: virtual void paintEvent(QPaintEvent* event); |
