Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.8.1
-
None
-
-
25487daffd54bb73e59fc4aa1414beac5b7ed93b (qt-creator/qt-creator/4.8)
Description
I was adding following code to existing utils.h in existing plain c project:
#ifndef SM_UTILS__H #define SM_UTILS__H
(the #endif was missing at that time)
Qt creator has crashed.
See attached backtrace.