summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qunicodetools.cpp
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2013-03-10 10:55:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-13 14:46:26 +0100
commit0194fa135b1d84a8c8d70ed8a0ff46eef0289fb7 (patch)
tree95c1767f3365c960ea19234dd70112b6eb5e1be5 /src/corelib/tools/qunicodetools.cpp
parentcfa663d62b147c4050359e036f17a6b1b6a8b4fe (diff)
Hide Harfbuzz from the outer world
Don't export, don't generate private headers, don't mention HB in API. Change-Id: I048ebd178bf4afaf9fda710a00933b95274cf910 Reviewed-by: Josh Faust <jfaust@suitabletech.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/corelib/tools/qunicodetools.cpp')
-rw-r--r--src/corelib/tools/qunicodetools.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qunicodetools.cpp b/src/corelib/tools/qunicodetools.cpp
index 01aa1c4d52..3102035684 100644
--- a/src/corelib/tools/qunicodetools.cpp
+++ b/src/corelib/tools/qunicodetools.cpp
@@ -44,8 +44,7 @@
#include "qunicodetables_p.h"
#include "qvarlengtharray.h"
-#include <private/harfbuzz-shaper.h>
-#include <private/qharfbuzz_p.h>
+#include "qharfbuzz_p.h"
#define FLAG(x) (1 << (x))