Change some private header includes.

This commit is contained in:
John Preston 2019-07-09 15:24:36 +02:00
parent 4757ad6c97
commit b9d3ba621e
4 changed files with 5 additions and 2 deletions

View File

@ -16,6 +16,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "boxes/confirm_box.h"
#include "mainwindow.h"
#include <private/qfontengine_p.h>
#include <private/qharfbuzz_p.h>
namespace Ui {

View File

@ -11,7 +11,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/text/text_entity.h"
#include "base/flags.h"
#include <private/qfontengine_p.h>
#include <private/qfixed_p.h>
static const QChar TextCommand(0x0010);
enum TextCommands {

View File

@ -9,6 +9,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "core/crash_reports.h"
#include <private/qfontengine_p.h>
// COPIED FROM qtextlayout.cpp AND MODIFIED
namespace Ui {
namespace Text {

View File

@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include <private/qfontengine_p.h>
#include <private/qfixed_p.h>
namespace Ui {
namespace Text {