summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/zipinstaller.h
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2013-03-09 19:37:40 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2013-03-09 19:38:08 +0100
commitaf58d04e35ba004968cb7a9caa75bfa86ecd5c65 (patch)
treedaf08e48468282b89d38b419b7b77303cf98e740 /rbutil/rbutilqt/base/zipinstaller.h
parente50066718c98308ff11f086e71d2546f850cf94a (diff)
downloadrockbox-af58d04e35ba004968cb7a9caa75bfa86ecd5c65.tar.gz
rockbox-af58d04e35ba004968cb7a9caa75bfa86ecd5c65.zip
ZipInstaller: rename some member variables to be in line with the rest.
Also change the double inclusion protection to match the filename. Change-Id: I5bb64afdb62c87057867f9f9d683f0df239d2efc
Diffstat (limited to 'rbutil/rbutilqt/base/zipinstaller.h')
-rw-r--r--rbutil/rbutilqt/base/zipinstaller.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/rbutil/rbutilqt/base/zipinstaller.h b/rbutil/rbutilqt/base/zipinstaller.h
index e15bbcf783..4ea08fbe53 100644
--- a/rbutil/rbutilqt/base/zipinstaller.h
+++ b/rbutil/rbutilqt/base/zipinstaller.h
@@ -19,10 +19,8 @@
19 ****************************************************************************/ 19 ****************************************************************************/
20 20
21 21
22#ifndef INSTALLZIP_H 22#ifndef ZIPINSTALLER_H
23#define INSTALLZIP_H 23#define ZIPINSTALLER_H
24
25
26 24
27#include <QtCore> 25#include <QtCore>
28 26
@@ -75,8 +73,8 @@ private:
75 QDir m_cache; 73 QDir m_cache;
76 bool m_usecache; 74 bool m_usecache;
77 75
78 HttpGet *getter; 76 HttpGet *m_getter;
79 QTemporaryFile *downloadFile; 77 QTemporaryFile *m_downloadFile;
80}; 78};
81 79
82 80