Added add and remove functionality to settings listWidget

This commit is contained in:
2017-06-15 22:31:11 -05:00
parent bddc7ea852
commit d908894265
3 changed files with 8 additions and 7 deletions

View File

@@ -410,3 +410,4 @@ void MainWindow::setFileInfo(QString name, QVector<Material>* materials, int ver
m_infoWindow->setDetailText(QString(m_fileInfo.right(m_fileInfo.size() - m_fileInfo.indexOf("<detail>") - 8)));
}