We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a924e commit 6701371Copy full SHA for 6701371
src/test/qgstest.h
@@ -26,6 +26,7 @@
26
int main(int argc, char *argv[]) \
27
{ \
28
QgsApplication app(argc, argv, false); \
29
+ app.init(); \
30
app.setAttribute(Qt::AA_Use96Dpi, true); \
31
QTEST_DISABLE_KEYPAD_NAVIGATION \
32
QTEST_ADD_GPU_BLACKLIST_SUPPORT \
0 commit comments