summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/Source/Packaging.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 09:37:36 +0200
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 09:37:36 +0200
commitbf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch)
treec0199127003c2d5418fa6b10fb0676c7abcb0a7e /heimdall-frontend/Source/Packaging.h
parent1.3 beta (diff)
downloadHeimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.lz
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.xz
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.zst
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip
Diffstat (limited to 'heimdall-frontend/Source/Packaging.h')
-rw-r--r--[-rwxr-xr-x]heimdall-frontend/Source/Packaging.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/heimdall-frontend/Source/Packaging.h b/heimdall-frontend/Source/Packaging.h
index b02637a..402f786 100755..100644
--- a/heimdall-frontend/Source/Packaging.h
+++ b/heimdall-frontend/Source/Packaging.h
@@ -43,11 +43,6 @@ namespace HeimdallFrontend
kUstarHeaderLength = 500,
};
- enum : quint64
- {
- kMaxFileSize = 8589934592
- };
-
enum
{
kModeOtherExecute = 1,
@@ -92,6 +87,11 @@ namespace HeimdallFrontend
class Packaging
{
+ public:
+
+ // Would definitely prefer to use an enum but VC++ and GCC give conflicting warnings about C++0x or type overflow.
+ static const qint64 kMaxFileSize;
+
private:
enum