MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / ~SequenceFileDialog

Method ~SequenceFileDialog

Gui/SequenceFileDialog.cpp:615–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615SequenceFileDialog::~SequenceFileDialog()
616{
617 _model->resetCompletly(false);
618
619 QSettings settings( QString::fromUtf8(NATRON_ORGANIZATION_NAME), QString::fromUtf8(NATRON_APPLICATION_NAME) );
620
621 settings.setValue( QLatin1String("FileDialog"), saveState() );
622}
623
624void
625FileDialogLineEdit::keyPressEvent(QKeyEvent* e)

Callers

nothing calls this directly

Calls 2

resetCompletlyMethod · 0.80
setValueMethod · 0.45

Tested by

no test coverage detected