Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | GH-3575 Fix build on Fedora 34 | Jamie Mansfield | |
Presumably this is caused by the bump to GCC 11 in Fedora 34. See the error that did occur below... ./MultiMC5/application/KonamiCode.cpp: In member function ‘void KonamiCode::input(QEvent*)’: ./MultiMC5/application/KonamiCode.cpp:38:23: error: comparison of integer expressions of different signedness: ‘int’ and ‘std::array<Qt::Key, 10>::size_type’ {aka ‘long unsigned int’} [-Werror=sign-compare] 38 | if(m_progress == konamiCode.size()) | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |||
2018-07-15 | NOISSUE tabs -> spaces | Petr Mrázek | |
2018-06-28 | NOISSUE more warnings | Petr Mrázek | |
2018-03-15 | NOISSUE Add Konami Code | Petr Mrázek | |
Fun little thing for hiding extra debug options in the future. |