Ignore:
Timestamp:
May 5, 2016, 5:14:19 PM (10 years ago)
Author:
Frederik Heber <heber@…>
Parents:
4a319a
git-author:
Frederik Heber <heber@…> (05/05/16 14:54:56)
git-committer:
Frederik Heber <heber@…> (05/05/16 17:14:19)
Message:

Replaced .. by getConstInstance() wherever possible.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp

    r4a319a r94605f  
    165165  std::multimap<unsigned int, std::string>::const_reverse_iterator iter =
    166166      InvertedCounts.rbegin();
    167   ActionQueue &AQ = ActionQueue::getInstance();
     167  const ActionQueue &AQ = ActionQueue::getConstInstance();
    168168  const present_actions_t &present_actions = _toolbar.getPresentActions();
    169169  for (size_t added = 0; added<_max; ++iter) {
Note: See TracChangeset for help on using the changeset viewer.