aboutsummaryrefslogtreecommitdiff
path: root/src/gui/mainmenumanager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace for loop with call to standard library function (#8194)Benjamin Lindley2019-03-051-15/+1
| | | 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-081-0/+166
* Move files around