From 5ae6d3b29f93fe2bd7222eb843c8688561ac612c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Mar 2014 20:33:37 +0300 Subject: improve variables order in windows. --- src/gui/windows/updaterwindow.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/gui/windows/updaterwindow.h') diff --git a/src/gui/windows/updaterwindow.h b/src/gui/windows/updaterwindow.h index 638f88faf..39e1e84f3 100644 --- a/src/gui/windows/updaterwindow.h +++ b/src/gui/windows/updaterwindow.h @@ -201,9 +201,6 @@ private: /** The new progress value to be set in the logic method. */ float mDownloadProgress; - /** Status of the current download. */ - UpdateDownloadStatus mDownloadStatus; - /** Host where we get the updated files. */ std::string mUpdateHost; @@ -237,13 +234,17 @@ private: /** List of temp files to download. */ std::vector mTempUpdateFiles; + std::string mUpdateServerPath; + Label *mLabel; /**< Progress bar caption. */ Button *mCancelButton; /**< Button to stop the update process. */ Button *mPlayButton; /**< Button to start playing. */ ProgressBar *mProgressBar; /**< Update progress bar. */ BrowserBox *mBrowserBox; /**< Box to display news. */ ScrollArea *mScrollArea; /**< Used to scroll news box. */ - std::string mUpdateServerPath; + + /** Status of the current download. */ + UpdateDownloadStatus mDownloadStatus; /** Byte count currently downloaded in mMemoryBuffer. */ int mDownloadedBytes; -- cgit v1.2.3-60-g2f50