Skip to content
Snippets Groups Projects
Commit a9065bdc authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

Qt: addDPStaticEntry returns action (missing return)

parent 51ae1982
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ QAction *addDPStaticEntry( QMenu *menu,
action = menu->addAction( text, THEDP, member );
}
action->setData( STATIC_ENTRY );
return action;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment