Mercurial > hg > svcore
comparison data/model/Model.cpp @ 1669:f9b6e99e0520 single-point
Remove COMPLETION_UNKNOWN, which is never used (and never handled)
author | Chris Cannam |
---|---|
date | Wed, 27 Mar 2019 11:26:06 +0000 |
parents | 70e172e6cc59 |
children | dfcd05e8bd2f |
comparison
equal
deleted
inserted
replaced
1663:a77a7e8c085c | 1669:f9b6e99e0520 |
---|---|
18 | 18 |
19 #include <QTextStream> | 19 #include <QTextStream> |
20 | 20 |
21 #include <iostream> | 21 #include <iostream> |
22 | 22 |
23 const int Model::COMPLETION_UNKNOWN = -1; | |
24 | |
25 Model::~Model() | 23 Model::~Model() |
26 { | 24 { |
27 // SVDEBUG << "Model::~Model(" << this << ")" << endl; | 25 // SVDEBUG << "Model::~Model(" << this << ")" << endl; |
28 | 26 |
29 if (!m_aboutToDelete) { | 27 if (!m_aboutToDelete) { |