mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
code cleanup: use setPath to set directory
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e9dcac7514
commit
4e419f7445
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void TestParse::testParseNewFormat()
|
|||
* Set the directory location and file filter for H3 CSV files.
|
||||
*/
|
||||
|
||||
dir = QString::fromLatin1(SUBSURFACE_TEST_DATA "/dives");
|
||||
dir.setPath(QString::fromLatin1(SUBSURFACE_TEST_DATA "/dives"));
|
||||
filter << "TestDiveSeabearH3*.csv";
|
||||
filter << "TestDiveSeabearT1*.csv";
|
||||
files = dir.entryList(filter, QDir::Files);
|
||||
|
|
Loading…
Add table
Reference in a new issue