From 40b776befc51bed97604088bd1d3385f2294cc0a Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 19 Feb 2021 22:41:03 +0400 Subject: [PATCH] Remove unneeded Q_DECLARE_METATYPE from specific_linux --- Telegram/SourceFiles/platform/linux/specific_linux.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Telegram/SourceFiles/platform/linux/specific_linux.cpp b/Telegram/SourceFiles/platform/linux/specific_linux.cpp index b7c14dc6e..b150b2d23 100644 --- a/Telegram/SourceFiles/platform/linux/specific_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp @@ -69,8 +69,6 @@ using BaseGtkIntegration = base::Platform::GtkIntegration; using Platform::internal::WaylandIntegration; using Platform::internal::GtkIntegration; -Q_DECLARE_METATYPE(QMargins); - namespace Platform { namespace {