Maybe it's not an assertion that killed your app.
Qt Code:
#include <QtGlobal> int main() { Q_ASSERT(false); return 0; }To copy to clipboard, switch view to plain text mode
ASSERT: "false" in file main.cpp, line 4
Maybe it's not an assertion that killed your app.
Qt Code:
#include <QtGlobal> int main() { Q_ASSERT(false); return 0; }To copy to clipboard, switch view to plain text mode
ASSERT: "false" in file main.cpp, line 4
Bookmarks