aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/Source/PackageData.cpp
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-08 23:40:28 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-08 23:40:28 +1000
commit70c1e8e5bae373c4660e460703b577336caac8b0 (patch)
treebc3ae1734140887102e897ad4b57c0add392e66f /heimdall-frontend/Source/PackageData.cpp
parent5ce92c078692bb7fb5020d9ddec7ade6dacac1e9 (diff)
downloadexternal_heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.zip
external_heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.gz
external_heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.bz2
1.3 beta
Diffstat (limited to 'heimdall-frontend/Source/PackageData.cpp')
-rwxr-xr-xheimdall-frontend/Source/PackageData.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/heimdall-frontend/Source/PackageData.cpp b/heimdall-frontend/Source/PackageData.cpp
index 36138cf..ad25515 100755
--- a/heimdall-frontend/Source/PackageData.cpp
+++ b/heimdall-frontend/Source/PackageData.cpp
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010 Benjamin Dobell, Glass Echidna
+/* Copyright (c) 2010-2011 Benjamin Dobell, Glass Echidna
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -19,6 +19,7 @@
THE SOFTWARE.*/
// Heimdall Frontend
+#include "Alerts.h"
#include "PackageData.h"
using namespace HeimdallFrontend;
@@ -47,7 +48,7 @@ bool PackageData::ReadFirmwareInfo(QFile *file)
{
if (!file->open(QFile::ReadOnly))
{
- // TODO: Error
+ Alerts::DisplayError(QString("Failed to open file: \1%s").arg(file->fileName()));
return (false);
}