From af58d04e35ba004968cb7a9caa75bfa86ecd5c65 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 9 Mar 2013 19:37:40 +0100 Subject: 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 --- rbutil/rbutilqt/base/zipinstaller.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'rbutil/rbutilqt/base/zipinstaller.h') 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 @@ ****************************************************************************/ -#ifndef INSTALLZIP_H -#define INSTALLZIP_H - - +#ifndef ZIPINSTALLER_H +#define ZIPINSTALLER_H #include @@ -75,8 +73,8 @@ private: QDir m_cache; bool m_usecache; - HttpGet *getter; - QTemporaryFile *downloadFile; + HttpGet *m_getter; + QTemporaryFile *m_downloadFile; }; -- cgit v1.2.3