aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mremoteaction
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-05-11 11:17:55 +0200
committerTorsten Rahn <Torsten.Rahn@basyskom.de>2010-05-12 04:19:50 +0200
commit8e3429350733a4064ead1d4bcc34c5e2a9a847fe (patch)
tree5989187686e4980b138815983c7a01b87cf2f661 /tests/ut_mremoteaction
parent6356cba40eb7187c928c31dbe81c1998e6a2137b (diff)
Changes: Fix coverity issue 117
RevBy: TrustMe Details: uninitialized members
Diffstat (limited to 'tests/ut_mremoteaction')
-rw-r--r--tests/ut_mremoteaction/ut_mremoteaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ut_mremoteaction/ut_mremoteaction.cpp b/tests/ut_mremoteaction/ut_mremoteaction.cpp
index 1b7091cc..1c4aa3b9 100644
--- a/tests/ut_mremoteaction/ut_mremoteaction.cpp
+++ b/tests/ut_mremoteaction/ut_mremoteaction.cpp
@@ -31,6 +31,7 @@ QList< QList<QVariant> > Ut_MRemoteAction::callArguments;
// MActionPrivate stubs
MActionPrivate::MActionPrivate()
+ : location(MAction::EveryLocation), styleAction(false), q_ptr(0)
{
}