mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
Some test madness
This commit is contained in:
parent
20e86801b3
commit
d6c71488b3
22 changed files with 457 additions and 201 deletions
|
|
@ -23,10 +23,7 @@
|
|||
|
||||
QString PathCombine(QString path1, QString path2)
|
||||
{
|
||||
if (!path1.endsWith('/'))
|
||||
return path1.append('/').append(path2);
|
||||
else
|
||||
return path1.append(path2);
|
||||
return QDir::cleanPath(path1 + QDir::separator() + path2);
|
||||
}
|
||||
|
||||
QString PathCombine(QString path1, QString path2, QString path3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue