summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common/binaryformat.cpp
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-07-05 10:02:02 +0200
committerkh1 <qt-info@nokia.com>2011-07-05 10:02:02 +0200
commitf7bb1f14855dc9c71244523fbef925ebc08dce34 (patch)
tree37f2c43f4cd109dfa927043171fbe73487223169 /installerbuilder/common/binaryformat.cpp
parent51c0a06a2e54dd1c4b096976640bd22344fe18b7 (diff)
Operations -> OperationList
Diffstat (limited to 'installerbuilder/common/binaryformat.cpp')
-rw-r--r--installerbuilder/common/binaryformat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/common/binaryformat.cpp b/installerbuilder/common/binaryformat.cpp
index ee71d3384..a93202d85 100644
--- a/installerbuilder/common/binaryformat.cpp
+++ b/installerbuilder/common/binaryformat.cpp
@@ -1040,7 +1040,7 @@ int BinaryContent::registerEmbeddedQResources()
Returns the operations performed during installation. Returns an empty list if no operations are
performed or the binary is the installer application.
*/
-Operations BinaryContent::performedOperations() const
+OperationList BinaryContent::performedOperations() const
{
return m_performedOperations.toList();
}