Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 60e3fa2

Browse files
committed
clone dialog: use QStringLiteral
1 parent d61c9a7 commit 60e3fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Remotes/CloneRepositoryDlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void CloneDlg::accept()
140140

141141
if ( mCloneWdgt->chkAppendRepoName->isChecked() )
142142
{
143-
targetDir += QString::fromUtf8("/%1")
143+
targetDir += QStringLiteral("/%1")
144144
.arg( QUrl( repoName ).fileName() );
145145
}
146146

0 commit comments

Comments
 (0)