Skip to content

Commit 8483f45

Browse files
author
bas524
committed
update : add view of export table
1 parent ac6dfda commit 8483f45

File tree

4 files changed

+523
-474
lines changed

4 files changed

+523
-474
lines changed

mainwindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ void MainWindow::reset(const QString &fileName) {
5353
QTreeWidgetItem *header = ui->treeWidget->headerItem();
5454
header->setText(0, "Dependency");
5555
qldd->fillDependency(*ui->treeWidget);
56+
qldd->fillExportTable(*ui->listWidgetExportTable);
5657

5758
ui->labelName->setText("File Name ");
5859
ui->lineEditFileName->setText(qldd->getBinaryName());

0 commit comments

Comments
 (0)