Krita Source Code Documentation
Loading...
Searching...
No Matches
ToolSmartPatch Class Reference

#include <tool_smartpatch.h>

+ Inheritance diagram for ToolSmartPatch:

Public Member Functions

 ToolSmartPatch (QObject *parent, const QVariantList &)
 
 ~ToolSmartPatch () override
 

Detailed Description

Definition at line 13 of file tool_smartpatch.h.

Constructor & Destructor Documentation

◆ ToolSmartPatch()

ToolSmartPatch::ToolSmartPatch ( QObject * parent,
const QVariantList &  )

Definition at line 22 of file tool_smartpatch.cpp.

23 : QObject(parent)
24{
26}
static KoToolRegistry * instance()

References KoGenericRegistry< T >::add(), and KoToolRegistry::instance().

◆ ~ToolSmartPatch()

ToolSmartPatch::~ToolSmartPatch ( )
override

Definition at line 28 of file tool_smartpatch.cpp.

29{
30}

The documentation for this class was generated from the following files: