Finally, animation works.
This commit is contained in:
@@ -54,9 +54,6 @@ public:
|
||||
|
||||
BCValue makeValue(BCDevice::ID deviceID, const BCValueParams& params );
|
||||
|
||||
// Public API für die Applikation
|
||||
void transmitValue( const BCValue& value);
|
||||
|
||||
public slots:
|
||||
|
||||
void loadBikeData();
|
||||
@@ -67,7 +64,7 @@ public slots:
|
||||
signals:
|
||||
|
||||
// Internes Signal, um Daten an den Worker Thread zu senden
|
||||
void newCommandArrived(const BCValue& cmd);
|
||||
void valueCreated(const BCValue& cmd);
|
||||
//void valuedTouched(const BCValue& cmd);
|
||||
void valueTouched(int rowInModel );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user