fix namespaced build

Change-Id: I9d0a3cb08de5e91807da7f0358c83b6693ebd1ea
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Oswald Buddenhagen 2013-04-19 18:11:12 +02:00 committed by The Qt Project
parent 0dea24054f
commit da55d48ad7

View File

@ -53,10 +53,10 @@
// We mean it.
//
QT_BEGIN_NAMESPACE
#include <QtCore/qmutex.h>
QT_BEGIN_NAMESPACE
/*
Locks 2 mutexes in a defined order, avoiding a recursive lock if
we're trying to lock the same mutex twice.