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:
jan Iversen 2020-01-20 20:26:32 +01:00 committed by Dirk Hohndel
parent b0e46c208d
commit 663fe7f78b
2 changed files with 1 additions and 14 deletions

View file

@ -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