Mercurial > minori
comparison src/gui/dialog/information.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 | 39521c47c7a3 |
children | c130f47f6f48 |
comparison
equal
deleted
inserted
replaced
235:593108b3d555 | 236:4d461ef7d424 |
---|---|
305 QDialog::showEvent(event); | 305 QDialog::showEvent(event); |
306 #ifdef WIN32 | 306 #ifdef WIN32 |
307 win32::SetTitleBarsToBlack(session.config.theme.IsInDarkTheme()); | 307 win32::SetTitleBarsToBlack(session.config.theme.IsInDarkTheme()); |
308 #endif | 308 #endif |
309 } | 309 } |
310 | |
311 #include "gui/dialog/moc_information.cpp" |