From 1bb38d5b128ba862b7163eabc91c86365ef2c23a Mon Sep 17 00:00:00 2001 From: Evgenii Date: Tue, 21 Feb 2017 12:10:38 +0200 Subject: [PATCH] Change used private header * Hopefully it will be replaced with separate fixed-point lib --- Telegram/SourceFiles/ui/text/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/ui/text/text.h b/Telegram/SourceFiles/ui/text/text.h index f5bcd66d1..375fc3ad0 100644 --- a/Telegram/SourceFiles/ui/text/text.h +++ b/Telegram/SourceFiles/ui/text/text.h @@ -20,7 +20,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org */ #pragma once -#include "private/qfontengine_p.h" +#include "private/qfixed_p.h" #include "core/click_handler.h" #include "ui/text/text_entity.h"