mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #858, todo review (demoted, commented)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
c2aeab0ab8
commit
61e7f23847
@@ -191,8 +191,6 @@ namespace BlackGui
|
||||
Q_ASSERT_X(exisitingMenu.size() > 1, Q_FUNC_INFO, "Redundant menu entries");
|
||||
Q_ASSERT_X(existingAction.getTitle() != title, Q_FUNC_INFO, "Title mismatch");
|
||||
if (icon.isNull() || existingAction.hasIcon()) { return existingAction.getQAction(); }
|
||||
|
||||
//! \todo replace if we have icon now, but not before
|
||||
return existingAction;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user