mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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
This commit is contained in:
parent
e50066718c
commit
af58d04e35
2 changed files with 24 additions and 26 deletions
|
|
@ -19,10 +19,8 @@
|
|||
****************************************************************************/
|
||||
|
||||
|
||||
#ifndef INSTALLZIP_H
|
||||
#define INSTALLZIP_H
|
||||
|
||||
|
||||
#ifndef ZIPINSTALLER_H
|
||||
#define ZIPINSTALLER_H
|
||||
|
||||
#include <QtCore>
|
||||
|
||||
|
|
@ -75,8 +73,8 @@ private:
|
|||
QDir m_cache;
|
||||
bool m_usecache;
|
||||
|
||||
HttpGet *getter;
|
||||
QTemporaryFile *downloadFile;
|
||||
HttpGet *m_getter;
|
||||
QTemporaryFile *m_downloadFile;
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue