Skip to content

Commit

Permalink
Remove temp profiles after use
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and strk committed Apr 1, 2020
1 parent ae087a3 commit 7f0d5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/qgstest.h
Expand Up @@ -29,7 +29,6 @@
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 7f0d5de

Please sign in to comment.