Warning, /graphics/krita/3rdparty/ext_qt/0013-Poison-Qt-s-headers-with-a-mark-about-presence-of-En.patch is written in an unsupported language. File is not indexed.

0001 From 29df2c02834d3aab4ffcb366e8c5eeed248b4d34 Mon Sep 17 00:00:00 2001
0002 From: Dmitry Kazakov <dimula73@gmail.com>
0003 Date: Mon, 11 Mar 2019 16:17:17 +0300
0004 Subject: [PATCH 2/4] Poison Qt's headers with a mark about presence of
0005  Enter/Leave patch
0006 
0007 ---
0008  src/gui/kernel/qevent.h | 4 ++++
0009  1 file changed, 4 insertions(+)
0010 
0011 diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
0012 index 30f058ea07..b09a21300b 100644
0013 --- a/src/gui/kernel/qevent.h
0014 +++ b/src/gui/kernel/qevent.h
0015 @@ -242,6 +242,10 @@ protected:
0016  };
0017  #endif
0018  
0019 +// a temporary mark to know if the patch has landed to Qt or not
0020 +// https://codereview.qt-project.org/#/c/255384/
0021 +#define QT_HAS_ENTER_LEAVE_PATCH
0022 +
0023  #if QT_CONFIG(tabletevent)
0024  class Q_GUI_EXPORT QTabletEvent : public QInputEvent
0025  {
0026 -- 
0027 2.20.1.windows.1
0028