diff --git a/qthelper.cpp b/qthelper.cpp index 9c74a74cf..2384a317b 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -1,4 +1,5 @@ #include "qthelper.h" +#include DiveComputerList::DiveComputerList() { @@ -7,7 +8,7 @@ DiveComputerList::DiveComputerList() DiveComputerList::~DiveComputerList() { - dcMap.~QMap(); + } bool DiveComputerNode::operator == (const DiveComputerNode &a) const {