Commit a9065bdc authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: addDPStaticEntry returns action (missing return)

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