FileMoveOperation: 创建文件夹成功时正确设置node的state,避免出现后续问题

This commit is contained in:
Yue-Lan 2023-09-01 10:47:54 +08:00
parent 031bf897ed
commit 06ce0e877f
1 changed files with 1 additions and 1 deletions

View File

@ -1066,7 +1066,7 @@ fallback_retry:
// qDebug() << __func__ << error->code << error->message;
//}
//g_error_free(error);
node->setState(FileNode::Handled);
}
fileIconName = FileUtilsPrivate::getFileIconName(m_current_src_uri);