From 1ecc9b0cc0c4e7ad2b03236a788cf875189f1832 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 22 Jun 2015 06:42:02 -0700 Subject: Address uninitialized member warnings Signed-off-by: Dirk Hohndel --- qt-models/profileprintmodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-models/profileprintmodel.cpp') diff --git a/qt-models/profileprintmodel.cpp b/qt-models/profileprintmodel.cpp index 1f8d918ed..1d01f6a5d 100644 --- a/qt-models/profileprintmodel.cpp +++ b/qt-models/profileprintmodel.cpp @@ -6,6 +6,7 @@ ProfilePrintModel::ProfilePrintModel(QObject *parent) { + fontSize = 12.0; } void ProfilePrintModel::setDive(struct dive *divePtr) -- cgit v1.2.3-70-g09d2