mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Convert to TRUE/FALSE to stdbools true/false
I had problems with this one on Qt5. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7954437665
commit
7e9582631d
12 changed files with 86 additions and 86 deletions
|
@ -350,7 +350,7 @@ void DownloadFromDCWidget::onDownloadThreadFinished()
|
|||
for (int i = dive_table.nr - 1; i >= previousLast; i--)
|
||||
delete_single_dive(i);
|
||||
} else {
|
||||
process_dives(TRUE, preferDownloaded());
|
||||
process_dives(true, preferDownloaded());
|
||||
}
|
||||
} else {
|
||||
updateState(CANCELLED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue