wayland support

This commit is contained in:
2023-05-15 12:00:46 +03:00
parent 84de9755b5
commit dfe140ea8c
86 changed files with 514 additions and 711 deletions

View File

@ -50,11 +50,9 @@ char AWTestLibrary::randomChar()
QPair<QString, QString> AWTestLibrary::randomFilenames()
{
QString fileName
= QString("%1/").arg(QStandardPaths::writableLocation(QStandardPaths::TempLocation));
QString fileName = QString("%1/").arg(QStandardPaths::writableLocation(QStandardPaths::TempLocation));
QString writeFileName
= QString("%1/awesomewidgets/tmp/")
.arg(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation));
= QString("%1/awesomewidgets/tmp/").arg(QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation));
QString name = randomString(1, 20);
fileName += name;