diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-08 15:40:28 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-08 15:40:28 +0200 |
commit | 70c1e8e5bae373c4660e460703b577336caac8b0 (patch) | |
tree | bc3ae1734140887102e897ad4b57c0add392e66f /heimdall-frontend/Source/mainwindow.h | |
parent | Version 1.3 beta. (diff) | |
download | Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.gz Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.bz2 Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.lz Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.xz Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.tar.zst Heimdall-70c1e8e5bae373c4660e460703b577336caac8b0.zip |
Diffstat (limited to 'heimdall-frontend/Source/mainwindow.h')
-rw-r--r-- | heimdall-frontend/Source/mainwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/heimdall-frontend/Source/mainwindow.h b/heimdall-frontend/Source/mainwindow.h index 6e16596..b041dab 100644 --- a/heimdall-frontend/Source/mainwindow.h +++ b/heimdall-frontend/Source/mainwindow.h @@ -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
@@ -61,6 +61,8 @@ namespace HeimdallFrontend bool populatingPartitionNames;
QList<unsigned int> unusedPartitionIds;
+ bool verboseOutput;
+
void UpdateUnusedPartitionIds(void);
bool ReadPit(QFile *file);
@@ -84,6 +86,7 @@ namespace HeimdallFrontend public slots:
void OpenDonationWebpage(void);
+ void SetVerboseOutput(bool enabled);
void ShowAbout(void);
void SelectFirmwarePackage(void);
|