mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
backendShared: remove length slot
Length variables are updated from the QML and desktop directly. Signed-off-by: jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b0e46c208d
commit
663fe7f78b
2 changed files with 1 additions and 14 deletions
|
@ -117,11 +117,8 @@ signals:
|
|||
void decopo2Changed(double value);
|
||||
void bestmixendChanged(int value);
|
||||
|
||||
private slots:
|
||||
static void unit_lengthChangedSlot(int value);
|
||||
|
||||
private:
|
||||
plannerShared();
|
||||
plannerShared() {}
|
||||
};
|
||||
|
||||
#endif // PLANNERSHARED_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue