Skip to content

Commit

Permalink
Compile-fix: add private/ prefix to qnetconmonitor_p.h
Browse files Browse the repository at this point in the history
Build was failing without it.

Change-Id: I23a6e8a359e6208f78fa9ef571b8b27f8ecb3628
Reviewed-by: Mårten Nordheim <[email protected]>
  • Loading branch information
ediosyncratic committed May 6, 2019
1 parent a43c3b4 commit 5146582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/access/qnetworkaccessmanager_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
#include "qnetworkaccessmanager.h"
#include "qnetworkaccesscache_p.h"
#include "qnetworkaccessbackend_p.h"
#include "qnetconmonitor_p.h"
#include "private/qnetconmonitor_p.h"
#include "qnetworkrequest.h"
#include "qhsts_p.h"
#include "private/qobject_p.h"
Expand Down

0 comments on commit 5146582

Please sign in to comment.