Hi, I’m a newbie…
I’m working on a plugin for a couple of months.
I got a new PC, but my plugin crashes on it in debug mode.
Release works file but I need to debug my work…
The crash is in QApplication Ctor:
int argc = 0;
QApplication app(argc, nullptr);
I need to open a QFileDialog…
What can I do?
↧