summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMatt Vogt <matthew.vogt@jollamobile.com>2014-09-30 09:06:00 +1000
committerRobin Burchell <robin.burchell@viroteck.net>2014-10-04 14:16:28 +0200
commit7fa978d33bd2ef9cd1c345c50a66cef3dd3efa97 (patch)
tree8106eea645c85cfa17b88182b19c91869fc81ca7 /tests
parentff39c744903c13e24e3303842e647f5df81cb76a (diff)
Make implementation header private
qprivateimplementationdef_p.h should not be exported as a public hedaer, as it is an implementation detail. Change-Id: Ie03548d15428d467db4b8d084bd7f2a184baac91 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_qprivateimplementation/tst_qprivateimplementation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tst_qprivateimplementation/tst_qprivateimplementation.cpp b/tests/tst_qprivateimplementation/tst_qprivateimplementation.cpp
index 5e829abc..7bdb5533 100644
--- a/tests/tst_qprivateimplementation/tst_qprivateimplementation.cpp
+++ b/tests/tst_qprivateimplementation/tst_qprivateimplementation.cpp
@@ -41,7 +41,7 @@
// We're effectively part of the QMF library for this test:
#define QMF_INTERNAL
-#include "qprivateimplementationdef.h"
+#include "private/qprivateimplementationdef_p.h"
#include <QObject>
#include <QString>