Mercurial > minori
comparison src/gui/dialog/about.cc @ 236:4d461ef7d424
HUGE UPDATE: convert build system to autotools
why? because cmake sucks :)
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Fri, 19 Jan 2024 00:24:02 -0500 |
| parents | 7ca56c4ac0bc |
| children | fe702c8f161f |
comparison
equal
deleted
inserted
replaced
| 235:593108b3d555 | 236:4d461ef7d424 |
|---|---|
| 105 QDialog::showEvent(event); | 105 QDialog::showEvent(event); |
| 106 #ifdef WIN32 | 106 #ifdef WIN32 |
| 107 win32::SetTitleBarsToBlack(session.config.theme.IsInDarkTheme()); | 107 win32::SetTitleBarsToBlack(session.config.theme.IsInDarkTheme()); |
| 108 #endif | 108 #endif |
| 109 } | 109 } |
| 110 | |
| 111 #include "gui/dialog/moc_about.cpp" |
