Unable to understand the erorr
Unsolved
General and Desktop
-
IDEQApplication::notify vector::_M_range_check: __n (which is 7) >= this->size() (which is 4)
-
@Qt-Enthusiast Well, something is not in range. But without more information it is not possible to say what exactly is the problem. You even did not say where and when you get this message...
-
Hi
You most likely have something likeclass IDEQApplication: public QApplication { public: MyApplication(int &argc, char ** argv); private: bool notify(QObject *receiver_, QEvent *event_); };
so check what is happening in notify. See if it uses a QVector.