diff options
| author | Peter Penz <[email protected]> | 2007-04-09 19:12:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-09 19:12:54 +0000 |
| commit | c8a4f1fd8d3c9b50e51b7234123b3fbe0b979552 (patch) | |
| tree | c8e29897fa7457cd31ffb51666c7e3cb8a5a2fea /src/pixmapviewer.h | |
| parent | 30161a7b3fe76578f43a61381c98a5ae475ed52a (diff) | |
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
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); |
