From 6971b49f85d9ddeb2da968a594d65affec3d2b44 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Tue, 10 Mar 2015 02:49:32 +1100 Subject: Lots of Frontend refactoring with a few bug fixes There is still far too much overly convoluted code. However, the introduction of some RAII when dealing with files has made the code-base slightly less error prone. --- heimdall-frontend/source/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heimdall-frontend/source/mainwindow.h') diff --git a/heimdall-frontend/source/mainwindow.h b/heimdall-frontend/source/mainwindow.h index d0b8703..685d342 100644 --- a/heimdall-frontend/source/mainwindow.h +++ b/heimdall-frontend/source/mainwindow.h @@ -109,7 +109,7 @@ namespace HeimdallFrontend void StartHeimdall(const QStringList& arguments); void UpdateUnusedPartitionIds(void); - bool ReadPit(QFile *file); + bool ReadPit(const QString& path); void UpdatePackageUserInterface(void); -- cgit v1.2.3