Skip to content
Snippets Groups Projects
Commit 3f658551 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

use public member

parent 590ed272
No related branches found
No related tags found
1 merge request!2297frame actions -> global pointer
......@@ -43,9 +43,6 @@ public:
void setModels(MaskeditorListmodel* mask_list_model);
QAction* sendToBackAction() { return send_to_back; }
QAction* bringToFrontAction() { return bring_to_front; }
public slots:
void onItemContextMenuRequest(const QPoint& point);
......
......@@ -119,8 +119,8 @@ MaskToolbar::MaskToolbar(MaskEditorActions* actions)
//... Modifier tools
ASSERT(actions);
addAction(actions->bringToFrontAction());
addAction(actions->sendToBackAction());
addAction(actions->bring_to_front);
addAction(actions->send_to_back);
addSeparator();
//... Inspection tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment