From 43997d3b363034e452931494f6567ff959529b62 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 19 Feb 2014 11:34:54 +0100 Subject: Convert more TRUE/FALSE to stdbools true/false In Qt5, Qt doesn't define TRUE/FALSE anymore, so we need to stick to stdbools to have Qt5 builds working. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/profile/diveplotdatamodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/profile') diff --git a/qt-ui/profile/diveplotdatamodel.cpp b/qt-ui/profile/diveplotdatamodel.cpp index 111196588..f799135fe 100644 --- a/qt-ui/profile/diveplotdatamodel.cpp +++ b/qt-ui/profile/diveplotdatamodel.cpp @@ -154,6 +154,6 @@ void DivePlotDataModel::calculateDecompression() return; struct divecomputer *dc = select_dc(&d->dc); init_decompression(d); - calculate_deco_information(d, dc, &pInfo, FALSE); + calculate_deco_information(d, dc, &pInfo, false); dataChanged(index(0, CEILING), index(pInfo.nr-1, TISSUE_16)); } -- cgit v1.2.3-70-g09d2