Skip to content

Commit

Permalink
fix namespaced build
Browse files Browse the repository at this point in the history
Change-Id: I9d0a3cb08de5e91807da7f0358c83b6693ebd1ea
Reviewed-by: hjk <[email protected]>
(cherry picked from qtbase/da55d48ad731ee2499467b3e93e11eb3b53df89d)
  • Loading branch information
ossilator authored and The Qt Project committed Aug 12, 2013
1 parent f7efbae commit e9ff4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corelib/thread/qorderedmutexlocker_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e9ff4a5

Please sign in to comment.