Skip to content
Qt 6.11 is out! See what's new in the release blog
  • 0 Votes
    2 Posts
    497 Views
    jsulmJ
    @JackMyson said in Developing QScintilla based application then crashes: BrStormTextMainWindow::handleTabChanged(int) I guess this is something you implemented? What are you doing there? According to the stack trace a tab is removed (QTabBar::removeTab(int)) and then BrStormTextMainWindow::handleTabChanged(int) is called - I guess you are trying to access something already deleted.