MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetFinishTime

Method SetFinishTime

Plugins/FileTransfer/ListFileModel.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void CFileTransfer::SetFinishTime(QString szTime) {
206 if(szTime.isEmpty()) return;
207 m_FinishTime = QDateTime::fromString(szTime, QLocale::system().dateTimeFormat(QLocale::ShortFormat));
208}
209
210quint32 CFileTransfer::GetLocalPermission() const
211{

Callers 1

LoadMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected