MCPcopy Create free account
hub / github.com/LANDrop/LANDrop / updateFileStringListModel

Method updateFileStringListModel

LANDrop/selectfilesdialog.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void SelectFilesDialog::updateFileStringListModel()
85{
86 QStringList l;
87 foreach (QSharedPointer<QFile> file, files) {
88 l.append(QFileInfo(*file).fileName());
89 }
90 filesStringListModel.setStringList(l);
91}
92
93void SelectFilesDialog::addButtonClicked()
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected