summaryrefslogtreecommitdiff
path: root/src/gui/mainmenumanager.h
Commit message (Collapse)AuthorAge
* Replace for loop with call to standard library function (#8194)Benjamin Lindley2019-03-05
| | | This loop makes multiple passes over m_stack (type std::list) in order to remove all elements with a specified value. Replacing the loop with a call to std::list::remove does the same job, but in only one pass.
* Move files to subdirectories (#6599)Vitaliy2017-11-08
* Move files around