Home
last modified time | relevance | path

Searched refs:fileName5 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/tests/advancedrename/
H A Drenamecustomizer_utest.cpp53 const QString fileName5 = QLatin1String("myfile.jpg"); variable
63 const QString filePath5 = createFilePath(fileName5);
H A Dadvancedrename_utest.cpp58 const QString fileName5 = QLatin1String("myfile.jpg"); variable
68 const QString filePath5 = createFilePath(fileName5);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtemporaryfile/
H A Dtst_qtemporaryfile.cpp677 QString fileName5 = currentDir.relativeFilePath(file5.fileName()); in fileTemplate() local
682 …QVERIFY2(fileName5.startsWith("test-XXXXXX/" + fileTemplate1 + QLatin1Char('.')), qPrintable(file5… in fileTemplate()