mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
declare QPixmap as movable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dfcb4c9052
commit
0028c37fde
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ public:
|
|||
};
|
||||
|
||||
Q_DECLARE_SHARED(QPixmap)
|
||||
Q_DECLARE_TYPEINFO(QPixmap, Q_MOVABLE_TYPE);
|
||||
|
||||
inline QPixmap QPixmap::copy(int ax, int ay, int awidth, int aheight) const
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue