diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-14 15:58:11 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:19 -0500 |
| commit | aa63bffd350727041e8fdd4a7fc884fda80a0a4a (patch) | |
| tree | 4f6a8e2e3597045fb173d675a90f9650b316c959 /src/shared | |
| parent | ee03c232907a0c340715ed8390d432cf27e13b27 (diff) | |
missing toStdString() from merge
Diffstat (limited to 'src/shared')
| -rw-r--r-- | src/shared/directoryentry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/directoryentry.cpp b/src/shared/directoryentry.cpp index c93df665..c44be9a1 100644 --- a/src/shared/directoryentry.cpp +++ b/src/shared/directoryentry.cpp @@ -909,7 +909,7 @@ const FileEntry::Ptr DirectoryEntry::searchFile( if (temp != nullptr) {
if (len >= path.size()) {
- log::error(QObject::tr("unexpected end of path"));
+ log::error(QObject::tr("unexpected end of path").toStdString());
return FileEntry::Ptr();
}
|
