diff options
Diffstat (limited to 'src/pixmapviewer.h')
| -rw-r--r-- | src/pixmapviewer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pixmapviewer.h b/src/pixmapviewer.h index ba0dda9cd..01d8cf1c1 100644 --- a/src/pixmapviewer.h +++ b/src/pixmapviewer.h @@ -64,7 +64,7 @@ public: virtual ~PixmapViewer(); void setPixmap(const QPixmap& pixmap); - inline const QPixmap& pixmap() const; + const QPixmap& pixmap() const; protected: virtual void paintEvent(QPaintEvent* event); @@ -81,7 +81,7 @@ private: int m_animationStep; }; -const QPixmap& PixmapViewer::pixmap() const +inline const QPixmap& PixmapViewer::pixmap() const { return m_pixmap; } |
