diff options
Diffstat (limited to 'krita/doc/sdk')
-rw-r--r-- | krita/doc/sdk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krita/doc/sdk b/krita/doc/sdk index 6ca1fbe9..9847749d 100644 --- a/krita/doc/sdk +++ b/krita/doc/sdk @@ -6,5 +6,5 @@ not include anything from krita/core, but only the headers from krita/sdk. Problem: creating new paint devices, layers and images. You cannot, obviously, instantiate an interface, and we should not, equally obvious, code against implementations. The solution is a factory class that is made available to -the plugin when it is created -- i.e, the parent class of a plugin should +the plugin when it is created -- i.e, the tqparent class of a plugin should implement the various factory interfaces for paint devices, images and layers. |