Quote Originally Posted by jlarsj
- the debugger refers to : QDirModelPrivate::restorePersistentIndexes () this is where it stops
What about the rest of the call stack?

And did you correct your code by calling the superclass constructor?

Qt Code:
  1. CMainWindow::CMainWindow () : QMainWindow(0)
  2. {
  3. ui.setupUi ( this );
  4. connect ( ui.pushButton, SIGNAL ( clicked () ), this, SLOT ( saveAs () ) );
  5. }
To copy to clipboard, switch view to plain text mode