Complete de"qobject"ing KisOpenGLImageTextures
ClosedPublic

Authored by kossebau on Dec 16 2015, 3:14 AM.

Details

Summary

KisOpenGLImageTextures has no signals, so the only purpose of
disconnectCurrentCanvas() is a noop.
And it's two slots are nowhere used as slots, but only called directly.

Kept the names of the former slots for consistency with KisPrescaledProjection
as used in QPainter canvas

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau updated this revision to Diff 1534.Dec 16 2015, 3:14 AM
kossebau retitled this revision from to Complete de"qobject"ing KisOpenGLImageTextures.
kossebau updated this object.
kossebau edited the test plan for this revision. (Show Details)
kossebau added reviewers: rempt, dkazakov.
rempt accepted this revision.Dec 16 2015, 7:28 AM
rempt edited edge metadata.

Maybe it's also time to fold KisAbstractCanvasWidget and KisCanvasWidgetBase together again?

This revision is now accepted and ready to land.Dec 16 2015, 7:28 AM
dkazakov accepted this revision.Dec 16 2015, 1:26 PM
dkazakov edited edge metadata.

Looks perfect to land! :)

This revision was automatically updated to reflect the committed changes.