Changeset 94605f for src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp
- Timestamp:
- May 5, 2016, 5:14:19 PM (10 years ago)
- Parents:
- 4a319a
- git-author:
- Frederik Heber <heber@…> (05/05/16 14:54:56)
- git-committer:
- Frederik Heber <heber@…> (05/05/16 17:14:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp
r4a319a r94605f 89 89 90 90 // go through all Actions and gather menu names 91 ActionQueue &AQ = ActionQueue::getInstance();91 const ActionQueue &AQ = ActionQueue::getConstInstance(); 92 92 ActionQueue::ActionTokens_t tokens = AQ.getListOfActions(); 93 93 for (ActionQueue::ActionTokens_t::const_iterator iter = tokens.begin();
Note:
See TracChangeset
for help on using the changeset viewer.
