aboutsummaryrefslogtreecommitdiff
path: root/src/gui/mainmenumanager.h
AgeCommit message (Collapse)Author
2019-03-05Replace for loop with call to standard library function (#8194)Benjamin Lindley
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.
2017-11-08Move files to subdirectories (#6599)Vitaliy
* Move files around