Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Plugin crashes only in debug

$
0
0
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?

Viewing all articles
Browse latest Browse all 2113

Trending Articles