1 #ifndef TRANSFERDATATOSLAVEFORMLOGIC_H
2 #define TRANSFERDATATOSLAVEFORMLOGIC_H
20 void AddNewSlave(
const QString &text,
const int slaveOrder = SLAVE_ORDER_UNDEFINED );
21 void UpdateLastSlave(
const QString &slaveStateText,
const int slaveProgressPercent,
const int slaveOrder = SLAVE_ORDER_UNDEFINED );
22 void UpdateSpecificSlave(
const int slaveOrder,
const QString &slaveStateText,
const int slaveProgressPercent );
28 QSharedPointer<DataClass> d;
33 #endif // TRANSFERDATATOSLAVEFORMLOGIC_H