42 addAction(
"manage_bundles", action);
43 connect(action, SIGNAL(triggered()),
this, SLOT(slotManageBundles()));
45 action =
new KisAction(i18n(
"Manage Resources..."),
this);
46 addAction(
"manage_resources", action);
47 connect(action, SIGNAL(triggered()),
this, SLOT(slotManageResources()));
50 action =
new KisAction(i18n(
"Get More Resources..."),
this);
51 addAction(
"manage_supporter_bundles", action);
52 connect(action, &QAction::triggered,
this, &ResourceManager::slotManageSupporterBundles);