https://bugs.kde.org/show_bug.cgi?id=365057

--- Comment #4 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 0f1fc73b2470c329279b76dc4ea6071e6553a1b4 by Boudewijn Rempt.
Committed on 05/07/2016 at 12:49.
Pushed by rempt into branch 'krita/3.0'.

Register KisImageSP as a metatype

This avoids the following error when using file layers:

Cloning KisFileLayer "/home/boud/Dropbox/pictures/florence_2016/P1010109.JPG"
QObject::connect: Cannot queue arguments of type 'KisImageSP'
(Make sure 'KisImageSP' is registered using qRegisterMetaType().)

Because it allows KisImageSP to be used as an argument in
a queued signal/slot connection.

M  +7    -0    libs/image/kis_image.cc

http://commits.kde.org/krita/0f1fc73b2470c329279b76dc4ea6071e6553a1b4

--- Comment #5 from Boudewijn Rempt <b...@valdyas.org> ---
Git commit 9e07c0ab3797500f99eb38cec5736634a2c66781 by Boudewijn Rempt.
Committed on 05/07/2016 at 12:49.
Pushed by rempt into branch 'krita/3.0'.

Store the resource managers in QPointers

That way we're save when checking whether they have been deleted.

M  +12   -10   libs/flake/KoShapeFactoryBase.cpp
M  +1    -2    libs/flake/KoShapeFactoryBase.h

http://commits.kde.org/krita/9e07c0ab3797500f99eb38cec5736634a2c66781

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to