24 actions << actionRegistry->
makeQAction(
"selection_tool_mode_add",
this);
25 actions << actionRegistry->
makeQAction(
"selection_tool_mode_replace",
this);
26 actions << actionRegistry->
makeQAction(
"selection_tool_mode_subtract",
this);
27 actions << actionRegistry->
makeQAction(
"selection_tool_mode_intersect",
this);
47 actions << actionRegistry->
makeQAction(
"undo_polygon_selection",
this);
48 actions << actionRegistry->
makeQAction(
"selection_tool_mode_add",
this);
QAction * makeQAction(const QString &name, QObject *parent=0)
static KisActionRegistry * instance()