aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/FileTreeView.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/widgets/FileTreeView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/FileTreeView.cpp b/src/ui/widgets/FileTreeView.cpp
index 8139fbf9..ef0fbf48 100644
--- a/src/ui/widgets/FileTreeView.cpp
+++ b/src/ui/widgets/FileTreeView.cpp
@@ -386,7 +386,7 @@ void FileTreeView::slot_show_custom_context_menu(const QPoint& point) {
void FileTreeView::slot_calculate_hash() {
emit UISignalStation::GetInstance()->SignalRefreshInfoBoard(
- QString::fromStdString(CalculateHash(this->GetSelectedPath())),
+ CalculateHash(this->GetSelectedPath().c_str()),
InfoBoardStatus::INFO_ERROR_OK);
}