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:
Dominik Riebeling 2013-03-09 19:37:40 +01:00
parent e50066718c
commit af58d04e35
2 changed files with 24 additions and 26 deletions

View file

@ -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;
};