Fix toolbar open icon

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-19 11:41:24 +02:00
parent 730d0850f3
commit 957956a92e
3 changed files with 24 additions and 16 deletions
+6
View File
@@ -131,3 +131,9 @@ void MainWindow::on_toolButton_clicked()
loadImage(fileName);
}
void MainWindow::on_actionopenFile_triggered()
{
this->loadPath();
}