App not closing when 'closed' [Solved]
-
I am having a very odd problem. I've written multiple Qt apps and for some reason this particular app will not close the process when I close the window. To test in my main window I have removed everything from the constructor so I end up with an empty window; I run the app, hit the close button and the window goes away but the process is still running. Not quite sure what is going on so I thought I would check here to see if anyone had some ideas?
Thanks!