mirror of https://github.com/procxx/kepka.git
Change some private header includes.
This commit is contained in:
parent
4757ad6c97
commit
b9d3ba621e
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue