
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?
{
ui.setupUi ( this );
connect ( ui.pushButton, SIGNAL ( clicked () ), this, SLOT ( saveAs () ) );
}
CMainWindow::CMainWindow () : QMainWindow(0)
{
ui.setupUi ( this );
connect ( ui.pushButton, SIGNAL ( clicked () ), this, SLOT ( saveAs () ) );
}
To copy to clipboard, switch view to plain text mode
Bookmarks