Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Remove temp profiles after use"
This reverts commit 7f0d5de.
  • Loading branch information
nyalldawson committed Apr 1, 2020
1 parent d002d58 commit c12ed15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/qgstest.h
Expand Up @@ -29,6 +29,7 @@
QTemporaryDir dir; \
QgsApplication app(argc, argv, false); \
app.init( dir.path() ); \
dir.setAutoRemove( false ); \
app.setAttribute(Qt::AA_Use96Dpi, true); \
QTEST_DISABLE_KEYPAD_NAVIGATION \
QTEST_ADD_GPU_BLACKLIST_SUPPORT \
Expand Down

0 comments on commit c12ed15

Please sign in to comment.