170
204
if (m_state == Charged && m_direction == Import)
207
connect(m_transfer, SIGNAL(selectionTypeChanged()), this, SLOT(updateSelectionType()));
208
connect(m_transfer, SIGNAL(storeChanged()), this, SLOT(updateStore()));
173
209
connect(m_transfer, SIGNAL(stateChanged()), this, SLOT(updateState()));
174
connect(m_transfer, SIGNAL(selectionTypeChanged()), this, SLOT(updateSelectionType()));