diff options
Diffstat (limited to 'src/plugins/Ui/skinned/pixmapwidget.h')
| -rw-r--r-- | src/plugins/Ui/skinned/pixmapwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/pixmapwidget.h b/src/plugins/Ui/skinned/pixmapwidget.h index bfaa564d4..52e7871eb 100644 --- a/src/plugins/Ui/skinned/pixmapwidget.h +++ b/src/plugins/Ui/skinned/pixmapwidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2006-2016 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -35,7 +35,7 @@ public: virtual ~PixmapWidget(); - virtual void setPixmap(const QPixmap); + virtual void setPixmap(const QPixmap, bool fixed_size = false); protected: void paintEvent ( QPaintEvent * event ); |
