mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove TankInfoDelegate::reenableReplot
Update of the profile is now done by the undo-commands. If the planner needs this, it is probably better to connect directly to the model, not the delegate. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
39bc6e3bdd
commit
be7365755e
2 changed files with 0 additions and 11 deletions
|
@ -61,7 +61,6 @@ public:
|
|||
public
|
||||
slots:
|
||||
void editorClosed(QWidget *widget, QAbstractItemDelegate::EndEditHint hint);
|
||||
void reenableReplot(QWidget *widget, QAbstractItemDelegate::EndEditHint hint);
|
||||
};
|
||||
|
||||
class TankUseDelegate : public QStyledItemDelegate {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue