Skip to content

Commit 6701371

Browse files
committed
Add init() to QGSTEST_MAIN
Now that it's not called from ctor anymore
1 parent 79a924e commit 6701371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/qgstest.h

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
int main(int argc, char *argv[]) \
2727
{ \
2828
QgsApplication app(argc, argv, false); \
29+
app.init(); \
2930
app.setAttribute(Qt::AA_Use96Dpi, true); \
3031
QTEST_DISABLE_KEYPAD_NAVIGATION \
3132
QTEST_ADD_GPU_BLACKLIST_SUPPORT \

0 commit comments

Comments
 (0)