mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove function declaration
AbstractProfilePolygonItem::shouldCalculateStuff()'s definition has been removed some time ago. Therefore, remove its declaration. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
642d9c80b3
commit
65720d2fce
1 changed files with 0 additions and 9 deletions
|
@ -45,15 +45,6 @@ slots:
|
|||
void setVisible(bool visible);
|
||||
|
||||
protected:
|
||||
/* when the model emits a 'datachanged' signal, this method below should be used to check if the
|
||||
* modified data affects this particular item ( for example, when setting the '3m increment'
|
||||
* the data for Ceiling and tissues will be changed, and only those. so, the topLeft will be the CEILING
|
||||
* column and the bottomRight will have the TISSUE_16 column. this method takes the vDataColumn and hDataColumn
|
||||
* into consideration when returning 'true' for "yes, continue the calculation', and 'false' for
|
||||
* 'do not recalculate, we already have the right data.
|
||||
*/
|
||||
bool shouldCalculateStuff(const QModelIndex &topLeft, const QModelIndex &bottomRight);
|
||||
|
||||
const DiveCartesianAxis &hAxis;
|
||||
const DiveCartesianAxis &vAxis;
|
||||
const DivePlotDataModel &dataModel;
|
||||
|
|
Loading…
Add table
Reference in a new issue