Bunch of renames to reduce confusion.

This commit is contained in:
eelke 2019-01-31 19:31:17 +01:00
parent cbb2f897aa
commit be2ffd7ef9
15 changed files with 184 additions and 184 deletions

View file

@ -117,11 +117,11 @@ void CrudPageModule::init()
});
{
LWidgetAction wa("Refresh", SLOT(refresh()));
LContextAction wa("Refresh", SLOT(refresh()));
wa.setMenuLocation(MenuPath("Window/1"));
wa.setIcon(QIcon(":/icons/script_go.png"));
wa.setShortcut(QKeySequence(Qt::Key_F5));
registerWidgetAction(wa);
registerContextAction(wa);
}
}