MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / history

Method history

Gui/SequenceFileDialog.cpp:1736–1748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1734}
1735
1736QStringList
1737SequenceFileDialog::history() const
1738{
1739 QStringList currentHistory = _lookInCombobox->history();
1740 //On windows the popup display the "C:\", convert to nativeSeparators
1741 QString newHistory = QDir::toNativeSeparators( _view->rootIndex().data(FileSystemModel::FilePathRole).toString() );
1742
1743 if ( !currentHistory.contains(newHistory) ) {
1744 currentHistory << newHistory;
1745 }
1746
1747 return currentHistory;
1748}
1749
1750std::string
1751SequenceFileDialog::selectedFiles()

Callers 1

pathChangedMethod · 0.45

Calls 3

toNativeSeparatorsFunction · 0.85
dataMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected