diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-17 16:43:57 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-06-17 16:43:57 +0000 |
| commit | 912ee1ab6baed1ebf931c1a70bf58606f7a5f819 (patch) | |
| tree | bb0256d089cb91b28cc77a9beb1698045b60dae0 /src/plugins/Ui/skinned/pixmapwidget.h | |
| parent | 60c100abc0eccfd437a92f033fb8ef07c0d58714 (diff) | |
| download | qmmp-912ee1ab6baed1ebf931c1a70bf58606f7a5f819.tar.gz qmmp-912ee1ab6baed1ebf931c1a70bf58606f7a5f819.tar.bz2 qmmp-912ee1ab6baed1ebf931c1a70bf58606f7a5f819.zip | |
skinned: added compiz support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6468 90c681e8-e032-0410-971d-27865f9a5e38
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 ); |
