summaryrefslogtreecommitdiffstats
path: root/tests/downloadspeed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/downloadspeed')
-rw-r--r--tests/downloadspeed/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/downloadspeed/main.cpp b/tests/downloadspeed/main.cpp
index ff741c421..d510eb0fa 100644
--- a/tests/downloadspeed/main.cpp
+++ b/tests/downloadspeed/main.cpp
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Installer Framework.
@@ -126,7 +126,7 @@ public slots:
}
private:
- volatile bool m_downloadFinished;
+ bool m_downloadFinished;
};