Skip to content
  • 0 Votes
    2 Posts
    284 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.