+#include
+
+QT_BEGIN_NAMESPACE
+
+class Ui_GuidingUI
+{
+public:
+ QAction *action;
+ QAction *action_3;
+ QAction *action_4;
+ QAction *action_5;
+ QWidget *centralwidget;
+ QGridLayout *gridLayout;
+ QLabel *label_2;
+ QGridLayout *gridLayout_3;
+ QWidget *MapDisplayer;
+ QLabel *label;
+ QWidget *widget;
+ QVBoxLayout *verticalLayout;
+ QHBoxLayout *horizontalLayout_3;
+ QPushButton *robottab;
+ QLabel *label_10;
+ QHBoxLayout *horizontalLayout_4;
+ QPushButton *robotlocation;
+ QLabel *label_9;
+ QHBoxLayout *horizontalLayout_2;
+ QPushButton *addrobot;
+ QLabel *label_11;
+ QHBoxLayout *horizontalLayout;
+ QPushButton *mapbutton;
+ QLabel *label_3;
+ QHBoxLayout *horizontalLayout_5;
+ QPushButton *addUAV;
+ QLabel *label_8;
+ QHBoxLayout *horizontalLayout_6;
+ QPushButton *UAVtab;
+ QLabel *label_13;
+ QHBoxLayout *horizontalLayout_9;
+ QPushButton *casualtycondition;
+ QLabel *label_4;
+ QHBoxLayout *horizontalLayout_7;
+ QPushButton *UAVlocation;
+ QLabel *label_7;
+ QHBoxLayout *horizontalLayout_8;
+ QPushButton *casualtyList;
+ QLabel *label_12;
+ QHBoxLayout *horizontalLayout_11;
+ QPushButton *showInjuryInfo;
+ QLabel *label_5;
+ QMenuBar *menubar;
+ QMenu *menu;
+ QStatusBar *statusbar;
+
+ void setupUi(QMainWindow *GuidingUI)
+ {
+ if (GuidingUI->objectName().isEmpty())
+ GuidingUI->setObjectName("GuidingUI");
+ GuidingUI->setEnabled(true);
+ GuidingUI->resize(1000, 663);
+ GuidingUI->setToolTipDuration(0);
+ GuidingUI->setStyleSheet(QString::fromUtf8("#centralwidget{\n"
+" background-color: rgb(15, 18, 34);\n"
+"}\n"
+""));
+ action = new QAction(GuidingUI);
+ action->setObjectName("action");
+ action_3 = new QAction(GuidingUI);
+ action_3->setObjectName("action_3");
+ action_4 = new QAction(GuidingUI);
+ action_4->setObjectName("action_4");
+ action_5 = new QAction(GuidingUI);
+ action_5->setObjectName("action_5");
+ centralwidget = new QWidget(GuidingUI);
+ centralwidget->setObjectName("centralwidget");
+ centralwidget->setEnabled(true);
+ centralwidget->setStyleSheet(QString::fromUtf8(""));
+ gridLayout = new QGridLayout(centralwidget);
+ gridLayout->setObjectName("gridLayout");
+ label_2 = new QLabel(centralwidget);
+ label_2->setObjectName("label_2");
+ label_2->setStyleSheet(QString::fromUtf8("QLabel {\n"
+" background-color: rgba(15, 28, 34, 0);\n"
+" color: white; /* \350\256\276\347\275\256\345\255\227\344\275\223\351\242\234\350\211\262\344\270\272\347\231\275\350\211\262 */\n"
+"\n"
+" border: none;\n"
+"\n"
+" padding: 10px 20px; /* \350\256\276\347\275\256\345\206\205\350\276\271\350\267\235 */\n"
+"\n"
+" border-radius: 5px; /* \350\256\276\347\275\256\346\214\211\351\222\256\345\234\206\350\247\222 */\n"
+"\n"
+" font-size: 30px; /* \350\256\276\347\275\256\346\226\207\345\255\227\345\244\247\345\260\217 */\n"
+"\n"
+" font-weight: bold; /*\350\256\276\347\275\256\345\255\227\344\275\223\345\212\240\347\262\227*/\n"
+" \n"
+" text-align: right; /* \350\256\276\347\275\256\345\255\227\344\275\223\345\261\205\345\267\246\345\257\271\351\275\220 */\n"
+"}\n"
+""));
+
+ gridLayout->addWidget(label_2, 0, 2, 1, 1);
+
+ gridLayout_3 = new QGridLayout();
+ gridLayout_3->setSpacing(50);
+ gridLayout_3->setObjectName("gridLayout_3");
+ gridLayout_3->setContentsMargins(20, 30, 20, 20);
+ MapDisplayer = new QWidget(centralwidget);
+ MapDisplayer->setObjectName("MapDisplayer");
+
+ gridLayout_3->addWidget(MapDisplayer, 0, 0, 1, 1);
+
+
+ gridLayout->addLayout(gridLayout_3, 0, 0, 2, 1);
+
+ label = new QLabel(centralwidget);
+ label->setObjectName("label");
+ QSizePolicy sizePolicy(QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Minimum);
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(100);
+ sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
+ label->setSizePolicy(sizePolicy);
+ label->setMinimumSize(QSize(100, 100));
+ label->setMaximumSize(QSize(100, 100));
+ label->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/logo_backgroundless.png);"));
+
+ gridLayout->addWidget(label, 0, 1, 1, 1);
+
+ widget = new QWidget(centralwidget);
+ widget->setObjectName("widget");
+ widget->setStyleSheet(QString::fromUtf8("QPushButton {\n"
+"background-color: rgba(15, 28, 34, 0);\n"
+"color: rgb(255, 255, 255);\n"
+"\n"
+"border: none;\n"
+"\n"
+"padding: 10px 20px; /* \350\256\276\347\275\256\345\206\205\350\276\271\350\267\235 */\n"
+"\n"
+"border-radius: 5px; /* \350\256\276\347\275\256\346\214\211\351\222\256\345\234\206\350\247\222 */\n"
+"\n"
+"font-size: 14px; /* \350\256\276\347\275\256\346\226\207\345\255\227\345\244\247\345\260\217 */\n"
+"\n"
+"text-align: right; /* \350\256\276\347\275\256\345\255\227\344\275\223\345\220\221\345\217\263\345\257\271\351\275\220 */\n"
+"\n"
+"}\n"
+"\n"
+"QPushButton:hover {\n"
+"\n"
+"background-color: #0364FF; /* \350\256\276\347\275\256\351\274\240\346\240\207\346\202\254\345\201\234\346\227\266\346\214\211\351\222\256\350\203\214\346\231\257\350\211\262 */\n"
+"\n"
+"}\n"
+"\n"
+"QPushButton:pressed {\n"
+"\n"
+"background-color: #398439; /* \350\256\276\347\275\256\346\214\211\351\222\256\350\242\253\346\214\211\344\270\213\346\227\266\350\203\214\346\231\257\350\211\262 */\n"
+"\n"
+"}"));
+ verticalLayout = new QVBoxLayout(widget);
+ verticalLayout->setObjectName("verticalLayout");
+ horizontalLayout_3 = new QHBoxLayout();
+ horizontalLayout_3->setObjectName("horizontalLayout_3");
+ robottab = new QPushButton(widget);
+ robottab->setObjectName("robottab");
+
+ horizontalLayout_3->addWidget(robottab);
+
+ label_10 = new QLabel(widget);
+ label_10->setObjectName("label_10");
+ label_10->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/tab.svg);"));
+
+ horizontalLayout_3->addWidget(label_10);
+
+
+ verticalLayout->addLayout(horizontalLayout_3);
+
+ horizontalLayout_4 = new QHBoxLayout();
+ horizontalLayout_4->setObjectName("horizontalLayout_4");
+ robotlocation = new QPushButton(widget);
+ robotlocation->setObjectName("robotlocation");
+
+ horizontalLayout_4->addWidget(robotlocation);
+
+ label_9 = new QLabel(widget);
+ label_9->setObjectName("label_9");
+ label_9->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/location.svg);"));
+
+ horizontalLayout_4->addWidget(label_9);
+
+
+ verticalLayout->addLayout(horizontalLayout_4);
+
+ horizontalLayout_2 = new QHBoxLayout();
+ horizontalLayout_2->setObjectName("horizontalLayout_2");
+ addrobot = new QPushButton(widget);
+ addrobot->setObjectName("addrobot");
+ addrobot->setStyleSheet(QString::fromUtf8("#QPushButton{\n"
+"background-color: rgba(255, 255, 255, 0);\n"
+"color: rgb(255, 255, 255);\n"
+"border: none;\n"
+"}"));
+
+ horizontalLayout_2->addWidget(addrobot);
+
+ label_11 = new QLabel(widget);
+ label_11->setObjectName("label_11");
+ label_11->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/robotbtn.svg);"));
+
+ horizontalLayout_2->addWidget(label_11);
+
+
+ verticalLayout->addLayout(horizontalLayout_2);
+
+ horizontalLayout = new QHBoxLayout();
+ horizontalLayout->setObjectName("horizontalLayout");
+ mapbutton = new QPushButton(widget);
+ mapbutton->setObjectName("mapbutton");
+
+ horizontalLayout->addWidget(mapbutton);
+
+ label_3 = new QLabel(widget);
+ label_3->setObjectName("label_3");
+ label_3->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/mapbtn.svg);"));
+
+ horizontalLayout->addWidget(label_3);
+
+
+ verticalLayout->addLayout(horizontalLayout);
+
+ horizontalLayout_5 = new QHBoxLayout();
+ horizontalLayout_5->setObjectName("horizontalLayout_5");
+ addUAV = new QPushButton(widget);
+ addUAV->setObjectName("addUAV");
+
+ horizontalLayout_5->addWidget(addUAV);
+
+ label_8 = new QLabel(widget);
+ label_8->setObjectName("label_8");
+ label_8->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/UAV.svg);"));
+
+ horizontalLayout_5->addWidget(label_8);
+
+
+ verticalLayout->addLayout(horizontalLayout_5);
+
+ horizontalLayout_6 = new QHBoxLayout();
+ horizontalLayout_6->setObjectName("horizontalLayout_6");
+ UAVtab = new QPushButton(widget);
+ UAVtab->setObjectName("UAVtab");
+
+ horizontalLayout_6->addWidget(UAVtab);
+
+ label_13 = new QLabel(widget);
+ label_13->setObjectName("label_13");
+ label_13->setAutoFillBackground(false);
+ label_13->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/tab.svg);"));
+
+ horizontalLayout_6->addWidget(label_13);
+
+
+ verticalLayout->addLayout(horizontalLayout_6);
+
+ horizontalLayout_9 = new QHBoxLayout();
+ horizontalLayout_9->setObjectName("horizontalLayout_9");
+ casualtycondition = new QPushButton(widget);
+ casualtycondition->setObjectName("casualtycondition");
+
+ horizontalLayout_9->addWidget(casualtycondition);
+
+ label_4 = new QLabel(widget);
+ label_4->setObjectName("label_4");
+ label_4->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/health.svg);"));
+
+ horizontalLayout_9->addWidget(label_4);
+
+
+ verticalLayout->addLayout(horizontalLayout_9);
+
+ horizontalLayout_7 = new QHBoxLayout();
+ horizontalLayout_7->setObjectName("horizontalLayout_7");
+ UAVlocation = new QPushButton(widget);
+ UAVlocation->setObjectName("UAVlocation");
+
+ horizontalLayout_7->addWidget(UAVlocation);
+
+ label_7 = new QLabel(widget);
+ label_7->setObjectName("label_7");
+ label_7->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/location.svg);"));
+
+ horizontalLayout_7->addWidget(label_7);
+
+
+ verticalLayout->addLayout(horizontalLayout_7);
+
+ horizontalLayout_8 = new QHBoxLayout();
+ horizontalLayout_8->setObjectName("horizontalLayout_8");
+ casualtyList = new QPushButton(widget);
+ casualtyList->setObjectName("casualtyList");
+ casualtyList->setStyleSheet(QString::fromUtf8("#QPushButton{\n"
+"background-color: rgba(255, 255, 255, 0);\n"
+"color: rgb(255, 255, 255);\n"
+"border: none;\n"
+"}"));
+
+ horizontalLayout_8->addWidget(casualtyList);
+
+ label_12 = new QLabel(widget);
+ label_12->setObjectName("label_12");
+ label_12->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/soldier.svg);"));
+
+ horizontalLayout_8->addWidget(label_12);
+
+
+ verticalLayout->addLayout(horizontalLayout_8);
+
+ horizontalLayout_11 = new QHBoxLayout();
+ horizontalLayout_11->setObjectName("horizontalLayout_11");
+ showInjuryInfo = new QPushButton(widget);
+ showInjuryInfo->setObjectName("showInjuryInfo");
+
+ horizontalLayout_11->addWidget(showInjuryInfo);
+
+ label_5 = new QLabel(widget);
+ label_5->setObjectName("label_5");
+ label_5->setStyleSheet(QString::fromUtf8("\n"
+"border-image: url(:/image/res/image/infomation.svg);"));
+
+ horizontalLayout_11->addWidget(label_5);
+
+
+ verticalLayout->addLayout(horizontalLayout_11);
+
+
+ gridLayout->addWidget(widget, 1, 1, 1, 2);
+
+ GuidingUI->setCentralWidget(centralwidget);
+ menubar = new QMenuBar(GuidingUI);
+ menubar->setObjectName("menubar");
+ menubar->setGeometry(QRect(0, 0, 1000, 25));
+ menu = new QMenu(menubar);
+ menu->setObjectName("menu");
+ GuidingUI->setMenuBar(menubar);
+ statusbar = new QStatusBar(GuidingUI);
+ statusbar->setObjectName("statusbar");
+ GuidingUI->setStatusBar(statusbar);
+
+ menubar->addAction(menu->menuAction());
+
+ retranslateUi(GuidingUI);
+
+ QMetaObject::connectSlotsByName(GuidingUI);
+ } // setupUi
+
+ void retranslateUi(QMainWindow *GuidingUI)
+ {
+ GuidingUI->setWindowTitle(QCoreApplication::translate("GuidingUI", "\344\274\244\346\203\205\346\200\201\345\212\277\346\204\237\347\237\245\345\210\206\346\236\220\347\263\273\347\273\237", nullptr));
+ action->setText(QCoreApplication::translate("GuidingUI", "\346\267\273\345\212\240\346\234\272\345\231\250\344\272\272", nullptr));
+ action_3->setText(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\346\234\272\345\231\250\344\272\272", nullptr));
+#if QT_CONFIG(tooltip)
+ action_3->setToolTip(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\346\234\272\345\231\250\344\272\272
", nullptr));
+#endif // QT_CONFIG(tooltip)
+ action_4->setText(QCoreApplication::translate("GuidingUI", "\344\274\244\345\221\230", nullptr));
+ action_5->setText(QCoreApplication::translate("GuidingUI", "\345\212\240\350\275\275\345\234\260\345\233\276", nullptr));
+ label_2->setText(QCoreApplication::translate("GuidingUI", "ACM", nullptr));
+ label->setText(QString());
+ robottab->setText(QCoreApplication::translate("GuidingUI", "\346\234\272\345\231\250\344\272\272\345\210\227\350\241\250", nullptr));
+ label_10->setText(QString());
+ robotlocation->setText(QCoreApplication::translate("GuidingUI", "\346\234\272\345\231\250\344\272\272\344\275\215\347\275\256\346\230\276\347\244\272", nullptr));
+ label_9->setText(QString());
+ addrobot->setText(QCoreApplication::translate("GuidingUI", "\346\267\273\345\212\240\346\234\272\345\231\250\344\272\272", nullptr));
+ label_11->setText(QString());
+ mapbutton->setText(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\345\234\260\345\233\276", nullptr));
+ label_3->setText(QString());
+ addUAV->setText(QCoreApplication::translate("GuidingUI", "\346\267\273\345\212\240\346\227\240\344\272\272\346\234\272", nullptr));
+ label_8->setText(QString());
+ UAVtab->setText(QCoreApplication::translate("GuidingUI", "\346\227\240\344\272\272\346\234\272\345\210\227\350\241\250", nullptr));
+ label_13->setText(QString());
+ casualtycondition->setText(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\344\274\244\346\203\205", nullptr));
+ label_4->setText(QString());
+ UAVlocation->setText(QCoreApplication::translate("GuidingUI", "\346\227\240\344\272\272\346\234\272\344\275\215\347\275\256\346\230\276\347\244\272", nullptr));
+ label_7->setText(QString());
+ casualtyList->setText(QCoreApplication::translate("GuidingUI", "\344\274\244\345\221\230\345\210\227\350\241\250", nullptr));
+ label_12->setText(QString());
+ showInjuryInfo->setText(QCoreApplication::translate("GuidingUI", "\345\261\225\347\244\272\344\277\241\346\201\257", nullptr));
+ label_5->setText(QString());
+ menu->setTitle(QCoreApplication::translate("GuidingUI", "\345\212\237\350\203\275\347\225\214\351\235\242", nullptr));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class GuidingUI: public Ui_GuidingUI {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_GUIDINGUI_H
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Debug/ui_injurydisiplayui.h b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Debug/ui_injurydisiplayui.h
new file mode 100644
index 0000000..6754b09
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Debug/ui_injurydisiplayui.h
@@ -0,0 +1,46 @@
+/********************************************************************************
+** Form generated from reading UI file 'injurydisiplayui.ui'
+**
+** Created by: Qt User Interface Compiler version 6.7.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_INJURYDISIPLAYUI_H
+#define UI_INJURYDISIPLAYUI_H
+
+#include
+#include
+#include
+
+QT_BEGIN_NAMESPACE
+
+class Ui_InjuryDisiplayUI
+{
+public:
+
+ void setupUi(QDialog *InjuryDisiplayUI)
+ {
+ if (InjuryDisiplayUI->objectName().isEmpty())
+ InjuryDisiplayUI->setObjectName("InjuryDisiplayUI");
+ InjuryDisiplayUI->resize(1205, 710);
+
+ retranslateUi(InjuryDisiplayUI);
+
+ QMetaObject::connectSlotsByName(InjuryDisiplayUI);
+ } // setupUi
+
+ void retranslateUi(QDialog *InjuryDisiplayUI)
+ {
+ InjuryDisiplayUI->setWindowTitle(QCoreApplication::translate("InjuryDisiplayUI", "Dialog", nullptr));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class InjuryDisiplayUI: public Ui_InjuryDisiplayUI {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_INJURYDISIPLAYUI_H
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qmake.stash b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qmake.stash
new file mode 100644
index 0000000..e3cd8df
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qmake.stash
@@ -0,0 +1,20 @@
+QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
+QMAKE_CXX.QMAKE_MSC_VER = 1931
+QMAKE_CXX.QMAKE_MSC_FULL_VER = 193131106
+QMAKE_CXX.COMPILER_MACROS = \
+ QT_COMPILER_STDCXX \
+ QMAKE_MSC_VER \
+ QMAKE_MSC_FULL_VER
+QMAKE_CXX.INCDIRS = \
+ "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include" \
+ "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\shared" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\um" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\winrt" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\\\include\\10.0.19041.0\\\\cppwinrt"
+QMAKE_CXX.LIBDIRS = \
+ "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\lib\\x64" \
+ "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\lib\\x64" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\lib\\10.0.19041.0\\ucrt\\x64" \
+ "C:\\Program Files (x86)\\Windows Kits\\10\\\\lib\\10.0.19041.0\\\\um\\x64"
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/DogDatabase.cpp.2271B20ACCEFEFA4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/DogDatabase.cpp.2271B20ACCEFEFA4.idx
new file mode 100644
index 0000000..bf66d64
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/DogDatabase.cpp.2271B20ACCEFEFA4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/DogDatabase.h.73A57B550E993214.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/DogDatabase.h.73A57B550E993214.idx
new file mode 100644
index 0000000..7b58cd4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/DogDatabase.h.73A57B550E993214.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryAnalysisUI.cpp.6C94F442ABBE6EEC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryAnalysisUI.cpp.6C94F442ABBE6EEC.idx
new file mode 100644
index 0000000..ddbdec0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryAnalysisUI.cpp.6C94F442ABBE6EEC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryAnalysisUI.h.E816074C04EA8A54.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryAnalysisUI.h.E816074C04EA8A54.idx
new file mode 100644
index 0000000..14a6a6f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryAnalysisUI.h.E816074C04EA8A54.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryDatabase.cpp.D6A1ACDD8090FD8B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryDatabase.cpp.D6A1ACDD8090FD8B.idx
new file mode 100644
index 0000000..5042298
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryDatabase.cpp.D6A1ACDD8090FD8B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryDatabase.h.70D1FE7CEA26DB96.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryDatabase.h.70D1FE7CEA26DB96.idx
new file mode 100644
index 0000000..3ee7036
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/InjuryDatabase.h.70D1FE7CEA26DB96.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QAction.DAEF88D827A17D14.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QAction.DAEF88D827A17D14.idx
new file mode 100644
index 0000000..7b56710
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QAction.DAEF88D827A17D14.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QApplication.F3B50339B100139B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QApplication.F3B50339B100139B.idx
new file mode 100644
index 0000000..7090a7e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QApplication.F3B50339B100139B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QByteArray.29B53E87C1AF3155.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QByteArray.29B53E87C1AF3155.idx
new file mode 100644
index 0000000..c5c90da
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QByteArray.29B53E87C1AF3155.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QCryptographicHash.B5B3866A3285023F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QCryptographicHash.B5B3866A3285023F.idx
new file mode 100644
index 0000000..0a2d80a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QCryptographicHash.B5B3866A3285023F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.0E25C94833569E0A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.0E25C94833569E0A.idx
new file mode 100644
index 0000000..1a03527
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDeadlineTimer.0E25C94833569E0A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDebug.A58C03CDA77E178A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDebug.A58C03CDA77E178A.idx
new file mode 100644
index 0000000..c0d7363
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDebug.A58C03CDA77E178A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDialog.F84E979C41CB64B0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDialog.F84E979C41CB64B0.idx
new file mode 100644
index 0000000..2c830e5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDialog.F84E979C41CB64B0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDir.1D685275BC267DFC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDir.1D685275BC267DFC.idx
new file mode 100644
index 0000000..624fa9d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QDir.1D685275BC267DFC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFlags.4E886023EA25E8CA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFlags.4E886023EA25E8CA.idx
new file mode 100644
index 0000000..1c10dd6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFlags.4E886023EA25E8CA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFormLayout.66C1453A33D9D19D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFormLayout.66C1453A33D9D19D.idx
new file mode 100644
index 0000000..bf46bc6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QFormLayout.66C1453A33D9D19D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QGridLayout.53F67A08BBC69A8C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QGridLayout.53F67A08BBC69A8C.idx
new file mode 100644
index 0000000..c9bdeb0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QGridLayout.53F67A08BBC69A8C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QHBoxLayout.D5F4E1A49108AB1F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QHBoxLayout.D5F4E1A49108AB1F.idx
new file mode 100644
index 0000000..d424768
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QHBoxLayout.D5F4E1A49108AB1F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QHash.68129FC115EEA499.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QHash.68129FC115EEA499.idx
new file mode 100644
index 0000000..509e278
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QHash.68129FC115EEA499.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QIODevice.84AEB4DCE7C5B869.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QIODevice.84AEB4DCE7C5B869.idx
new file mode 100644
index 0000000..ec4a7dc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QIODevice.84AEB4DCE7C5B869.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QIcon.9D632BD993629979.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QIcon.9D632BD993629979.idx
new file mode 100644
index 0000000..f2aad33
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QIcon.9D632BD993629979.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QJsonValue.C209546BDB341C81.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QJsonValue.C209546BDB341C81.idx
new file mode 100644
index 0000000..c9144fc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QJsonValue.C209546BDB341C81.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLabel.2980E4BFCA4D3F5C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLabel.2980E4BFCA4D3F5C.idx
new file mode 100644
index 0000000..721afd8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLabel.2980E4BFCA4D3F5C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLayout.EBE376BB0CBE0893.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLayout.EBE376BB0CBE0893.idx
new file mode 100644
index 0000000..a105b13
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLayout.EBE376BB0CBE0893.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLineEdit.07E54885B3407280.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLineEdit.07E54885B3407280.idx
new file mode 100644
index 0000000..245185e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QLineEdit.07E54885B3407280.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QList.AF55E16750B276C4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QList.AF55E16750B276C4.idx
new file mode 100644
index 0000000..fe609df
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QList.AF55E16750B276C4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMainWindow.E6E64B10338ED171.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMainWindow.E6E64B10338ED171.idx
new file mode 100644
index 0000000..af9c0d2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMainWindow.E6E64B10338ED171.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMap.CCE5E106F3640CED.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMap.CCE5E106F3640CED.idx
new file mode 100644
index 0000000..6b880a1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMap.CCE5E106F3640CED.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenu.A55E7F9C28AC9F96.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenu.A55E7F9C28AC9F96.idx
new file mode 100644
index 0000000..c529252
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenu.A55E7F9C28AC9F96.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenuBar.BDB007C053B6DB41.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenuBar.BDB007C053B6DB41.idx
new file mode 100644
index 0000000..b74a2d4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMenuBar.BDB007C053B6DB41.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMessageBox.61CA57C02453AAB6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMessageBox.61CA57C02453AAB6.idx
new file mode 100644
index 0000000..773323e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMessageBox.61CA57C02453AAB6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMetaType.0DB34FD8799B95F1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMetaType.0DB34FD8799B95F1.idx
new file mode 100644
index 0000000..30a8085
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMetaType.0DB34FD8799B95F1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMutex.A028EE1812FC2B3A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMutex.A028EE1812FC2B3A.idx
new file mode 100644
index 0000000..65e7a8e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QMutex.A028EE1812FC2B3A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QNetworkAccessManager.D39A92AFC7E992C7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QNetworkAccessManager.D39A92AFC7E992C7.idx
new file mode 100644
index 0000000..1eac1e6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QNetworkAccessManager.D39A92AFC7E992C7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QNetworkRequest.881544692FA42093.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QNetworkRequest.881544692FA42093.idx
new file mode 100644
index 0000000..6432919
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QNetworkRequest.881544692FA42093.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QObject.61F08CD3BB64676B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QObject.61F08CD3BB64676B.idx
new file mode 100644
index 0000000..347f3bc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QObject.61F08CD3BB64676B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPageLayout.5D81AC7E1816CE7A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPageLayout.5D81AC7E1816CE7A.idx
new file mode 100644
index 0000000..da03a6a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPageLayout.5D81AC7E1816CE7A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPushButton.AE462704CFC5884B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPushButton.AE462704CFC5884B.idx
new file mode 100644
index 0000000..d4784c0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QPushButton.AE462704CFC5884B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QQmlEngine.6ED5540FA21089CF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QQmlEngine.6ED5540FA21089CF.idx
new file mode 100644
index 0000000..59136b1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QQmlEngine.6ED5540FA21089CF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QQuickItem.BAB132A1CC9E3F89.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QQuickItem.BAB132A1CC9E3F89.idx
new file mode 100644
index 0000000..d82adf9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QQuickItem.BAB132A1CC9E3F89.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QRect.760836A4BB5D5AEE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QRect.760836A4BB5D5AEE.idx
new file mode 100644
index 0000000..71c4690
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QRect.760836A4BB5D5AEE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QScrollArea.6D57FF9314646586.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QScrollArea.6D57FF9314646586.idx
new file mode 100644
index 0000000..6a7f281
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QScrollArea.6D57FF9314646586.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.C61BFBD2B31CEDBA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.C61BFBD2B31CEDBA.idx
new file mode 100644
index 0000000..1117eb3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSharedDataPointer.C61BFBD2B31CEDBA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSize.1248B2E771F5D8C7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSize.1248B2E771F5D8C7.idx
new file mode 100644
index 0000000..7184ed6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSize.1248B2E771F5D8C7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSizeF.9698DE9D05D599CD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSizeF.9698DE9D05D599CD.idx
new file mode 100644
index 0000000..c46e1bb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSizeF.9698DE9D05D599CD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlDatabase.EFE8F30C2B717BEE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlDatabase.EFE8F30C2B717BEE.idx
new file mode 100644
index 0000000..2febabe
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlDatabase.EFE8F30C2B717BEE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlQuery.4E1DF8CEF2696454.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlQuery.4E1DF8CEF2696454.idx
new file mode 100644
index 0000000..efb1bef
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlQuery.4E1DF8CEF2696454.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlRecord.20C86D4D08BD190A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlRecord.20C86D4D08BD190A.idx
new file mode 100644
index 0000000..ee70b35
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSqlRecord.20C86D4D08BD190A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslConfiguration.6B8287C2B83DFA41.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslConfiguration.6B8287C2B83DFA41.idx
new file mode 100644
index 0000000..47a06f9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslConfiguration.6B8287C2B83DFA41.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslError.CBF504516B233968.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslError.CBF504516B233968.idx
new file mode 100644
index 0000000..7836082
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslError.CBF504516B233968.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslPreSharedKeyAuthenticator.173179BBE5BDE765.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslPreSharedKeyAuthenticator.173179BBE5BDE765.idx
new file mode 100644
index 0000000..7d13ae8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslPreSharedKeyAuthenticator.173179BBE5BDE765.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslSocket.C72646251092232E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslSocket.C72646251092232E.idx
new file mode 100644
index 0000000..8e02ab7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QSslSocket.C72646251092232E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStackedWidget.0BDC7EFBF42A7215.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStackedWidget.0BDC7EFBF42A7215.idx
new file mode 100644
index 0000000..2394b2e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStackedWidget.0BDC7EFBF42A7215.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStatusBar.04737506E4C52D21.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStatusBar.04737506E4C52D21.idx
new file mode 100644
index 0000000..ee655ae
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStatusBar.04737506E4C52D21.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QString.36D16EA66DAD76B0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QString.36D16EA66DAD76B0.idx
new file mode 100644
index 0000000..f3377b9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QString.36D16EA66DAD76B0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStringList.05BB92D825D82B19.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStringList.05BB92D825D82B19.idx
new file mode 100644
index 0000000..a843649
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QStringList.05BB92D825D82B19.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTableWidget.CC6C83AAC291553D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTableWidget.CC6C83AAC291553D.idx
new file mode 100644
index 0000000..959324c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTableWidget.CC6C83AAC291553D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTcpServer.4CE8CEF16CA25797.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTcpServer.4CE8CEF16CA25797.idx
new file mode 100644
index 0000000..83608dc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTcpServer.4CE8CEF16CA25797.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTransform.8941BED1F5CA0E81.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTransform.8941BED1F5CA0E81.idx
new file mode 100644
index 0000000..d90bff5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QTransform.8941BED1F5CA0E81.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QUrl.904A9535CD655B6A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QUrl.904A9535CD655B6A.idx
new file mode 100644
index 0000000..6206ce0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QUrl.904A9535CD655B6A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVBoxLayout.36D38E5060A180C0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVBoxLayout.36D38E5060A180C0.idx
new file mode 100644
index 0000000..6b2fdcf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVBoxLayout.36D38E5060A180C0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVariant.0670B3483A1567A6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVariant.0670B3483A1567A6.idx
new file mode 100644
index 0000000..1e4a769
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QVariant.0670B3483A1567A6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWebEnginePage.026BF62BF5F4F1E9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWebEnginePage.026BF62BF5F4F1E9.idx
new file mode 100644
index 0000000..fdb02c2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWebEnginePage.026BF62BF5F4F1E9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWebEngineView.0F51E4C67FAFF422.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWebEngineView.0F51E4C67FAFF422.idx
new file mode 100644
index 0000000..0f31a9b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWebEngineView.0F51E4C67FAFF422.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWidget.2DB079B980CC28F4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWidget.2DB079B980CC28F4.idx
new file mode 100644
index 0000000..b33d65f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QWidget.2DB079B980CC28F4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtCore.64FB6C7B497C8213.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtCore.64FB6C7B497C8213.idx
new file mode 100644
index 0000000..b0f777f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtCore.64FB6C7B497C8213.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtCoreDepends.103FDC2600A2A59E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtCoreDepends.103FDC2600A2A59E.idx
new file mode 100644
index 0000000..1365a49
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtCoreDepends.103FDC2600A2A59E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtNetwork.57FB54B6BC620E0E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtNetwork.57FB54B6BC620E0E.idx
new file mode 100644
index 0000000..6cf8b1e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtNetwork.57FB54B6BC620E0E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtNetworkDepends.D9829C5B5072F728.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtNetworkDepends.D9829C5B5072F728.idx
new file mode 100644
index 0000000..db41557
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtNetworkDepends.D9829C5B5072F728.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQml.E82327DE89E4D06A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQml.E82327DE89E4D06A.idx
new file mode 100644
index 0000000..90c34fe
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQml.E82327DE89E4D06A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlBuiltins.1E040E2E50C76674.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlBuiltins.1E040E2E50C76674.idx
new file mode 100644
index 0000000..a689c75
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlBuiltins.1E040E2E50C76674.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlBuiltinsDepends.258FBA960A58263B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlBuiltinsDepends.258FBA960A58263B.idx
new file mode 100644
index 0000000..5cb7dd6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlBuiltinsDepends.258FBA960A58263B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlDepends.D7EDF4A1FF72807C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlDepends.D7EDF4A1FF72807C.idx
new file mode 100644
index 0000000..58098a1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlDepends.D7EDF4A1FF72807C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlIntegration.A9F8CF541FD98D12.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlIntegration.A9F8CF541FD98D12.idx
new file mode 100644
index 0000000..142438d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlIntegration.A9F8CF541FD98D12.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlIntegrationDepends.4BDABC46FBA30713.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlIntegrationDepends.4BDABC46FBA30713.idx
new file mode 100644
index 0000000..cbe089f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtQmlIntegrationDepends.4BDABC46FBA30713.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtSql.67C719B6ABDB36E6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtSql.67C719B6ABDB36E6.idx
new file mode 100644
index 0000000..6761440
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtSql.67C719B6ABDB36E6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtSqlDepends.72EF5411C11CFE8E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtSqlDepends.72EF5411C11CFE8E.idx
new file mode 100644
index 0000000..f12de4f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtSqlDepends.72EF5411C11CFE8E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtWebChannel.DF6D6FF96B43782A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtWebChannel.DF6D6FF96B43782A.idx
new file mode 100644
index 0000000..12160e1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtWebChannel.DF6D6FF96B43782A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtWebChannelDepends.8E8C145A30E42989.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtWebChannelDepends.8E8C145A30E42989.idx
new file mode 100644
index 0000000..08e644f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/QtWebChannelDepends.8E8C145A30E42989.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/UAVDatabase.cpp.B9573BF1C2A0FD13.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/UAVDatabase.cpp.B9573BF1C2A0FD13.idx
new file mode 100644
index 0000000..cbe8628
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/UAVDatabase.cpp.B9573BF1C2A0FD13.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/UAVDatabase.h.E6F7A9C62D0C0083.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/UAVDatabase.h.E6F7A9C62D0C0083.idx
new file mode 100644
index 0000000..0ebcc3a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/UAVDatabase.h.E6F7A9C62D0C0083.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.D34FD2C1F3A4062E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.D34FD2C1F3A4062E.idx
new file mode 100644
index 0000000..6005508
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_system_error_abi.hpp.D34FD2C1F3A4062E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_xlocinfo_types.hpp.C6D682A647770779.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_xlocinfo_types.hpp.C6D682A647770779.idx
new file mode 100644
index 0000000..2724624
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__msvc_xlocinfo_types.hpp.C6D682A647770779.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.9AA7DA30BD2F52A8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.9AA7DA30BD2F52A8.idx
new file mode 100644
index 0000000..80b04bb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.9AA7DA30BD2F52A8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/adxintrin.h.34C0014B2FB3A377.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/adxintrin.h.34C0014B2FB3A377.idx
new file mode 100644
index 0000000..f5d8621
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/adxintrin.h.34C0014B2FB3A377.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/algorithm.063D8BF52876A76F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/algorithm.063D8BF52876A76F.idx
new file mode 100644
index 0000000..d9171c3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/algorithm.063D8BF52876A76F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/array.73DC7E1168D452E2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/array.73DC7E1168D452E2.idx
new file mode 100644
index 0000000..6ef14ff
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/array.73DC7E1168D452E2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/assert.h.2AB23D72A3C57FD0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/assert.h.2AB23D72A3C57FD0.idx
new file mode 100644
index 0000000..5a95d8d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/assert.h.2AB23D72A3C57FD0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/atomic.3BEC130E713BFA38.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/atomic.3BEC130E713BFA38.idx
new file mode 100644
index 0000000..ae575d2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/atomic.3BEC130E713BFA38.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bmiintrin.h.F9BD29D79AD03CF1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bmiintrin.h.F9BD29D79AD03CF1.idx
new file mode 100644
index 0000000..8bb0f73
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/bmiintrin.h.F9BD29D79AD03CF1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cassert.E73BBAF6400213FE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cassert.E73BBAF6400213FE.idx
new file mode 100644
index 0000000..c1b1d32
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cassert.E73BBAF6400213FE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cctype.52805B386ABB189A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cctype.52805B386ABB189A.idx
new file mode 100644
index 0000000..1d8a17d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cctype.52805B386ABB189A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cerrno.804E352EC9458D0C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cerrno.804E352EC9458D0C.idx
new file mode 100644
index 0000000..82a8ac6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cerrno.804E352EC9458D0C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cfloat.5F0C314DDB9FDF8A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cfloat.5F0C314DDB9FDF8A.idx
new file mode 100644
index 0000000..e431591
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cfloat.5F0C314DDB9FDF8A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/chrono.6D37A9FD6697CF0E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/chrono.6D37A9FD6697CF0E.idx
new file mode 100644
index 0000000..6681980
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/chrono.6D37A9FD6697CF0E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/climits.75AE468316C1CC58.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/climits.75AE468316C1CC58.idx
new file mode 100644
index 0000000..3aaa9d1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/climits.75AE468316C1CC58.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/clocale.08BE704E38B0FED6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/clocale.08BE704E38B0FED6.idx
new file mode 100644
index 0000000..f8c9eb3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/clocale.08BE704E38B0FED6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cmath.C379423F7EDCFF4D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cmath.C379423F7EDCFF4D.idx
new file mode 100644
index 0000000..2da05fb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cmath.C379423F7EDCFF4D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/concurrencysal.h.695B1E093979D681.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/concurrencysal.h.695B1E093979D681.idx
new file mode 100644
index 0000000..8aa3387
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/concurrencysal.h.695B1E093979D681.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/condition_variable.5DD257A5C4D787D4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/condition_variable.5DD257A5C4D787D4.idx
new file mode 100644
index 0000000..19eaedf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/condition_variable.5DD257A5C4D787D4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt.h.112BF025E57753E0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt.h.112BF025E57753E0.idx
new file mode 100644
index 0000000..40a0e69
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt.h.112BF025E57753E0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.8651C87CE966DB29.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.8651C87CE966DB29.idx
new file mode 100644
index 0000000..9ee7e67
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_malloc.h.8651C87CE966DB29.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_math.h.9B1E94535B6A29FD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_math.h.9B1E94535B6A29FD.idx
new file mode 100644
index 0000000..17b49f0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_math.h.9B1E94535B6A29FD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.06140A86DB87F3C3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.06140A86DB87F3C3.idx
new file mode 100644
index 0000000..bd6f02c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memcpy_s.h.06140A86DB87F3C3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.0E91AE19B74EC5FF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.0E91AE19B74EC5FF.idx
new file mode 100644
index 0000000..95956a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_memory.h.0E91AE19B74EC5FF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_search.h.06BC79B90945C894.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_search.h.06BC79B90945C894.idx
new file mode 100644
index 0000000..7f5a0f0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_search.h.06BC79B90945C894.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_share.h.F1577CA1A24E6464.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_share.h.F1577CA1A24E6464.idx
new file mode 100644
index 0000000..d6660f9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_share.h.F1577CA1A24E6464.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.B07427B4A3320A10.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.B07427B4A3320A10.idx
new file mode 100644
index 0000000..fe8b1af
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_startup.h.B07427B4A3320A10.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.13DF1A71ED0AFD3E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.13DF1A71ED0AFD3E.idx
new file mode 100644
index 0000000..6f833d7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_stdio_config.h.13DF1A71ED0AFD3E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.880ADA08E6AFA4C0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.880ADA08E6AFA4C0.idx
new file mode 100644
index 0000000..6973cb5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_terminate.h.880ADA08E6AFA4C0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.6D11E608CF354EB0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.6D11E608CF354EB0.idx
new file mode 100644
index 0000000..1632ca6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wconio.h.6D11E608CF354EB0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.41357B4BE9ABADE0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.41357B4BE9ABADE0.idx
new file mode 100644
index 0000000..27e6793
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wctype.h.41357B4BE9ABADE0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.5502605F53EFE9A7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.5502605F53EFE9A7.idx
new file mode 100644
index 0000000..7d57302
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wdirect.h.5502605F53EFE9A7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.0FB4F96D45D4ED0E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.0FB4F96D45D4ED0E.idx
new file mode 100644
index 0000000..4050ac4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wio.h.0FB4F96D45D4ED0E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.03C0EFE06AF9E9C5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.03C0EFE06AF9E9C5.idx
new file mode 100644
index 0000000..e388178
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wprocess.h.03C0EFE06AF9E9C5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.C7F133279B7B1F01.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.C7F133279B7B1F01.idx
new file mode 100644
index 0000000..ccb610d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdio.h.C7F133279B7B1F01.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.E19E2FD3E982DE93.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.E19E2FD3E982DE93.idx
new file mode 100644
index 0000000..1ddd2d8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstdlib.h.E19E2FD3E982DE93.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.DF69AE0251B168F1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.DF69AE0251B168F1.idx
new file mode 100644
index 0000000..70027b1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wstring.h.DF69AE0251B168F1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.E7AFC6CCA182C79A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.E7AFC6CCA182C79A.idx
new file mode 100644
index 0000000..d583508
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/corecrt_wtime.h.E7AFC6CCA182C79A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdbg.h.71DB84DE9B350B01.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdbg.h.71DB84DE9B350B01.idx
new file mode 100644
index 0000000..329ad0d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdbg.h.71DB84DE9B350B01.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdefs.h.12710431627F85E2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdefs.h.12710431627F85E2.idx
new file mode 100644
index 0000000..d6e224f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/crtdefs.h.12710431627F85E2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstddef.FA259CBC47AF8168.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstddef.FA259CBC47AF8168.idx
new file mode 100644
index 0000000..aa230aa
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstddef.FA259CBC47AF8168.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdint.2BF2C8F682E37F40.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdint.2BF2C8F682E37F40.idx
new file mode 100644
index 0000000..b0a4a26
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdint.2BF2C8F682E37F40.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdio.A326CB99589FA755.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdio.A326CB99589FA755.idx
new file mode 100644
index 0000000..790ffec
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdio.A326CB99589FA755.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdlib.848AC3E81AFC9F70.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdlib.848AC3E81AFC9F70.idx
new file mode 100644
index 0000000..1cf86c2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstdlib.848AC3E81AFC9F70.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstring.A59B1DBEDF3006B4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstring.A59B1DBEDF3006B4.idx
new file mode 100644
index 0000000..eb6ca32
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cstring.A59B1DBEDF3006B4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctime.5AAEEF77F10650A8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctime.5AAEEF77F10650A8.idx
new file mode 100644
index 0000000..15a8067
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctime.5AAEEF77F10650A8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctype.h.8B7B3DC52F521F5F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctype.h.8B7B3DC52F521F5F.idx
new file mode 100644
index 0000000..aaa2109
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ctype.h.8B7B3DC52F521F5F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cwchar.C0D5774DDCDD06E9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cwchar.C0D5774DDCDD06E9.idx
new file mode 100644
index 0000000..1236370
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/cwchar.C0D5774DDCDD06E9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/eh.h.8FBBEFFAB1D1777D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/eh.h.8FBBEFFAB1D1777D.idx
new file mode 100644
index 0000000..7049d31
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/eh.h.8FBBEFFAB1D1777D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/emmintrin.h.07E82ECCF9AAF7A9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/emmintrin.h.07E82ECCF9AAF7A9.idx
new file mode 100644
index 0000000..7eb82bd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/emmintrin.h.07E82ECCF9AAF7A9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errno.h.9D9A3481AE232458.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errno.h.9D9A3481AE232458.idx
new file mode 100644
index 0000000..c2a5a6a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/errno.h.9D9A3481AE232458.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/exception.0154528029F6E53D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/exception.0154528029F6E53D.idx
new file mode 100644
index 0000000..457917f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/exception.0154528029F6E53D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/filesystem.05A9EBA889F09DB6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/filesystem.05A9EBA889F09DB6.idx
new file mode 100644
index 0000000..3011149
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/filesystem.05A9EBA889F09DB6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.0224DCD651AC6F8A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.0224DCD651AC6F8A.idx
new file mode 100644
index 0000000..4d66b84
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.0224DCD651AC6F8A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.360985C58F2FFBAE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.360985C58F2FFBAE.idx
new file mode 100644
index 0000000..9eb3a34
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/float.h.360985C58F2FFBAE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/functional.A9A9145A4590342F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/functional.A9A9145A4590342F.idx
new file mode 100644
index 0000000..b3612a7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/functional.A9A9145A4590342F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/future.C030DC68EF0A0D92.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/future.C030DC68EF0A0D92.idx
new file mode 100644
index 0000000..0d23e02
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/future.C030DC68EF0A0D92.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.04BC9FDAB2828FA1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.04BC9FDAB2828FA1.idx
new file mode 100644
index 0000000..88e91a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/fxsrintrin.h.04BC9FDAB2828FA1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guidingui.cpp.F9D9FC51E85E98B7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guidingui.cpp.F9D9FC51E85E98B7.idx
new file mode 100644
index 0000000..108cfd3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guidingui.cpp.F9D9FC51E85E98B7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guidingui.h.EEF819C794913FB2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guidingui.h.EEF819C794913FB2.idx
new file mode 100644
index 0000000..005fabd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/guidingui.h.EEF819C794913FB2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ia32intrin.h.49049A8D9827B107.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ia32intrin.h.49049A8D9827B107.idx
new file mode 100644
index 0000000..85f9879
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ia32intrin.h.49049A8D9827B107.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/immintrin.h.EE4CDA2EC8A91077.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/immintrin.h.EE4CDA2EC8A91077.idx
new file mode 100644
index 0000000..2fa5917
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/immintrin.h.EE4CDA2EC8A91077.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/initializer_list.BBCCFDB406C009EA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/initializer_list.BBCCFDB406C009EA.idx
new file mode 100644
index 0000000..e64c51b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/initializer_list.BBCCFDB406C009EA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/injurydisiplayui.cpp.9BA51F0AEB1ADF41.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/injurydisiplayui.cpp.9BA51F0AEB1ADF41.idx
new file mode 100644
index 0000000..6b8f54c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/injurydisiplayui.cpp.9BA51F0AEB1ADF41.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/injurydisiplayui.h.C0A6A7BA59720BBA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/injurydisiplayui.h.C0A6A7BA59720BBA.idx
new file mode 100644
index 0000000..fc541cb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/injurydisiplayui.h.C0A6A7BA59720BBA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin.h.AA2B8A3EECCAD57B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin.h.AA2B8A3EECCAD57B.idx
new file mode 100644
index 0000000..e622a3e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin.h.AA2B8A3EECCAD57B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.h.B1DCA38F48822FFE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.h.B1DCA38F48822FFE.idx
new file mode 100644
index 0000000..6d91aa3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.h.B1DCA38F48822FFE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.A7861354DB051D35.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.A7861354DB051D35.idx
new file mode 100644
index 0000000..0d3f64b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/intrin0.inl.h.A7861354DB051D35.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iomanip.A3C09EBE2488C76D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iomanip.A3C09EBE2488C76D.idx
new file mode 100644
index 0000000..be810de
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iomanip.A3C09EBE2488C76D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ios.1E3CB4119C30C5DE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ios.1E3CB4119C30C5DE.idx
new file mode 100644
index 0000000..55a9a45
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ios.1E3CB4119C30C5DE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iosfwd.73FF6AB14868DB88.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iosfwd.73FF6AB14868DB88.idx
new file mode 100644
index 0000000..16a4ee1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iosfwd.73FF6AB14868DB88.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/isa_availability.h.806DA26AAAA6765E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/isa_availability.h.806DA26AAAA6765E.idx
new file mode 100644
index 0000000..e4011ff
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/isa_availability.h.806DA26AAAA6765E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/istream.8DD95A10E66FD7EB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/istream.8DD95A10E66FD7EB.idx
new file mode 100644
index 0000000..88653ca
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/istream.8DD95A10E66FD7EB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iterator.655AB869BA6CCA3A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iterator.655AB869BA6CCA3A.idx
new file mode 100644
index 0000000..cd9cdb7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/iterator.655AB869BA6CCA3A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.3AB18F62A5B256FA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.3AB18F62A5B256FA.idx
new file mode 100644
index 0000000..9e453f3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.3AB18F62A5B256FA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.849E338BDF387034.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.849E338BDF387034.idx
new file mode 100644
index 0000000..2a9f347
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.849E338BDF387034.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.E4CF8D38E85BC056.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.E4CF8D38E85BC056.idx
new file mode 100644
index 0000000..f7db44a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/limits.h.E4CF8D38E85BC056.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/list.AD00936CC95A0F44.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/list.AD00936CC95A0F44.idx
new file mode 100644
index 0000000..743a870
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/list.AD00936CC95A0F44.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.0E89B74CF5208136.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.0E89B74CF5208136.idx
new file mode 100644
index 0000000..0173b41
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.0E89B74CF5208136.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.h.86BD1EFD3B204C25.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.h.86BD1EFD3B204C25.idx
new file mode 100644
index 0000000..c8e9a41
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/locale.h.86BD1EFD3B204C25.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/main.cpp.138FBC36E5ED3ADA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/main.cpp.138FBC36E5ED3ADA.idx
new file mode 100644
index 0000000..3187c1a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/main.cpp.138FBC36E5ED3ADA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/malloc.h.8376249BE1652A6E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/malloc.h.8376249BE1652A6E.idx
new file mode 100644
index 0000000..9905d3a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/malloc.h.8376249BE1652A6E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/map.FB59E356555B9E75.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/map.FB59E356555B9E75.idx
new file mode 100644
index 0000000..4f086b9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/map.FB59E356555B9E75.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/math.h.8C4BA3FCB65E9384.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/math.h.8C4BA3FCB65E9384.idx
new file mode 100644
index 0000000..f0069cf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/math.h.8C4BA3FCB65E9384.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory.6C31478B631267AA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory.6C31478B631267AA.idx
new file mode 100644
index 0000000..4c6c295
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory.6C31478B631267AA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory_resource.4372068BFEF8C3D9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory_resource.4372068BFEF8C3D9.idx
new file mode 100644
index 0000000..38f7f13
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/memory_resource.4372068BFEF8C3D9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mm_malloc.h.182B85949BE854A8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mm_malloc.h.182B85949BE854A8.idx
new file mode 100644
index 0000000..87354d8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mm_malloc.h.182B85949BE854A8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmintrin.h.F2DCD9B79158C485.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmintrin.h.F2DCD9B79158C485.idx
new file mode 100644
index 0000000..3876f77
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mmintrin.h.F2DCD9B79158C485.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mutex.E88C89D267DA9C62.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mutex.E88C89D267DA9C62.idx
new file mode 100644
index 0000000..a986479
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/mutex.E88C89D267DA9C62.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/new.ECC9DE822EC094E6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/new.ECC9DE822EC094E6.idx
new file mode 100644
index 0000000..6dbab59
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/new.ECC9DE822EC094E6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/numeric.44A2918FC98965EA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/numeric.44A2918FC98965EA.idx
new file mode 100644
index 0000000..1799eae
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/numeric.44A2918FC98965EA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/optional.8C5C9B9E8DC745F3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/optional.8C5C9B9E8DC745F3.idx
new file mode 100644
index 0000000..1887318
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/optional.8C5C9B9E8DC745F3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ostream.6DC6B5CFAEF3BE19.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ostream.6DC6B5CFAEF3BE19.idx
new file mode 100644
index 0000000..78a3fac
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ostream.6DC6B5CFAEF3BE19.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.54C56AE352AD9AFA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.54C56AE352AD9AFA.idx
new file mode 100644
index 0000000..fa9d31e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplcancellation_token.h.54C56AE352AD9AFA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplinterface.h.DFEF64948B6891C7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplinterface.h.DFEF64948B6891C7.idx
new file mode 100644
index 0000000..dfba9d6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplinterface.h.DFEF64948B6891C7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltasks.h.59C99AD97A935C41.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltasks.h.59C99AD97A935C41.idx
new file mode 100644
index 0000000..388a659
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltasks.h.59C99AD97A935C41.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.D36818EC3F2B8CE0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.D36818EC3F2B8CE0.idx
new file mode 100644
index 0000000..a6b3cd1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ppltaskscheduler.h.D36818EC3F2B8CE0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplwin.h.2F467DB98A6F972F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplwin.h.2F467DB98A6F972F.idx
new file mode 100644
index 0000000..3f7132e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/pplwin.h.2F467DB98A6F972F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/process.h.2293E705F78A91A1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/process.h.2293E705F78A91A1.idx
new file mode 100644
index 0000000..7ac46cc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/process.h.2293E705F78A91A1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20algorithm.h.A211934A4406F465.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20algorithm.h.A211934A4406F465.idx
new file mode 100644
index 0000000..34892b1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20algorithm.h.A211934A4406F465.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20chrono.h.1B84F1D6B1C7B205.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20chrono.h.1B84F1D6B1C7B205.idx
new file mode 100644
index 0000000..6850561
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20chrono.h.1B84F1D6B1C7B205.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20functional.h.9320B254661874B9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20functional.h.9320B254661874B9.idx
new file mode 100644
index 0000000..eca1c90
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20functional.h.9320B254661874B9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20iterator.h.9DA061BD26FACCA1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20iterator.h.9DA061BD26FACCA1.idx
new file mode 100644
index 0000000..7704f2d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20iterator.h.9DA061BD26FACCA1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20map.h.FF96833E35F129D7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20map.h.FF96833E35F129D7.idx
new file mode 100644
index 0000000..f13d65d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20map.h.FF96833E35F129D7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20memory.h.D3E0AB69B4107A59.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20memory.h.D3E0AB69B4107A59.idx
new file mode 100644
index 0000000..a9dacb9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20memory.h.D3E0AB69B4107A59.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20type_traits.h.73495EE519D08174.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20type_traits.h.73495EE519D08174.idx
new file mode 100644
index 0000000..8bdb096
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20type_traits.h.73495EE519D08174.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20vector.h.1530751563FB6F3A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20vector.h.1530751563FB6F3A.idx
new file mode 100644
index 0000000..9e3d2a6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q20vector.h.1530751563FB6F3A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q23functional.h.2FF00AE259B3CC6E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q23functional.h.2FF00AE259B3CC6E.idx
new file mode 100644
index 0000000..0251a82
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q23functional.h.2FF00AE259B3CC6E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q23utility.h.713360C916FA7921.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q23utility.h.713360C916FA7921.idx
new file mode 100644
index 0000000..37520d6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/q23utility.h.713360C916FA7921.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.56BEB8B19F07F841.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.56BEB8B19F07F841.idx
new file mode 100644
index 0000000..1408627
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractanimation.h.56BEB8B19F07F841.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.142DA4A7B97F1912.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.142DA4A7B97F1912.idx
new file mode 100644
index 0000000..365c12f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.142DA4A7B97F1912.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.286339D165EC193F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.286339D165EC193F.idx
new file mode 100644
index 0000000..28a7f9b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstracteventdispatcher.h.286339D165EC193F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.13107D5FB7843C18.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.13107D5FB7843C18.idx
new file mode 100644
index 0000000..d9d7f27
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.13107D5FB7843C18.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.0D844CAB6F9C2589.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.0D844CAB6F9C2589.idx
new file mode 100644
index 0000000..c427e4e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.0D844CAB6F9C2589.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.F00A032C1F1E8F54.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.F00A032C1F1E8F54.idx
new file mode 100644
index 0000000..9072467
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.F00A032C1F1E8F54.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.EA2F9C4F1391EEF9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.EA2F9C4F1391EEF9.idx
new file mode 100644
index 0000000..e1f40aa
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractnativeeventfilter.h.EA2F9C4F1391EEF9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractnetworkcache.h.7F3C4BA19ACE5F95.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractnetworkcache.h.7F3C4BA19ACE5F95.idx
new file mode 100644
index 0000000..fee0734
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractnetworkcache.h.7F3C4BA19ACE5F95.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.717C356F3ABB8298.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.717C356F3ABB8298.idx
new file mode 100644
index 0000000..c3629a7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractproxymodel.h.717C356F3ABB8298.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.BA98ABBACB2052F0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.BA98ABBACB2052F0.idx
new file mode 100644
index 0000000..8ce0d8d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.BA98ABBACB2052F0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractslider.h.D4B365FEA8838C0C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractslider.h.D4B365FEA8838C0C.idx
new file mode 100644
index 0000000..e84124d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractslider.h.D4B365FEA8838C0C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractsocket.h.22D2B98F429057CC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractsocket.h.22D2B98F429057CC.idx
new file mode 100644
index 0000000..b0797b7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractsocket.h.22D2B98F429057CC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.1317ACFDACE57ACF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.1317ACFDACE57ACF.idx
new file mode 100644
index 0000000..9744147
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.1317ACFDACE57ACF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaccessible.h.D905D35C07B8B61E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaccessible.h.D905D35C07B8B61E.idx
new file mode 100644
index 0000000..2416b60
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaccessible.h.D905D35C07B8B61E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaccessible_base.h.4923C34075B9591D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaccessible_base.h.4923C34075B9591D.idx
new file mode 100644
index 0000000..c762e2b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaccessible_base.h.4923C34075B9591D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaction.h.130E3A05AA5245A5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaction.h.130E3A05AA5245A5.idx
new file mode 100644
index 0000000..8e6ed3b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qaction.h.130E3A05AA5245A5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qalgorithms.h.7F6813991F0D433D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qalgorithms.h.7F6813991F0D433D.idx
new file mode 100644
index 0000000..b31e355
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qalgorithms.h.7F6813991F0D433D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.90F169196658C9F4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.90F169196658C9F4.idx
new file mode 100644
index 0000000..91286d5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qanimationgroup.h.90F169196658C9F4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qanystringview.h.A28ED9C3E6EAFF34.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qanystringview.h.A28ED9C3E6EAFF34.idx
new file mode 100644
index 0000000..a62b639
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qanystringview.h.A28ED9C3E6EAFF34.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplication.h.15798998E9C944C7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplication.h.15798998E9C944C7.idx
new file mode 100644
index 0000000..6bed77b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplication.h.15798998E9C944C7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplicationstatic.h.B3CC91A58DB5458B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplicationstatic.h.B3CC91A58DB5458B.idx
new file mode 100644
index 0000000..b58d60e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qapplicationstatic.h.B3CC91A58DB5458B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydata.h.69ED24BB4B3BB130.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydata.h.69ED24BB4B3BB130.idx
new file mode 100644
index 0000000..7cd1d54
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydata.h.69ED24BB4B3BB130.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydataops.h.291ED27DE477A3A5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydataops.h.291ED27DE477A3A5.idx
new file mode 100644
index 0000000..6dfdca0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydataops.h.291ED27DE477A3A5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.DF9C9FC086BDADD7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.DF9C9FC086BDADD7.idx
new file mode 100644
index 0000000..b7de4cf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qarraydatapointer.h.DF9C9FC086BDADD7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qassert.h.4CBD514FC9755C1B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qassert.h.4CBD514FC9755C1B.idx
new file mode 100644
index 0000000..0599a94
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qassert.h.4CBD514FC9755C1B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qassociativeiterable.h.2512905BD7586932.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qassociativeiterable.h.2512905BD7586932.idx
new file mode 100644
index 0000000..73b3d16
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qassociativeiterable.h.2512905BD7586932.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic.h.790EB5A3AF2298B6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic.h.790EB5A3AF2298B6.idx
new file mode 100644
index 0000000..3efb2c2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic.h.790EB5A3AF2298B6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.318EC21DFBED2E53.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.318EC21DFBED2E53.idx
new file mode 100644
index 0000000..51ac355
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.318EC21DFBED2E53.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomicscopedvaluerollback.h.69390A8E999E7929.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomicscopedvaluerollback.h.69390A8E999E7929.idx
new file mode 100644
index 0000000..0940821
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qatomicscopedvaluerollback.h.69390A8E999E7929.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qauthenticator.h.4E22824AC809A9B5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qauthenticator.h.4E22824AC809A9B5.idx
new file mode 100644
index 0000000..f1e628e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qauthenticator.h.4E22824AC809A9B5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.3AA6D5A161AACBA1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.3AA6D5A161AACBA1.idx
new file mode 100644
index 0000000..d5d88e2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.3AA6D5A161AACBA1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasictimer.h.478ABA3D3EB9C11F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasictimer.h.478ABA3D3EB9C11F.idx
new file mode 100644
index 0000000..6cbccdd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbasictimer.h.478ABA3D3EB9C11F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbindingstorage.h.4CF7634234583C56.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbindingstorage.h.4CF7634234583C56.idx
new file mode 100644
index 0000000..ad7b802
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbindingstorage.h.4CF7634234583C56.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbitarray.h.650E8BBEDF1BB5B9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbitarray.h.650E8BBEDF1BB5B9.idx
new file mode 100644
index 0000000..0e1456b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbitarray.h.650E8BBEDF1BB5B9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbitmap.h.FC0E6BF07BD39D10.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbitmap.h.FC0E6BF07BD39D10.idx
new file mode 100644
index 0000000..07257c9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbitmap.h.FC0E6BF07BD39D10.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qboxlayout.h.EE643213DFC8111C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qboxlayout.h.EE643213DFC8111C.idx
new file mode 100644
index 0000000..2fa6945
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qboxlayout.h.EE643213DFC8111C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbrush.h.B70667FA074EBB43.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbrush.h.B70667FA074EBB43.idx
new file mode 100644
index 0000000..562f1d6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbrush.h.B70667FA074EBB43.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbuffer.h.D77E308CCF307AC9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbuffer.h.D77E308CCF307AC9.idx
new file mode 100644
index 0000000..53899b8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbuffer.h.D77E308CCF307AC9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearray.h.2F7571C3974EDF6F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearray.h.2F7571C3974EDF6F.idx
new file mode 100644
index 0000000..d96619c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearray.h.2F7571C3974EDF6F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearrayalgorithms.h.34D394537431C545.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearrayalgorithms.h.34D394537431C545.idx
new file mode 100644
index 0000000..e00b309
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearrayalgorithms.h.34D394537431C545.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.684B2A7346DE00DA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.684B2A7346DE00DA.idx
new file mode 100644
index 0000000..a25682b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.684B2A7346DE00DA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.5FFE1DC277214468.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.5FFE1DC277214468.idx
new file mode 100644
index 0000000..9f204fc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearraymatcher.h.5FFE1DC277214468.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearrayview.h.31B6A2B425B8A678.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearrayview.h.31B6A2B425B8A678.idx
new file mode 100644
index 0000000..973cc32
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qbytearrayview.h.31B6A2B425B8A678.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcache.h.1679FFD9E491E962.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcache.h.1679FFD9E491E962.idx
new file mode 100644
index 0000000..79fbfd6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcache.h.1679FFD9E491E962.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcalendar.h.42E12B5607D87E97.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcalendar.h.42E12B5607D87E97.idx
new file mode 100644
index 0000000..5268e4d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcalendar.h.42E12B5607D87E97.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborarray.h.3DB6278EE4AA7E4F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborarray.h.3DB6278EE4AA7E4F.idx
new file mode 100644
index 0000000..e37e4fb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborarray.h.3DB6278EE4AA7E4F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborcommon.h.75AA3F4728F42857.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborcommon.h.75AA3F4728F42857.idx
new file mode 100644
index 0000000..41c5b88
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborcommon.h.75AA3F4728F42857.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcbormap.h.1A178F076B0A7F44.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcbormap.h.1A178F076B0A7F44.idx
new file mode 100644
index 0000000..d53e9b7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcbormap.h.1A178F076B0A7F44.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstream.h.AC0E48F0203AA1A5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstream.h.AC0E48F0203AA1A5.idx
new file mode 100644
index 0000000..5a73839
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstream.h.AC0E48F0203AA1A5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.2D62CEDA9FC30CB3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.2D62CEDA9FC30CB3.idx
new file mode 100644
index 0000000..75f840e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstreamreader.h.2D62CEDA9FC30CB3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.346D91EC62187BE5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.346D91EC62187BE5.idx
new file mode 100644
index 0000000..5c6f613
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborstreamwriter.h.346D91EC62187BE5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborvalue.h.5CAF5545F192B357.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborvalue.h.5CAF5545F192B357.idx
new file mode 100644
index 0000000..3f729d5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcborvalue.h.5CAF5545F192B357.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qchar.h.D1631B72BF40C6C3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qchar.h.D1631B72BF40C6C3.idx
new file mode 100644
index 0000000..81f013a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qchar.h.D1631B72BF40C6C3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcollator.h.523FF5D7747A80B0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcollator.h.523FF5D7747A80B0.idx
new file mode 100644
index 0000000..614609b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcollator.h.523FF5D7747A80B0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcolor.h.C9103B3C949C7A73.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcolor.h.C9103B3C949C7A73.idx
new file mode 100644
index 0000000..cbcda76
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcolor.h.C9103B3C949C7A73.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcombobox.h.8521FEA5299DD23E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcombobox.h.8521FEA5299DD23E.idx
new file mode 100644
index 0000000..fdc621f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcombobox.h.8521FEA5299DD23E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.B9347511AE0009E8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.B9347511AE0009E8.idx
new file mode 100644
index 0000000..e91b61f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcommandlineoption.h.B9347511AE0009E8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.E7AB6B182F36C1FF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.E7AB6B182F36C1FF.idx
new file mode 100644
index 0000000..0d6dbb5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcommandlineparser.h.E7AB6B182F36C1FF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompare.h.0F039C1C859D1E0B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompare.h.0F039C1C859D1E0B.idx
new file mode 100644
index 0000000..1917cc1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompare.h.0F039C1C859D1E0B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompare_impl.h.BAC674F8133B1AAB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompare_impl.h.BAC674F8133B1AAB.idx
new file mode 100644
index 0000000..94e9e10
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompare_impl.h.BAC674F8133B1AAB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcomparehelpers.h.1F66BBCA3C99E72D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcomparehelpers.h.1F66BBCA3C99E72D.idx
new file mode 100644
index 0000000..816ea85
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcomparehelpers.h.1F66BBCA3C99E72D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.972537C55CAEDA32.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.972537C55CAEDA32.idx
new file mode 100644
index 0000000..b96983b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.972537C55CAEDA32.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.8B99DD11130C90A6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.8B99DD11130C90A6.idx
new file mode 100644
index 0000000..013fbf1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconcatenatetablesproxymodel.h.8B99DD11130C90A6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconfig.h.9D3AE560F1B24C23.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconfig.h.9D3AE560F1B24C23.idx
new file mode 100644
index 0000000..7989126
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconfig.h.9D3AE560F1B24C23.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconstructormacros.h.DA6F9D1815E38E5B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconstructormacros.h.DA6F9D1815E38E5B.idx
new file mode 100644
index 0000000..2ae0486
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qconstructormacros.h.DA6F9D1815E38E5B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.A4BDB58224FF7C5C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.A4BDB58224FF7C5C.idx
new file mode 100644
index 0000000..01272e0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.A4BDB58224FF7C5C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerinfo.h.75FD941774515830.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerinfo.h.75FD941774515830.idx
new file mode 100644
index 0000000..13eb185
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainerinfo.h.75FD941774515830.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.7CDA70621B3E6E23.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.7CDA70621B3E6E23.idx
new file mode 100644
index 0000000..b00595d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.7CDA70621B3E6E23.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.54C0DBA09FF4438B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.54C0DBA09FF4438B.idx
new file mode 100644
index 0000000..9d5948a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.54C0DBA09FF4438B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.9690CC80E92CDAFA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.9690CC80E92CDAFA.idx
new file mode 100644
index 0000000..46e579f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.9690CC80E92CDAFA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication_platform.h.E89A2900B83175F3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication_platform.h.E89A2900B83175F3.idx
new file mode 100644
index 0000000..20fde54
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreapplication_platform.h.E89A2900B83175F3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreevent.h.A70B90D2507B235A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreevent.h.A70B90D2507B235A.idx
new file mode 100644
index 0000000..0f85330
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcoreevent.h.A70B90D2507B235A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.CFDF176C71A4DCB2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.CFDF176C71A4DCB2.idx
new file mode 100644
index 0000000..2feeaa5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcryptographichash.h.CFDF176C71A4DCB2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcursor.h.BC07118964D902BE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcursor.h.BC07118964D902BE.idx
new file mode 100644
index 0000000..40297df
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qcursor.h.BC07118964D902BE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdarwinhelpers.h.6AC7AA847E89A8CE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdarwinhelpers.h.6AC7AA847E89A8CE.idx
new file mode 100644
index 0000000..78c9bd8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdarwinhelpers.h.6AC7AA847E89A8CE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatastream.h.B88E45D159E7406D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatastream.h.B88E45D159E7406D.idx
new file mode 100644
index 0000000..f90e1a8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatastream.h.B88E45D159E7406D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatetime.h.6CB68846AB469072.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatetime.h.6CB68846AB469072.idx
new file mode 100644
index 0000000..e488c8f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdatetime.h.6CB68846AB469072.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.D7A92784DC5C666D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.D7A92784DC5C666D.idx
new file mode 100644
index 0000000..5b6d989
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdeadlinetimer.h.D7A92784DC5C666D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdebug.h.0AD327EC3635FD4C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdebug.h.0AD327EC3635FD4C.idx
new file mode 100644
index 0000000..fc80af3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdebug.h.0AD327EC3635FD4C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialog.h.633BA758B9CA2A1F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialog.h.633BA758B9CA2A1F.idx
new file mode 100644
index 0000000..9a85d99
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialog.h.633BA758B9CA2A1F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.142ECCE98C4864B6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.142ECCE98C4864B6.idx
new file mode 100644
index 0000000..83674a5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdialogbuttonbox.h.142ECCE98C4864B6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdir.h.24C5EDFBFF31886F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdir.h.24C5EDFBFF31886F.idx
new file mode 100644
index 0000000..c70f5e2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdir.h.24C5EDFBFF31886F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdiriterator.h.A0EB715F7C9A2509.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdiriterator.h.A0EB715F7C9A2509.idx
new file mode 100644
index 0000000..fc6bd38
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdiriterator.h.A0EB715F7C9A2509.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdnslookup.h.C59CFB907810CE52.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdnslookup.h.C59CFB907810CE52.idx
new file mode 100644
index 0000000..6429645
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdnslookup.h.C59CFB907810CE52.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdtls.h.71F117A4363B8A93.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdtls.h.71F117A4363B8A93.idx
new file mode 100644
index 0000000..b000d60
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qdtls.h.71F117A4363B8A93.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.DC089991C08BC2A3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.DC089991C08BC2A3.idx
new file mode 100644
index 0000000..fefebd1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeasingcurve.h.DC089991C08BC2A3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.012513EB6D6687D2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.012513EB6D6687D2.idx
new file mode 100644
index 0000000..704a2fb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qelapsedtimer.h.012513EB6D6687D2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qendian.h.667E215042305C3A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qendian.h.667E215042305C3A.idx
new file mode 100644
index 0000000..8a21de4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qendian.h.667E215042305C3A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qevent.h.6BED52A5991CFB91.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qevent.h.6BED52A5991CFB91.idx
new file mode 100644
index 0000000..87a1a7a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qevent.h.6BED52A5991CFB91.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventloop.h.31EBBCC5400C2382.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventloop.h.31EBBCC5400C2382.idx
new file mode 100644
index 0000000..8282756
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventloop.h.31EBBCC5400C2382.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventpoint.h.7766B341FC011E2B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventpoint.h.7766B341FC011E2B.idx
new file mode 100644
index 0000000..bc25868
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qeventpoint.h.7766B341FC011E2B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qexception.h.45CE20AC43EFCB41.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qexception.h.45CE20AC43EFCB41.idx
new file mode 100644
index 0000000..a89e6aa
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qexception.h.45CE20AC43EFCB41.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qexceptionhandling.h.060CA328AA3BA2AD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qexceptionhandling.h.060CA328AA3BA2AD.idx
new file mode 100644
index 0000000..87b0d0c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qexceptionhandling.h.060CA328AA3BA2AD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.5BABA6593CF98306.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.5BABA6593CF98306.idx
new file mode 100644
index 0000000..d098a60
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfactoryinterface.h.5BABA6593CF98306.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfile.h.EA433E02158094D4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfile.h.EA433E02158094D4.idx
new file mode 100644
index 0000000..ece987e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfile.h.EA433E02158094D4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfiledevice.h.34A9C44D994DA752.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfiledevice.h.34A9C44D994DA752.idx
new file mode 100644
index 0000000..901ebde
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfiledevice.h.34A9C44D994DA752.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfileinfo.h.590AD06AAC3160E1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfileinfo.h.590AD06AAC3160E1.idx
new file mode 100644
index 0000000..c136835
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfileinfo.h.590AD06AAC3160E1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfileselector.h.B97D6ECA270F71AE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfileselector.h.B97D6ECA270F71AE.idx
new file mode 100644
index 0000000..94c1625
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfileselector.h.B97D6ECA270F71AE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.43D550BC89B95854.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.43D550BC89B95854.idx
new file mode 100644
index 0000000..00716b1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfilesystemwatcher.h.43D550BC89B95854.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qflags.h.DA857D6D3DE45AFA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qflags.h.DA857D6D3DE45AFA.idx
new file mode 100644
index 0000000..dabb71b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qflags.h.DA857D6D3DE45AFA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfloat16.h.205B7446EFB6CCDD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfloat16.h.205B7446EFB6CCDD.idx
new file mode 100644
index 0000000..6b5cd55
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfloat16.h.205B7446EFB6CCDD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfont.h.212D66231BEC505A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfont.h.212D66231BEC505A.idx
new file mode 100644
index 0000000..8a9309d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfont.h.212D66231BEC505A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontinfo.h.90797BC7D3CF631C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontinfo.h.90797BC7D3CF631C.idx
new file mode 100644
index 0000000..6ec9e0f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontinfo.h.90797BC7D3CF631C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.ABBC174112C7EEB6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.ABBC174112C7EEB6.idx
new file mode 100644
index 0000000..be96490
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.ABBC174112C7EEB6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qforeach.h.5DAAD36119E83AC7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qforeach.h.5DAAD36119E83AC7.idx
new file mode 100644
index 0000000..cb6e205
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qforeach.h.5DAAD36119E83AC7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qformlayout.h.722059B73A2F17C4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qformlayout.h.722059B73A2F17C4.idx
new file mode 100644
index 0000000..24bfa2d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qformlayout.h.722059B73A2F17C4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qframe.h.1F4FD410F3BE2BD5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qframe.h.1F4FD410F3BE2BD5.idx
new file mode 100644
index 0000000..1907807
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qframe.h.1F4FD410F3BE2BD5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfunctionaltools_impl.h.D2D645A9A743F956.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfunctionaltools_impl.h.D2D645A9A743F956.idx
new file mode 100644
index 0000000..575b16b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfunctionaltools_impl.h.D2D645A9A743F956.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfunctionpointer.h.2E4DDEDBD61A278E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfunctionpointer.h.2E4DDEDBD61A278E.idx
new file mode 100644
index 0000000..a99e73b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfunctionpointer.h.2E4DDEDBD61A278E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuture.h.E6DB302A27AB8F8E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuture.h.E6DB302A27AB8F8E.idx
new file mode 100644
index 0000000..2a1c91a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuture.h.E6DB302A27AB8F8E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuture_impl.h.C302B1DFD57B268C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuture_impl.h.C302B1DFD57B268C.idx
new file mode 100644
index 0000000..75db523
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuture_impl.h.C302B1DFD57B268C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.E1AA41191A77F8A2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.E1AA41191A77F8A2.idx
new file mode 100644
index 0000000..bb718a5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfutureinterface.h.E1AA41191A77F8A2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.9DC29A8622FEAFCB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.9DC29A8622FEAFCB.idx
new file mode 100644
index 0000000..d48e7e2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuturesynchronizer.h.9DC29A8622FEAFCB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.A9E7EC165EB035DF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.A9E7EC165EB035DF.idx
new file mode 100644
index 0000000..cee1315
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qfuturewatcher.h.A9E7EC165EB035DF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.BADFDD8C5FF468F1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.BADFDD8C5FF468F1.idx
new file mode 100644
index 0000000..f4394b2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.BADFDD8C5FF468F1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobal.h.361509F3D66D02C6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobal.h.361509F3D66D02C6.idx
new file mode 100644
index 0000000..e4ced15
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobal.h.361509F3D66D02C6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.D2D2EF9ED933898B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.D2D2EF9ED933898B.idx
new file mode 100644
index 0000000..a46b0ee
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.D2D2EF9ED933898B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgridlayout.h.6C09BBEC6A6B8EF8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgridlayout.h.6C09BBEC6A6B8EF8.idx
new file mode 100644
index 0000000..63b829f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qgridlayout.h.6C09BBEC6A6B8EF8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E65A520910D9C497.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E65A520910D9C497.idx
new file mode 100644
index 0000000..e360375
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E65A520910D9C497.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication_platform.h.32BEB2A71F55B21E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication_platform.h.32BEB2A71F55B21E.idx
new file mode 100644
index 0000000..d5c5b60
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qguiapplication_platform.h.32BEB2A71F55B21E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhash.h.5BE7CC98131F4B87.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhash.h.5BE7CC98131F4B87.idx
new file mode 100644
index 0000000..03247cb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhash.h.5BE7CC98131F4B87.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.D1DE249C74108E70.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.D1DE249C74108E70.idx
new file mode 100644
index 0000000..b5e2982
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.D1DE249C74108E70.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhostaddress.h.47176C2700CE893B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhostaddress.h.47176C2700CE893B.idx
new file mode 100644
index 0000000..4bff1a3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhostaddress.h.47176C2700CE893B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhostinfo.h.74F31585A2C29919.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhostinfo.h.74F31585A2C29919.idx
new file mode 100644
index 0000000..c53cbd3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhostinfo.h.74F31585A2C29919.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhstspolicy.h.2D24FF9C9C543618.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhstspolicy.h.2D24FF9C9C543618.idx
new file mode 100644
index 0000000..fad15dd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhstspolicy.h.2D24FF9C9C543618.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttp1configuration.h.58229D2EC6947720.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttp1configuration.h.58229D2EC6947720.idx
new file mode 100644
index 0000000..d2b0063
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttp1configuration.h.58229D2EC6947720.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttp2configuration.h.7086A93DB2AB1943.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttp2configuration.h.7086A93DB2AB1943.idx
new file mode 100644
index 0000000..dbce64c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttp2configuration.h.7086A93DB2AB1943.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttpheaders.h.30EADFE32FFF57D5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttpheaders.h.30EADFE32FFF57D5.idx
new file mode 100644
index 0000000..fd57ad2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttpheaders.h.30EADFE32FFF57D5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttpmultipart.h.21944E20696BB43B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttpmultipart.h.21944E20696BB43B.idx
new file mode 100644
index 0000000..2ed982c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qhttpmultipart.h.21944E20696BB43B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qicon.h.5C73A33F8FEAE349.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qicon.h.5C73A33F8FEAE349.idx
new file mode 100644
index 0000000..a6a0cb5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qicon.h.5C73A33F8FEAE349.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.7A74C9623324BA2C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.7A74C9623324BA2C.idx
new file mode 100644
index 0000000..f219f93
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qidentityproxymodel.h.7A74C9623324BA2C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qimage.h.0E06BB021D532E58.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qimage.h.0E06BB021D532E58.idx
new file mode 100644
index 0000000..77f2e75
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qimage.h.0E06BB021D532E58.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputdevice.h.E1E9D037E15F9DD7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputdevice.h.E1E9D037E15F9DD7.idx
new file mode 100644
index 0000000..d402a5a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputdevice.h.E1E9D037E15F9DD7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputmethod.h.A9181347FB431A56.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputmethod.h.A9181347FB431A56.idx
new file mode 100644
index 0000000..9d21d07
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qinputmethod.h.A9181347FB431A56.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevice.h.4A05B7C6EE335A90.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevice.h.4A05B7C6EE335A90.idx
new file mode 100644
index 0000000..5a66e25
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevice.h.4A05B7C6EE335A90.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevicebase.h.8277702C284D799C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevicebase.h.8277702C284D799C.idx
new file mode 100644
index 0000000..dada023
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiodevicebase.h.8277702C284D799C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.58B723AE152B0F60.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.58B723AE152B0F60.idx
new file mode 100644
index 0000000..f05123c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.58B723AE152B0F60.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterable.h.D9CC11DB2EBFA3ED.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterable.h.D9CC11DB2EBFA3ED.idx
new file mode 100644
index 0000000..fe74692
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterable.h.D9CC11DB2EBFA3ED.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterator.h.EA727ABD77402D97.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterator.h.EA727ABD77402D97.idx
new file mode 100644
index 0000000..e695eaa
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qiterator.h.EA727ABD77402D97.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsengine.h.A64FAD8F4E3AA067.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsengine.h.A64FAD8F4E3AA067.idx
new file mode 100644
index 0000000..2a6ef0e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsengine.h.A64FAD8F4E3AA067.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjslist.h.9DC73EFC7F53B35B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjslist.h.9DC73EFC7F53B35B.idx
new file mode 100644
index 0000000..70de167
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjslist.h.9DC73EFC7F53B35B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsmanagedvalue.h.231D947C8A5124E5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsmanagedvalue.h.231D947C8A5124E5.idx
new file mode 100644
index 0000000..71bc2c5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsmanagedvalue.h.231D947C8A5124E5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsnumbercoercion.h.4EECB5FD00195F28.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsnumbercoercion.h.4EECB5FD00195F28.idx
new file mode 100644
index 0000000..6f66f92
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsnumbercoercion.h.4EECB5FD00195F28.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonarray.h.6ACA29B0B08864CC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonarray.h.6ACA29B0B08864CC.idx
new file mode 100644
index 0000000..2b311cf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonarray.h.6ACA29B0B08864CC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsondocument.h.39ED4B56913EAB99.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsondocument.h.39ED4B56913EAB99.idx
new file mode 100644
index 0000000..98cbb72
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsondocument.h.39ED4B56913EAB99.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonobject.h.F6AF58AC45ED10F8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonobject.h.F6AF58AC45ED10F8.idx
new file mode 100644
index 0000000..eff45d8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonobject.h.F6AF58AC45ED10F8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.F0589E447A612652.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.F0589E447A612652.idx
new file mode 100644
index 0000000..26caf7d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.F0589E447A612652.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsprimitivevalue.h.D0230F67FB82EBE4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsprimitivevalue.h.D0230F67FB82EBE4.idx
new file mode 100644
index 0000000..6a93101
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsprimitivevalue.h.D0230F67FB82EBE4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsvalue.h.5B7721F2826C9534.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsvalue.h.5B7721F2826C9534.idx
new file mode 100644
index 0000000..373aebb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsvalue.h.5B7721F2826C9534.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsvalueiterator.h.4976F73F95AD8CEB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsvalueiterator.h.4976F73F95AD8CEB.idx
new file mode 100644
index 0000000..2bb4cdc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qjsvalueiterator.h.4976F73F95AD8CEB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qkeysequence.h.CA21E3656E5626B0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qkeysequence.h.CA21E3656E5626B0.idx
new file mode 100644
index 0000000..9f49078
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qkeysequence.h.CA21E3656E5626B0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlabel.h.498760D4F36B1F35.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlabel.h.498760D4F36B1F35.idx
new file mode 100644
index 0000000..ac7b613
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlabel.h.498760D4F36B1F35.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlatin1stringmatcher.h.F1DA4248B4F34656.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlatin1stringmatcher.h.F1DA4248B4F34656.idx
new file mode 100644
index 0000000..3b45ef1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlatin1stringmatcher.h.F1DA4248B4F34656.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlatin1stringview.h.A2F52E3D24A4805B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlatin1stringview.h.A2F52E3D24A4805B.idx
new file mode 100644
index 0000000..bbd9f52
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlatin1stringview.h.A2F52E3D24A4805B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlayout.h.1F94BB66FB273DFB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlayout.h.1F94BB66FB273DFB.idx
new file mode 100644
index 0000000..7fdc934
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlayout.h.1F94BB66FB273DFB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.A72CCA8EF37E52B1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.A72CCA8EF37E52B1.idx
new file mode 100644
index 0000000..d452cae
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlayoutitem.h.A72CCA8EF37E52B1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlibrary.h.AE624AA9AAF9C136.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlibrary.h.AE624AA9AAF9C136.idx
new file mode 100644
index 0000000..7d8cb53
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlibrary.h.AE624AA9AAF9C136.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.5152753E91D32ECD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.5152753E91D32ECD.idx
new file mode 100644
index 0000000..589aba6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlibraryinfo.h.5152753E91D32ECD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qline.h.C91D3D278D86D11B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qline.h.C91D3D278D86D11B.idx
new file mode 100644
index 0000000..04f8056
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qline.h.C91D3D278D86D11B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlineedit.h.D2FB7070C54ECE1A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlineedit.h.D2FB7070C54ECE1A.idx
new file mode 100644
index 0000000..5d207d8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlineedit.h.D2FB7070C54ECE1A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlist.h.C4CA2378EE6F8EAB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlist.h.C4CA2378EE6F8EAB.idx
new file mode 100644
index 0000000..211cb92
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlist.h.C4CA2378EE6F8EAB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlistview.h.9D21CC5C83E5A2A0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlistview.h.9D21CC5C83E5A2A0.idx
new file mode 100644
index 0000000..cd418ed
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlistview.h.9D21CC5C83E5A2A0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocale.h.F9881FF36F6994B3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocale.h.F9881FF36F6994B3.idx
new file mode 100644
index 0000000..14833a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocale.h.F9881FF36F6994B3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocalserver.h.51FEC4F83192F4AD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocalserver.h.51FEC4F83192F4AD.idx
new file mode 100644
index 0000000..ada27b5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocalserver.h.51FEC4F83192F4AD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocalsocket.h.F0C889A3CD9C2F53.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocalsocket.h.F0C889A3CD9C2F53.idx
new file mode 100644
index 0000000..c3418b0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlocalsocket.h.F0C889A3CD9C2F53.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlockfile.h.A59892B200AF9656.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlockfile.h.A59892B200AF9656.idx
new file mode 100644
index 0000000..68a4f29
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlockfile.h.A59892B200AF9656.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlogging.h.67B1C147E906FA81.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlogging.h.67B1C147E906FA81.idx
new file mode 100644
index 0000000..1bdbc07
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qlogging.h.67B1C147E906FA81.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.1C5B29509A336CA2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.1C5B29509A336CA2.idx
new file mode 100644
index 0000000..126400b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qloggingcategory.h.1C5B29509A336CA2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmainwindow.h.93174F835E87DA94.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmainwindow.h.93174F835E87DA94.idx
new file mode 100644
index 0000000..5fbc783
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmainwindow.h.93174F835E87DA94.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmalloc.h.4FD0FFF74EA0FB81.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmalloc.h.4FD0FFF74EA0FB81.idx
new file mode 100644
index 0000000..bbaf404
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmalloc.h.4FD0FFF74EA0FB81.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmap.h.8DE9168D942D4549.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmap.h.8DE9168D942D4549.idx
new file mode 100644
index 0000000..d77a16e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmap.h.8DE9168D942D4549.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmargins.h.2355F1B5DA9307A6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmargins.h.2355F1B5DA9307A6.idx
new file mode 100644
index 0000000..55c747f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmargins.h.2355F1B5DA9307A6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmath.h.782040371C5488D6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmath.h.782040371C5488D6.idx
new file mode 100644
index 0000000..48265d2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmath.h.782040371C5488D6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenu.h.BA2146AE0FC29222.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenu.h.BA2146AE0FC29222.idx
new file mode 100644
index 0000000..617ff41
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenu.h.BA2146AE0FC29222.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenubar.h.953088B85B2E8015.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenubar.h.953088B85B2E8015.idx
new file mode 100644
index 0000000..6a2728b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmenubar.h.953088B85B2E8015.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.38F574A037E9274D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.38F574A037E9274D.idx
new file mode 100644
index 0000000..58c12e1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessageauthenticationcode.h.38F574A037E9274D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessagebox.h.799A670BAEBC8BE6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessagebox.h.799A670BAEBC8BE6.idx
new file mode 100644
index 0000000..94b97c9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmessagebox.h.799A670BAEBC8BE6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetacontainer.h.CB5499509924F36A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetacontainer.h.CB5499509924F36A.idx
new file mode 100644
index 0000000..6c51331
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetacontainer.h.CB5499509924F36A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetaobject.h.5EFE204B00375E0C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetaobject.h.5EFE204B00375E0C.idx
new file mode 100644
index 0000000..acb7abe
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetaobject.h.5EFE204B00375E0C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetatype.h.0E944072C3894088.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetatype.h.0E944072C3894088.idx
new file mode 100644
index 0000000..8ae4065
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmetatype.h.0E944072C3894088.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimedata.h.A13D3B151BC10B90.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimedata.h.A13D3B151BC10B90.idx
new file mode 100644
index 0000000..10154c1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimedata.h.A13D3B151BC10B90.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.0AF93D8E57E548E8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.0AF93D8E57E548E8.idx
new file mode 100644
index 0000000..b75ec69
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimedatabase.h.0AF93D8E57E548E8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimetype.h.B026C96C9CB2E61A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimetype.h.B026C96C9CB2E61A.idx
new file mode 100644
index 0000000..e23437c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmimetype.h.B026C96C9CB2E61A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qminmax.h.38606ABC4A25BFD9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qminmax.h.38606ABC4A25BFD9.idx
new file mode 100644
index 0000000..85d94e4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qminmax.h.38606ABC4A25BFD9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmutex.h.3E40E6A9060E6C06.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmutex.h.3E40E6A9060E6C06.idx
new file mode 100644
index 0000000..e3150e4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qmutex.h.3E40E6A9060E6C06.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnamespace.h.913E041A747D66ED.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnamespace.h.913E041A747D66ED.idx
new file mode 100644
index 0000000..4b78d96
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnamespace.h.913E041A747D66ED.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnativeinterface.h.B423D215C64A2F7E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnativeinterface.h.B423D215C64A2F7E.idx
new file mode 100644
index 0000000..91be7af
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnativeinterface.h.B423D215C64A2F7E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkaccessmanager.h.18C0D574931F3000.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkaccessmanager.h.18C0D574931F3000.idx
new file mode 100644
index 0000000..4a06ec0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkaccessmanager.h.18C0D574931F3000.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkcookie.h.8876889FD052725F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkcookie.h.8876889FD052725F.idx
new file mode 100644
index 0000000..1f11e72
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkcookie.h.8876889FD052725F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkcookiejar.h.5B722447FDBEBCD8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkcookiejar.h.5B722447FDBEBCD8.idx
new file mode 100644
index 0000000..277fd08
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkcookiejar.h.5B722447FDBEBCD8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkdatagram.h.0CD4609E414F5DD5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkdatagram.h.0CD4609E414F5DD5.idx
new file mode 100644
index 0000000..d9a029e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkdatagram.h.0CD4609E414F5DD5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkdiskcache.h.CFF5897F746FB522.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkdiskcache.h.CFF5897F746FB522.idx
new file mode 100644
index 0000000..625a323
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkdiskcache.h.CFF5897F746FB522.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkinformation.h.4264D41C413B3540.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkinformation.h.4264D41C413B3540.idx
new file mode 100644
index 0000000..927716e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkinformation.h.4264D41C413B3540.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkinterface.h.28D6F0A62D3BB3A4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkinterface.h.28D6F0A62D3BB3A4.idx
new file mode 100644
index 0000000..a9ef3f6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkinterface.h.28D6F0A62D3BB3A4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkproxy.h.74787A59EFFF4BF8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkproxy.h.74787A59EFFF4BF8.idx
new file mode 100644
index 0000000..3a81764
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkproxy.h.74787A59EFFF4BF8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkreply.h.A11A55623F40C714.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkreply.h.A11A55623F40C714.idx
new file mode 100644
index 0000000..7597e9b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkreply.h.A11A55623F40C714.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkrequest.h.B72DFC60B1BFB10C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkrequest.h.B72DFC60B1BFB10C.idx
new file mode 100644
index 0000000..fc9e36a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkrequest.h.B72DFC60B1BFB10C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkrequestfactory.h.0EE22B8A6A867341.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkrequestfactory.h.0EE22B8A6A867341.idx
new file mode 100644
index 0000000..5899400
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnetworkrequestfactory.h.0EE22B8A6A867341.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnumeric.h.B525F7DE55F90F1E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnumeric.h.B525F7DE55F90F1E.idx
new file mode 100644
index 0000000..3e3df1a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qnumeric.h.B525F7DE55F90F1E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject.h.91EB621E98F35378.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject.h.91EB621E98F35378.idx
new file mode 100644
index 0000000..9e467a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject.h.91EB621E98F35378.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject_impl.h.E03555DF2CCB1353.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject_impl.h.E03555DF2CCB1353.idx
new file mode 100644
index 0000000..5d40f54
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobject_impl.h.E03555DF2CCB1353.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.3FB870A19C18B29C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.3FB870A19C18B29C.idx
new file mode 100644
index 0000000..3e376c4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectcleanuphandler.h.3FB870A19C18B29C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.10F853D6FAF7ED5D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.10F853D6FAF7ED5D.idx
new file mode 100644
index 0000000..1564bf9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.10F853D6FAF7ED5D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.1F3474B90FD6EC16.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.1F3474B90FD6EC16.idx
new file mode 100644
index 0000000..ff63bb4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.1F3474B90FD6EC16.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.F6C580D727A85120.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.F6C580D727A85120.idx
new file mode 100644
index 0000000..4edd0c9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.F6C580D727A85120.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qocspresponse.h.27DDDE005CF8FC92.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qocspresponse.h.27DDDE005CF8FC92.idx
new file mode 100644
index 0000000..68820e8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qocspresponse.h.27DDDE005CF8FC92.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.BB454649139DA03F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.BB454649139DA03F.idx
new file mode 100644
index 0000000..9f6115f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qoperatingsystemversion.h.BB454649139DA03F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qoverload.h.FB003110A96271EA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qoverload.h.FB003110A96271EA.idx
new file mode 100644
index 0000000..77bfa67
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qoverload.h.FB003110A96271EA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpagelayout.h.18E3FCF284DE1336.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpagelayout.h.18E3FCF284DE1336.idx
new file mode 100644
index 0000000..f1d8237
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpagelayout.h.18E3FCF284DE1336.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpageranges.h.3A6F98D40F487E87.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpageranges.h.3A6F98D40F487E87.idx
new file mode 100644
index 0000000..2c45215
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpageranges.h.3A6F98D40F487E87.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpagesize.h.DBF53EEBA7331BA8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpagesize.h.DBF53EEBA7331BA8.idx
new file mode 100644
index 0000000..ac467f8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpagesize.h.DBF53EEBA7331BA8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.698A3B64374D3369.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.698A3B64374D3369.idx
new file mode 100644
index 0000000..6518c2e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.698A3B64374D3369.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpair.h.2E230A4AF40B3812.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpair.h.2E230A4AF40B3812.idx
new file mode 100644
index 0000000..d8a677c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpair.h.2E230A4AF40B3812.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpalette.h.5568F50A6C8609A3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpalette.h.5568F50A6C8609A3.idx
new file mode 100644
index 0000000..22f9962
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpalette.h.5568F50A6C8609A3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.330FD7A4C5185705.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.330FD7A4C5185705.idx
new file mode 100644
index 0000000..ce04e3b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qparallelanimationgroup.h.330FD7A4C5185705.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpassworddigestor.h.C9A75166FB92CAD8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpassworddigestor.h.C9A75166FB92CAD8.idx
new file mode 100644
index 0000000..d7f3cc6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpassworddigestor.h.C9A75166FB92CAD8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.53ABFDCD10EA4940.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.53ABFDCD10EA4940.idx
new file mode 100644
index 0000000..8c9a707
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpauseanimation.h.53ABFDCD10EA4940.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpen.h.FABAECD4F952B745.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpen.h.FABAECD4F952B745.idx
new file mode 100644
index 0000000..862c547
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpen.h.FABAECD4F952B745.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpermissions.h.7445311D976E9D0C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpermissions.h.7445311D976E9D0C.idx
new file mode 100644
index 0000000..6eef961
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpermissions.h.7445311D976E9D0C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpicture.h.32C8C3AFA012AD00.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpicture.h.32C8C3AFA012AD00.idx
new file mode 100644
index 0000000..29cb0eb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpicture.h.32C8C3AFA012AD00.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixelformat.h.E1353607A26ABD1F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixelformat.h.E1353607A26ABD1F.idx
new file mode 100644
index 0000000..e15fd59
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixelformat.h.E1353607A26ABD1F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixmap.h.61ABF356B6BE1CB5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixmap.h.61ABF356B6BE1CB5.idx
new file mode 100644
index 0000000..92c7e27
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpixmap.h.61ABF356B6BE1CB5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qplugin.h.4FCFC85349159F73.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qplugin.h.4FCFC85349159F73.idx
new file mode 100644
index 0000000..482bf7d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qplugin.h.4FCFC85349159F73.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpluginloader.h.FE6C07533EAA164C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpluginloader.h.FE6C07533EAA164C.idx
new file mode 100644
index 0000000..423f158
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpluginloader.h.FE6C07533EAA164C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpoint.h.C495CD7AF32DECD9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpoint.h.C495CD7AF32DECD9.idx
new file mode 100644
index 0000000..ca192e9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpoint.h.C495CD7AF32DECD9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpointer.h.F243C93867EF46E0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpointer.h.F243C93867EF46E0.idx
new file mode 100644
index 0000000..eaffed1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpointer.h.F243C93867EF46E0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpointingdevice.h.8729B47D75CAACF2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpointingdevice.h.8729B47D75CAACF2.idx
new file mode 100644
index 0000000..77d28f7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpointingdevice.h.8729B47D75CAACF2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpolygon.h.F9CB65DF4C2023EE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpolygon.h.F9CB65DF4C2023EE.idx
new file mode 100644
index 0000000..991775e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpolygon.h.F9CB65DF4C2023EE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocess.h.9D51EA5189730AC1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocess.h.9D51EA5189730AC1.idx
new file mode 100644
index 0000000..ec91ff6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocess.h.9D51EA5189730AC1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.DEB7D799D0E6EFCB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.DEB7D799D0E6EFCB.idx
new file mode 100644
index 0000000..8e94bc1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.DEB7D799D0E6EFCB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpromise.h.58CB56BDC84D1DE6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpromise.h.58CB56BDC84D1DE6.idx
new file mode 100644
index 0000000..2eb5ce5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpromise.h.58CB56BDC84D1DE6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qproperty.h.8D802276111A6A1A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qproperty.h.8D802276111A6A1A.idx
new file mode 100644
index 0000000..c0ea576
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qproperty.h.8D802276111A6A1A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.12C23BADFBDFC454.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.12C23BADFBDFC454.idx
new file mode 100644
index 0000000..715428f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpropertyanimation.h.12C23BADFBDFC454.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpropertyprivate.h.DF8AE28A5D75C606.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpropertyprivate.h.DF8AE28A5D75C606.idx
new file mode 100644
index 0000000..1256b0f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpropertyprivate.h.DF8AE28A5D75C606.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpushbutton.h.EB36518B50263733.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpushbutton.h.EB36518B50263733.idx
new file mode 100644
index 0000000..d8dc190
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qpushbutton.h.EB36518B50263733.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqml.h.0EACC72CF276F9F3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqml.h.0EACC72CF276F9F3.idx
new file mode 100644
index 0000000..0a32617
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqml.h.0EACC72CF276F9F3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlabstracturlinterceptor.h.2E18D11EA665E5AA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlabstracturlinterceptor.h.2E18D11EA665E5AA.idx
new file mode 100644
index 0000000..a8324f4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlabstracturlinterceptor.h.2E18D11EA665E5AA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlapplicationengine.h.9AFC1418A125D462.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlapplicationengine.h.9AFC1418A125D462.idx
new file mode 100644
index 0000000..52ba8f0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlapplicationengine.h.9AFC1418A125D462.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlcomponent.h.BE67C367CDA4828F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlcomponent.h.BE67C367CDA4828F.idx
new file mode 100644
index 0000000..9834893
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlcomponent.h.BE67C367CDA4828F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlcontext.h.64CFE3F71F5D6AED.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlcontext.h.64CFE3F71F5D6AED.idx
new file mode 100644
index 0000000..a3571b8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlcontext.h.64CFE3F71F5D6AED.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmldebug.h.03A647C1A6C9687C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmldebug.h.03A647C1A6C9687C.idx
new file mode 100644
index 0000000..fa50532
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmldebug.h.03A647C1A6C9687C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlengine.h.A0A14ADA5521F4D1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlengine.h.A0A14ADA5521F4D1.idx
new file mode 100644
index 0000000..436a2df
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlengine.h.A0A14ADA5521F4D1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlerror.h.86DA406429C710F2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlerror.h.86DA406429C710F2.idx
new file mode 100644
index 0000000..c54737b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlerror.h.86DA406429C710F2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlexpression.h.2F966B50260B1BBE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlexpression.h.2F966B50260B1BBE.idx
new file mode 100644
index 0000000..8538cec
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlexpression.h.2F966B50260B1BBE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlextensioninterface.h.40A2807E2A14D05D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlextensioninterface.h.40A2807E2A14D05D.idx
new file mode 100644
index 0000000..c868a0d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlextensioninterface.h.40A2807E2A14D05D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlextensionplugin.h.6F3F2D22A539B9C3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlextensionplugin.h.6F3F2D22A539B9C3.idx
new file mode 100644
index 0000000..506257d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlextensionplugin.h.6F3F2D22A539B9C3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlfile.h.5C385C5A8B1A5D19.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlfile.h.5C385C5A8B1A5D19.idx
new file mode 100644
index 0000000..a5aafda
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlfile.h.5C385C5A8B1A5D19.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlfileselector.h.A3CD862266CF107E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlfileselector.h.A3CD862266CF107E.idx
new file mode 100644
index 0000000..8661115
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlfileselector.h.A3CD862266CF107E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlincubator.h.68A21FCEBD607013.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlincubator.h.68A21FCEBD607013.idx
new file mode 100644
index 0000000..8fd04c6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlincubator.h.68A21FCEBD607013.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlinfo.h.33FBA6B85D0475FC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlinfo.h.33FBA6B85D0475FC.idx
new file mode 100644
index 0000000..e4d7d63
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlinfo.h.33FBA6B85D0475FC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlintegration.h.0D7FE816BB0BEC10.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlintegration.h.0D7FE816BB0BEC10.idx
new file mode 100644
index 0000000..ee682f1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlintegration.h.0D7FE816BB0BEC10.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmllist.h.A53499EEC4153ECC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmllist.h.A53499EEC4153ECC.idx
new file mode 100644
index 0000000..c41845c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmllist.h.A53499EEC4153ECC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlmoduleregistration.h.422C3CCFD607262B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlmoduleregistration.h.422C3CCFD607262B.idx
new file mode 100644
index 0000000..71a946a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlmoduleregistration.h.422C3CCFD607262B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlnetworkaccessmanagerfactory.h.1E999B302763A431.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlnetworkaccessmanagerfactory.h.1E999B302763A431.idx
new file mode 100644
index 0000000..5678780
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlnetworkaccessmanagerfactory.h.1E999B302763A431.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlparserstatus.h.89BED56175FF5EFE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlparserstatus.h.89BED56175FF5EFE.idx
new file mode 100644
index 0000000..38313d3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlparserstatus.h.89BED56175FF5EFE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlprivate.h.C89ADDDDD39FAA14.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlprivate.h.C89ADDDDD39FAA14.idx
new file mode 100644
index 0000000..f605184
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlprivate.h.C89ADDDDD39FAA14.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlproperty.h.BF2C2C038AA7877D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlproperty.h.BF2C2C038AA7877D.idx
new file mode 100644
index 0000000..5ff5806
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlproperty.h.BF2C2C038AA7877D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlpropertymap.h.64FC2AD86884444E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlpropertymap.h.64FC2AD86884444E.idx
new file mode 100644
index 0000000..43683f7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlpropertymap.h.64FC2AD86884444E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlpropertyvaluesource.h.720066FC19845977.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlpropertyvaluesource.h.720066FC19845977.idx
new file mode 100644
index 0000000..99c9bab
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlpropertyvaluesource.h.720066FC19845977.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlregistration.h.F91867EEEB454F20.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlregistration.h.F91867EEEB454F20.idx
new file mode 100644
index 0000000..f46939d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlregistration.h.F91867EEEB454F20.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlscriptstring.h.AAD4AA24CBCE6645.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlscriptstring.h.AAD4AA24CBCE6645.idx
new file mode 100644
index 0000000..9af837c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqmlscriptstring.h.AAD4AA24CBCE6645.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqueue.h.DBB8D8FEA242D486.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqueue.h.DBB8D8FEA242D486.idx
new file mode 100644
index 0000000..c9e3556
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qqueue.h.DBB8D8FEA242D486.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qquickitem.h.65DF20068BC26563.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qquickitem.h.65DF20068BC26563.idx
new file mode 100644
index 0000000..f1c8f12
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qquickitem.h.65DF20068BC26563.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrandom.h.1C5AA2B03AA0893A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrandom.h.1C5AA2B03AA0893A.idx
new file mode 100644
index 0000000..06abba6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrandom.h.1C5AA2B03AA0893A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6FBEA5E8FDB03A84.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6FBEA5E8FDB03A84.idx
new file mode 100644
index 0000000..9fc1d04
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qreadwritelock.h.6FBEA5E8FDB03A84.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrect.h.D957CA3422E01D2D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrect.h.D957CA3422E01D2D.idx
new file mode 100644
index 0000000..7c43030
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrect.h.D957CA3422E01D2D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrefcount.h.8FCA0E2190900078.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrefcount.h.8FCA0E2190900078.idx
new file mode 100644
index 0000000..d6d5f4b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrefcount.h.8FCA0E2190900078.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregion.h.FBFE9F0ECADD4F50.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregion.h.FBFE9F0ECADD4F50.idx
new file mode 100644
index 0000000..79a42b1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregion.h.FBFE9F0ECADD4F50.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregularexpression.h.03082199F7F12788.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregularexpression.h.03082199F7F12788.idx
new file mode 100644
index 0000000..b032500
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qregularexpression.h.03082199F7F12788.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qresource.h.BDC3585BAF95699C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qresource.h.BDC3585BAF95699C.idx
new file mode 100644
index 0000000..a2b3f55
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qresource.h.BDC3585BAF95699C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrestaccessmanager.h.696DD2C2B9978E4D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrestaccessmanager.h.696DD2C2B9978E4D.idx
new file mode 100644
index 0000000..dfa79c3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrestaccessmanager.h.696DD2C2B9978E4D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrestreply.h.E3A3418683752217.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrestreply.h.E3A3418683752217.idx
new file mode 100644
index 0000000..ab5409b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrestreply.h.E3A3418683752217.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qresultstore.h.5A636C02F8525F9E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qresultstore.h.5A636C02F8525F9E.idx
new file mode 100644
index 0000000..b35439d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qresultstore.h.5A636C02F8525F9E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgb.h.A67176F60BACB99D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgb.h.A67176F60BACB99D.idx
new file mode 100644
index 0000000..447b157
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgb.h.A67176F60BACB99D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgba64.h.4D37746202D62646.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgba64.h.4D37746202D62646.idx
new file mode 100644
index 0000000..5bf28b3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrgba64.h.4D37746202D62646.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrubberband.h.1C3D99F3F507F62D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrubberband.h.1C3D99F3F507F62D.idx
new file mode 100644
index 0000000..3f855c5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrubberband.h.1C3D99F3F507F62D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrunnable.h.FDB20C4B69501A92.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrunnable.h.FDB20C4B69501A92.idx
new file mode 100644
index 0000000..2cd839f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qrunnable.h.FDB20C4B69501A92.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsavefile.h.1ABD446E19A795E6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsavefile.h.1ABD446E19A795E6.idx
new file mode 100644
index 0000000..67ea6a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsavefile.h.1ABD446E19A795E6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.62B6CFE51FDC739A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.62B6CFE51FDC739A.idx
new file mode 100644
index 0000000..b562204
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.62B6CFE51FDC739A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.3EF7AF7E9366E10E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.3EF7AF7E9366E10E.idx
new file mode 100644
index 0000000..288e237
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopedvaluerollback.h.3EF7AF7E9366E10E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopeguard.h.36B278817867A249.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopeguard.h.36B278817867A249.idx
new file mode 100644
index 0000000..9743460
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscopeguard.h.36B278817867A249.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscreen.h.B8480BC67AD28A99.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscreen.h.B8480BC67AD28A99.idx
new file mode 100644
index 0000000..f9268cb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscreen.h.B8480BC67AD28A99.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscreen_platform.h.261016ADE8179E54.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscreen_platform.h.261016ADE8179E54.idx
new file mode 100644
index 0000000..cdb0ef8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscreen_platform.h.261016ADE8179E54.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscrollarea.h.0D62E39FBD94C3B1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscrollarea.h.0D62E39FBD94C3B1.idx
new file mode 100644
index 0000000..8ebe277
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qscrollarea.h.0D62E39FBD94C3B1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsemaphore.h.C3A2BDCA475499D9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsemaphore.h.C3A2BDCA475499D9.idx
new file mode 100644
index 0000000..ea8f706
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsemaphore.h.C3A2BDCA475499D9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.82DA4F66091A41CF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.82DA4F66091A41CF.idx
new file mode 100644
index 0000000..6938d8f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsequentialanimationgroup.h.82DA4F66091A41CF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsequentialiterable.h.06C82D07C76D3729.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsequentialiterable.h.06C82D07C76D3729.idx
new file mode 100644
index 0000000..2006956
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsequentialiterable.h.06C82D07C76D3729.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qset.h.26A47B289F527F08.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qset.h.26A47B289F527F08.idx
new file mode 100644
index 0000000..c4818a3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qset.h.26A47B289F527F08.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsettings.h.27294BE9E7FB0786.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsettings.h.27294BE9E7FB0786.idx
new file mode 100644
index 0000000..441912f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsettings.h.27294BE9E7FB0786.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata.h.F548B81D52CC7831.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata.h.F548B81D52CC7831.idx
new file mode 100644
index 0000000..622dda4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata.h.F548B81D52CC7831.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata_impl.h.2C35E388A5CCA227.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata_impl.h.2C35E388A5CCA227.idx
new file mode 100644
index 0000000..37874fb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qshareddata_impl.h.2C35E388A5CCA227.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.FEAB7377D9C1E48C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.FEAB7377D9C1E48C.idx
new file mode 100644
index 0000000..a12a45f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedmemory.h.FEAB7377D9C1E48C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.B50799EF83CF3073.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.B50799EF83CF3073.idx
new file mode 100644
index 0000000..aa67d0e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.B50799EF83CF3073.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.8D1106EADD53A14F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.8D1106EADD53A14F.idx
new file mode 100644
index 0000000..18a60f8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.8D1106EADD53A14F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.EBABE41839DD5F6E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.EBABE41839DD5F6E.idx
new file mode 100644
index 0000000..4d175a2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsignalmapper.h.EBABE41839DD5F6E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsimd.h.4D81CCA0C9C48084.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsimd.h.4D81CCA0C9C48084.idx
new file mode 100644
index 0000000..8861645
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsimd.h.4D81CCA0C9C48084.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsize.h.47A18BCE79F77340.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsize.h.47A18BCE79F77340.idx
new file mode 100644
index 0000000..ff6fda8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsize.h.47A18BCE79F77340.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.3DA7E1D77651A46E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.3DA7E1D77651A46E.idx
new file mode 100644
index 0000000..d5f16e7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.3DA7E1D77651A46E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qslider.h.812A4CD2F73E278A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qslider.h.812A4CD2F73E278A.idx
new file mode 100644
index 0000000..e8e8304
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qslider.h.812A4CD2F73E278A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.9C45D94C219D4DB2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.9C45D94C219D4DB2.idx
new file mode 100644
index 0000000..9d78422
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsocketnotifier.h.9C45D94C219D4DB2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.11D4A17B3D109B47.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.11D4A17B3D109B47.idx
new file mode 100644
index 0000000..06eb5cf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsortfilterproxymodel.h.11D4A17B3D109B47.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qspan.h.B6136EBEAFB62D09.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qspan.h.B6136EBEAFB62D09.idx
new file mode 100644
index 0000000..c02998d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qspan.h.B6136EBEAFB62D09.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldatabase.h.631310233A54946B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldatabase.h.631310233A54946B.idx
new file mode 100644
index 0000000..beda5d4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldatabase.h.631310233A54946B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldriver.h.C39139260CE5EDE6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldriver.h.C39139260CE5EDE6.idx
new file mode 100644
index 0000000..343cec1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldriver.h.C39139260CE5EDE6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldriverplugin.h.9FD6A774A7A90AD3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldriverplugin.h.9FD6A774A7A90AD3.idx
new file mode 100644
index 0000000..459c123
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqldriverplugin.h.9FD6A774A7A90AD3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlerror.h.7A427736C460F6EA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlerror.h.7A427736C460F6EA.idx
new file mode 100644
index 0000000..ebc8d11
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlerror.h.7A427736C460F6EA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlfield.h.AC69EA7EC54EE19D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlfield.h.AC69EA7EC54EE19D.idx
new file mode 100644
index 0000000..ff5b82b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlfield.h.AC69EA7EC54EE19D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlindex.h.F9111A4D2B1DB6F2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlindex.h.F9111A4D2B1DB6F2.idx
new file mode 100644
index 0000000..5923cad
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlindex.h.F9111A4D2B1DB6F2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlquery.h.5D8B9FBB4FDE7E56.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlquery.h.5D8B9FBB4FDE7E56.idx
new file mode 100644
index 0000000..917f9fb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlquery.h.5D8B9FBB4FDE7E56.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlquerymodel.h.0417CFEEB94F6A37.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlquerymodel.h.0417CFEEB94F6A37.idx
new file mode 100644
index 0000000..3e5f703
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlquerymodel.h.0417CFEEB94F6A37.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrecord.h.6302746BF2EAAF52.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrecord.h.6302746BF2EAAF52.idx
new file mode 100644
index 0000000..3667f9f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrecord.h.6302746BF2EAAF52.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrelationaldelegate.h.717A099B0559C5A8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrelationaldelegate.h.717A099B0559C5A8.idx
new file mode 100644
index 0000000..47c7b10
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrelationaldelegate.h.717A099B0559C5A8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrelationaltablemodel.h.1CF334A7C476A1AD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrelationaltablemodel.h.1CF334A7C476A1AD.idx
new file mode 100644
index 0000000..29e4ffe
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlrelationaltablemodel.h.1CF334A7C476A1AD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlresult.h.AC39BAAF5DECC5D6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlresult.h.AC39BAAF5DECC5D6.idx
new file mode 100644
index 0000000..aac8c30
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqlresult.h.AC39BAAF5DECC5D6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqltablemodel.h.997AA96926820994.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqltablemodel.h.997AA96926820994.idx
new file mode 100644
index 0000000..74f6c65
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsqltablemodel.h.997AA96926820994.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qssl.h.503939E6C2C86B23.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qssl.h.503939E6C2C86B23.idx
new file mode 100644
index 0000000..7710f98
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qssl.h.503939E6C2C86B23.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcertificate.h.6CA501F5A3DCF6E4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcertificate.h.6CA501F5A3DCF6E4.idx
new file mode 100644
index 0000000..f7cb44e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcertificate.h.6CA501F5A3DCF6E4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcertificateextension.h.806D9BAE25C293E6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcertificateextension.h.806D9BAE25C293E6.idx
new file mode 100644
index 0000000..d36c92d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcertificateextension.h.806D9BAE25C293E6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcipher.h.E640131EA127ACE2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcipher.h.E640131EA127ACE2.idx
new file mode 100644
index 0000000..53b4841
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslcipher.h.E640131EA127ACE2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslconfiguration.h.E03811F1415A256B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslconfiguration.h.E03811F1415A256B.idx
new file mode 100644
index 0000000..77c2720
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslconfiguration.h.E03811F1415A256B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qssldiffiehellmanparameters.h.AF6C2C76F6400D94.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qssldiffiehellmanparameters.h.AF6C2C76F6400D94.idx
new file mode 100644
index 0000000..efe8f58
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qssldiffiehellmanparameters.h.AF6C2C76F6400D94.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslellipticcurve.h.CA80F245A8A3E3B8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslellipticcurve.h.CA80F245A8A3E3B8.idx
new file mode 100644
index 0000000..794da18
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslellipticcurve.h.CA80F245A8A3E3B8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslerror.h.9BB16AD3B416DD16.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslerror.h.9BB16AD3B416DD16.idx
new file mode 100644
index 0000000..61d0454
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslerror.h.9BB16AD3B416DD16.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslkey.h.70E7EC98F50626AD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslkey.h.70E7EC98F50626AD.idx
new file mode 100644
index 0000000..6b303e3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslkey.h.70E7EC98F50626AD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslpresharedkeyauthenticator.h.DC38636A9613CC30.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslpresharedkeyauthenticator.h.DC38636A9613CC30.idx
new file mode 100644
index 0000000..cf422b7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslpresharedkeyauthenticator.h.DC38636A9613CC30.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslserver.h.9097DCABA948A6B8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslserver.h.9097DCABA948A6B8.idx
new file mode 100644
index 0000000..1967338
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslserver.h.9097DCABA948A6B8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslsocket.h.E091E6063F73753F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslsocket.h.E091E6063F73753F.idx
new file mode 100644
index 0000000..c05453a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsslsocket.h.E091E6063F73753F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstack.h.A2E34154FA005878.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstack.h.A2E34154FA005878.idx
new file mode 100644
index 0000000..6a7865f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstack.h.A2E34154FA005878.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.2F4F3316B55DB6D5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.2F4F3316B55DB6D5.idx
new file mode 100644
index 0000000..39a5995
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstackedwidget.h.2F4F3316B55DB6D5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.96A2AB83773ADF48.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.96A2AB83773ADF48.idx
new file mode 100644
index 0000000..883a176
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstandardpaths.h.96A2AB83773ADF48.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstaticlatin1stringmatcher.h.BCF06DE25716E28F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstaticlatin1stringmatcher.h.BCF06DE25716E28F.idx
new file mode 100644
index 0000000..7995f00
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstaticlatin1stringmatcher.h.BCF06DE25716E28F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstatusbar.h.484AE9CBCF72F80F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstatusbar.h.484AE9CBCF72F80F.idx
new file mode 100644
index 0000000..2c421c7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstatusbar.h.484AE9CBCF72F80F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.7105EC7C8C5DA27F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.7105EC7C8C5DA27F.idx
new file mode 100644
index 0000000..ca48952
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstorageinfo.h.7105EC7C8C5DA27F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstring.h.89FE419CBB39585C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstring.h.89FE419CBB39585C.idx
new file mode 100644
index 0000000..8c0e676
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstring.h.89FE419CBB39585C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.5F24052141351ECD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.5F24052141351ECD.idx
new file mode 100644
index 0000000..fd931b7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.5F24052141351ECD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.110FAE8A79B8CC7B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.110FAE8A79B8CC7B.idx
new file mode 100644
index 0000000..a9ecc4d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringbuilder.h.110FAE8A79B8CC7B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringconverter.h.7F017506BB4F919F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringconverter.h.7F017506BB4F919F.idx
new file mode 100644
index 0000000..9deefa6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringconverter.h.7F017506BB4F919F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringconverter_base.h.D4CC1D4645E790F2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringconverter_base.h.D4CC1D4645E790F2.idx
new file mode 100644
index 0000000..2f9770a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringconverter_base.h.D4CC1D4645E790F2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringfwd.h.A3C5167FDEA5E736.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringfwd.h.A3C5167FDEA5E736.idx
new file mode 100644
index 0000000..808e362
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringfwd.h.A3C5167FDEA5E736.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlist.h.70BB35449758DF5D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlist.h.70BB35449758DF5D.idx
new file mode 100644
index 0000000..24472d3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlist.h.70BB35449758DF5D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.460F9E185FB1B94A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.460F9E185FB1B94A.idx
new file mode 100644
index 0000000..4b7c75c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringlistmodel.h.460F9E185FB1B94A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringliteral.h.D3B8BAC94ECCDCCF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringliteral.h.D3B8BAC94ECCDCCF.idx
new file mode 100644
index 0000000..66b2904
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringliteral.h.D3B8BAC94ECCDCCF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.58F7F0931394FEA2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.58F7F0931394FEA2.idx
new file mode 100644
index 0000000..0bb53ff
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.58F7F0931394FEA2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringtokenizer.h.DDB2A915378563FA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringtokenizer.h.DDB2A915378563FA.idx
new file mode 100644
index 0000000..be1de79
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringtokenizer.h.DDB2A915378563FA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringview.h.F7C5CF01A3A67ADC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringview.h.F7C5CF01A3A67ADC.idx
new file mode 100644
index 0000000..dd3e7bd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstringview.h.F7C5CF01A3A67ADC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyle.h.CBF3240CBCC5D8B3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyle.h.CBF3240CBCC5D8B3.idx
new file mode 100644
index 0000000..8d1449a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyle.h.CBF3240CBCC5D8B3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.9B31F11707BFC9B9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.9B31F11707BFC9B9.idx
new file mode 100644
index 0000000..2498b67
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyleditemdelegate.h.9B31F11707BFC9B9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyleoption.h.005ED9F82139124C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyleoption.h.005ED9F82139124C.idx
new file mode 100644
index 0000000..5155bd2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qstyleoption.h.005ED9F82139124C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qswap.h.36D13FDE4FFC4089.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qswap.h.36D13FDE4FFC4089.idx
new file mode 100644
index 0000000..d373435
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qswap.h.36D13FDE4FFC4089.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsysinfo.h.62E78C24DDCC62DB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsysinfo.h.62E78C24DDCC62DB.idx
new file mode 100644
index 0000000..7f7aec8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsysinfo.h.62E78C24DDCC62DB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.4B884AAE58EE1122.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.4B884AAE58EE1122.idx
new file mode 100644
index 0000000..b07a243
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.4B884AAE58EE1122.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.A6FF928CBC3D8493.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.A6FF928CBC3D8493.idx
new file mode 100644
index 0000000..6725862
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qsystemsemaphore.h.A6FF928CBC3D8493.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabbar.h.CAE2B8F799795D83.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabbar.h.CAE2B8F799795D83.idx
new file mode 100644
index 0000000..58dfb22
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabbar.h.CAE2B8F799795D83.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtableview.h.B966CE61A448B449.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtableview.h.B966CE61A448B449.idx
new file mode 100644
index 0000000..687ac58
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtableview.h.B966CE61A448B449.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtablewidget.h.1F87D99A41D80C52.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtablewidget.h.1F87D99A41D80C52.idx
new file mode 100644
index 0000000..19561a5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtablewidget.h.1F87D99A41D80C52.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabwidget.h.657C604AF665996E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabwidget.h.657C604AF665996E.idx
new file mode 100644
index 0000000..762c76a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtabwidget.h.657C604AF665996E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtaggedpointer.h.555F308F000CE78A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtaggedpointer.h.555F308F000CE78A.idx
new file mode 100644
index 0000000..1751e42
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtaggedpointer.h.555F308F000CE78A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtclasshelpermacros.h.750EF24708F5137B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtclasshelpermacros.h.750EF24708F5137B.idx
new file mode 100644
index 0000000..2437604
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtclasshelpermacros.h.750EF24708F5137B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtconfiginclude.h.D6CFC750953DED88.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtconfiginclude.h.D6CFC750953DED88.idx
new file mode 100644
index 0000000..d19ebf6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtconfiginclude.h.D6CFC750953DED88.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtconfigmacros.h.0A3CEBD826A0D181.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtconfigmacros.h.0A3CEBD826A0D181.idx
new file mode 100644
index 0000000..60d2f2a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtconfigmacros.h.0A3CEBD826A0D181.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcore-config.h.070D74882A3FB631.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcore-config.h.070D74882A3FB631.idx
new file mode 100644
index 0000000..8723aa0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcore-config.h.070D74882A3FB631.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcoreexports.h.96AACD8737DF1EC4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcoreexports.h.96AACD8737DF1EC4.idx
new file mode 100644
index 0000000..adddb59
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcoreexports.h.96AACD8737DF1EC4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.755E277923BF1A78.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.755E277923BF1A78.idx
new file mode 100644
index 0000000..7e5c089
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcoreversion.h.755E277923BF1A78.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcpserver.h.BCB6DEDBAB7FDAFB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcpserver.h.BCB6DEDBAB7FDAFB.idx
new file mode 100644
index 0000000..140fdca
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcpserver.h.BCB6DEDBAB7FDAFB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcpsocket.h.28BFF6268BEC42F8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcpsocket.h.28BFF6268BEC42F8.idx
new file mode 100644
index 0000000..74dfb20
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtcpsocket.h.28BFF6268BEC42F8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtdeprecationmarkers.h.9AC6E8FA2B21B6E4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtdeprecationmarkers.h.9AC6E8FA2B21B6E4.idx
new file mode 100644
index 0000000..e33df09
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtdeprecationmarkers.h.9AC6E8FA2B21B6E4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.AB1D0EFFFA7A8899.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.AB1D0EFFFA7A8899.idx
new file mode 100644
index 0000000..5ceb4e7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtemporarydir.h.AB1D0EFFFA7A8899.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.D1948B9B62E3E4AB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.D1948B9B62E3E4AB.idx
new file mode 100644
index 0000000..4db1fe9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtemporaryfile.h.D1948B9B62E3E4AB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtenvironmentvariables.h.91891C61E377843D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtenvironmentvariables.h.91891C61E377843D.idx
new file mode 100644
index 0000000..ab1e986
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtenvironmentvariables.h.91891C61E377843D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.4441B9DAB9945DCF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.4441B9DAB9945DCF.idx
new file mode 100644
index 0000000..872a7b1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextboundaryfinder.h.4441B9DAB9945DCF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextcursor.h.5105583BDE204437.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextcursor.h.5105583BDE204437.idx
new file mode 100644
index 0000000..58ae461
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextcursor.h.5105583BDE204437.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextdocument.h.2082CFB2DD9D6FAE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextdocument.h.2082CFB2DD9D6FAE.idx
new file mode 100644
index 0000000..96f1ee9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextdocument.h.2082CFB2DD9D6FAE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextformat.h.17F8B85C4874350D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextformat.h.17F8B85C4874350D.idx
new file mode 100644
index 0000000..5eda018
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextformat.h.17F8B85C4874350D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextoption.h.752A7C352095A429.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextoption.h.752A7C352095A429.idx
new file mode 100644
index 0000000..f0a1afc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextoption.h.752A7C352095A429.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextstream.h.458BC55BB3CF1B12.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextstream.h.458BC55BB3CF1B12.idx
new file mode 100644
index 0000000..2776ecf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtextstream.h.458BC55BB3CF1B12.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0E1290EDE2F827FE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0E1290EDE2F827FE.idx
new file mode 100644
index 0000000..173cea3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0E1290EDE2F827FE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiexports.h.1C3B90D69076400B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiexports.h.1C3B90D69076400B.idx
new file mode 100644
index 0000000..778dbfb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiexports.h.1C3B90D69076400B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.1634C20A409531F1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.1634C20A409531F1.idx
new file mode 100644
index 0000000..204f9d9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.1634C20A409531F1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthread.h.9056657E5EF1D736.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthread.h.9056657E5EF1D736.idx
new file mode 100644
index 0000000..135d610
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthread.h.9056657E5EF1D736.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthreadpool.h.A098DD0CD0AEEA59.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthreadpool.h.A098DD0CD0AEEA59.idx
new file mode 100644
index 0000000..9c2352a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthreadpool.h.A098DD0CD0AEEA59.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.62DDA15EC98C0105.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.62DDA15EC98C0105.idx
new file mode 100644
index 0000000..bbd5d37
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qthreadstorage.h.62DDA15EC98C0105.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimeline.h.4366990BC26C2A93.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimeline.h.4366990BC26C2A93.idx
new file mode 100644
index 0000000..a40e561
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimeline.h.4366990BC26C2A93.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimer.h.99100AFE597896E9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimer.h.99100AFE597896E9.idx
new file mode 100644
index 0000000..4aecbed
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimer.h.99100AFE597896E9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimezone.h.708FB2D24C25FACD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimezone.h.708FB2D24C25FACD.idx
new file mode 100644
index 0000000..13b5e87
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtimezone.h.708FB2D24C25FACD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtipccommon.h.DB55779B86EF570C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtipccommon.h.DB55779B86EF570C.idx
new file mode 100644
index 0000000..8d725fd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtipccommon.h.DB55779B86EF570C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtmetamacros.h.303BB507D614CD5A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtmetamacros.h.303BB507D614CD5A.idx
new file mode 100644
index 0000000..1862069
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtmetamacros.h.303BB507D614CD5A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetwork-config.h.CE27601DBF557D99.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetwork-config.h.CE27601DBF557D99.idx
new file mode 100644
index 0000000..50464a4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetwork-config.h.CE27601DBF557D99.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkexports.h.6A6C678DC52CC9B2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkexports.h.6A6C678DC52CC9B2.idx
new file mode 100644
index 0000000..868405c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkexports.h.6A6C678DC52CC9B2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkglobal.h.7008387CF8D309AF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkglobal.h.7008387CF8D309AF.idx
new file mode 100644
index 0000000..f538212
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkglobal.h.7008387CF8D309AF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkversion.h.1EB607000355E18B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkversion.h.1EB607000355E18B.idx
new file mode 100644
index 0000000..deb86ec
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnetworkversion.h.1EB607000355E18B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnoop.h.C2276FD2B1AE7E92.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnoop.h.C2276FD2B1AE7E92.idx
new file mode 100644
index 0000000..f1b855a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtnoop.h.C2276FD2B1AE7E92.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtpreprocessorsupport.h.C80FE343D7C228F0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtpreprocessorsupport.h.C80FE343D7C228F0.idx
new file mode 100644
index 0000000..5667869
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtpreprocessorsupport.h.C80FE343D7C228F0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqml-config.h.2CB6EB06C490D2F8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqml-config.h.2CB6EB06C490D2F8.idx
new file mode 100644
index 0000000..2192310
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqml-config.h.2CB6EB06C490D2F8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlbuiltinsversion.h.B087F235B379E941.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlbuiltinsversion.h.B087F235B379E941.idx
new file mode 100644
index 0000000..a6355fc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlbuiltinsversion.h.B087F235B379E941.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlcompilerglobal.h.1EA416868A7C6D50.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlcompilerglobal.h.1EA416868A7C6D50.idx
new file mode 100644
index 0000000..914b47c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlcompilerglobal.h.1EA416868A7C6D50.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlexports.h.FF9B9599C55BD5C5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlexports.h.FF9B9599C55BD5C5.idx
new file mode 100644
index 0000000..cb8b34a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlexports.h.FF9B9599C55BD5C5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlglobal.h.D2E5B62351661A70.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlglobal.h.D2E5B62351661A70.idx
new file mode 100644
index 0000000..90e9733
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlglobal.h.D2E5B62351661A70.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlintegrationversion.h.6B79C0DF6588A242.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlintegrationversion.h.6B79C0DF6588A242.idx
new file mode 100644
index 0000000..5550fdd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlintegrationversion.h.6B79C0DF6588A242.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlversion.h.D69D8AB7D70DCECB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlversion.h.D69D8AB7D70DCECB.idx
new file mode 100644
index 0000000..8490a8f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtqmlversion.h.D69D8AB7D70DCECB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquick-config.h.6621DF403F528C49.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquick-config.h.6621DF403F528C49.idx
new file mode 100644
index 0000000..08d3d15
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquick-config.h.6621DF403F528C49.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquickexports.h.EE9B63E0CB8B8F8A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquickexports.h.EE9B63E0CB8B8F8A.idx
new file mode 100644
index 0000000..40b4bc8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquickexports.h.EE9B63E0CB8B8F8A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquickglobal.h.9C998E4375CA2795.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquickglobal.h.9C998E4375CA2795.idx
new file mode 100644
index 0000000..03c657a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtquickglobal.h.9C998E4375CA2795.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransform.h.36827D938A60DE27.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransform.h.36827D938A60DE27.idx
new file mode 100644
index 0000000..8014cc1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransform.h.36827D938A60DE27.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtranslator.h.5D55B2D017ADD01C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtranslator.h.5D55B2D017ADD01C.idx
new file mode 100644
index 0000000..24922ca
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtranslator.h.5D55B2D017ADD01C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.22947DCE81673D8D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.22947DCE81673D8D.idx
new file mode 100644
index 0000000..c3ee20f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtransposeproxymodel.h.22947DCE81673D8D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtresource.h.6FEE5CCA2943BFC8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtresource.h.6FEE5CCA2943BFC8.idx
new file mode 100644
index 0000000..29a54bd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtresource.h.6FEE5CCA2943BFC8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsan_impl.h.6F032A69EE67A84B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsan_impl.h.6F032A69EE67A84B.idx
new file mode 100644
index 0000000..14e0305
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsan_impl.h.6F032A69EE67A84B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsql-config.h.81374699633C56B3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsql-config.h.81374699633C56B3.idx
new file mode 100644
index 0000000..529f90e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsql-config.h.81374699633C56B3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlexports.h.3FF40E972BCF29A7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlexports.h.3FF40E972BCF29A7.idx
new file mode 100644
index 0000000..11c96a0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlexports.h.3FF40E972BCF29A7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlglobal.h.8E682523FCA798C1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlglobal.h.8E682523FCA798C1.idx
new file mode 100644
index 0000000..3154d63
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlglobal.h.8E682523FCA798C1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlversion.h.66A877258045702F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlversion.h.66A877258045702F.idx
new file mode 100644
index 0000000..e8453be
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsqlversion.h.66A877258045702F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsymbolmacros.h.8CC43105F1EA4EDD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsymbolmacros.h.8CC43105F1EA4EDD.idx
new file mode 100644
index 0000000..d3569eb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtsymbolmacros.h.8CC43105F1EA4EDD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qttranslation.h.EE4DB5CF870E7CB5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qttranslation.h.EE4DB5CF870E7CB5.idx
new file mode 100644
index 0000000..c4c10e2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qttranslation.h.EE4DB5CF870E7CB5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qttypetraits.h.125503EE6114A96D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qttypetraits.h.125503EE6114A96D.idx
new file mode 100644
index 0000000..2da5f58
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qttypetraits.h.125503EE6114A96D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtversion.h.4F675D23A28489E3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtversion.h.4F675D23A28489E3.idx
new file mode 100644
index 0000000..6168124
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtversion.h.4F675D23A28489E3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtversionchecks.h.A9A8CCFF419F7AED.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtversionchecks.h.A9A8CCFF419F7AED.idx
new file mode 100644
index 0000000..a178b9a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtversionchecks.h.A9A8CCFF419F7AED.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebchannelexports.h.DF5A6B411737133E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebchannelexports.h.DF5A6B411737133E.idx
new file mode 100644
index 0000000..a81d6d9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebchannelexports.h.DF5A6B411737133E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebchannelversion.h.AA24227E91EEF1BD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebchannelversion.h.AA24227E91EEF1BD.idx
new file mode 100644
index 0000000..399aa28
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebchannelversion.h.AA24227E91EEF1BD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginecore-config.h.2BFEB08A1D190FEA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginecore-config.h.2BFEB08A1D190FEA.idx
new file mode 100644
index 0000000..dd25f46
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginecore-config.h.2BFEB08A1D190FEA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginecoreglobal.h.50A20F8E058C0D3A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginecoreglobal.h.50A20F8E058C0D3A.idx
new file mode 100644
index 0000000..5e55137
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginecoreglobal.h.50A20F8E058C0D3A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginewidgetsglobal.h.169D532F8133817C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginewidgetsglobal.h.169D532F8133817C.idx
new file mode 100644
index 0000000..d2827e3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwebenginewidgetsglobal.h.169D532F8133817C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.C7801F1B1685E248.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.C7801F1B1685E248.idx
new file mode 100644
index 0000000..3afacb2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.C7801F1B1685E248.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsexports.h.657A56685E26134B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsexports.h.657A56685E26134B.idx
new file mode 100644
index 0000000..33ec2b6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsexports.h.657A56685E26134B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.AA3549F4B3C33F51.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.AA3549F4B3C33F51.idx
new file mode 100644
index 0000000..300215f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.AA3549F4B3C33F51.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.6D9E77695AFD1302.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.6D9E77695AFD1302.idx
new file mode 100644
index 0000000..c3bb091
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.6D9E77695AFD1302.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtyperevision.h.B00C22865A2501C9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtyperevision.h.B00C22865A2501C9.idx
new file mode 100644
index 0000000..877da44
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtyperevision.h.B00C22865A2501C9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypes.h.CC44EFD2F9987040.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypes.h.CC44EFD2F9987040.idx
new file mode 100644
index 0000000..2403048
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qtypes.h.CC44EFD2F9987040.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qudpsocket.h.45D478B8B52C5B2D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qudpsocket.h.45D478B8B52C5B2D.idx
new file mode 100644
index 0000000..ce33d0b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qudpsocket.h.45D478B8B52C5B2D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurl.h.2AECA50FAB093C18.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurl.h.2AECA50FAB093C18.idx
new file mode 100644
index 0000000..ab3b21b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurl.h.2AECA50FAB093C18.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurlquery.h.AEF879D5747584A9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurlquery.h.AEF879D5747584A9.idx
new file mode 100644
index 0000000..7d6d78d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qurlquery.h.AEF879D5747584A9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qutf8stringview.h.67AE8706AD175A2C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qutf8stringview.h.67AE8706AD175A2C.idx
new file mode 100644
index 0000000..5baf0e3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qutf8stringview.h.67AE8706AD175A2C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/quuid.h.64E4D221B14C4431.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/quuid.h.64E4D221B14C4431.idx
new file mode 100644
index 0000000..8a51090
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/quuid.h.64E4D221B14C4431.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvalidator.h.114C6AF1C1D8F058.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvalidator.h.114C6AF1C1D8F058.idx
new file mode 100644
index 0000000..de9a47f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvalidator.h.114C6AF1C1D8F058.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariant.h.6611EC8050ABAA28.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariant.h.6611EC8050ABAA28.idx
new file mode 100644
index 0000000..09370a1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariant.h.6611EC8050ABAA28.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.2083D5BE62A67B6D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.2083D5BE62A67B6D.idx
new file mode 100644
index 0000000..3221cd9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantanimation.h.2083D5BE62A67B6D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarianthash.h.70360DEF4D3C4B53.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarianthash.h.70360DEF4D3C4B53.idx
new file mode 100644
index 0000000..7520f34
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarianthash.h.70360DEF4D3C4B53.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantlist.h.8C096A47027089BF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantlist.h.8C096A47027089BF.idx
new file mode 100644
index 0000000..6bcef7f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantlist.h.8C096A47027089BF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantmap.h.0676CE1A413E2BC5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantmap.h.0676CE1A413E2BC5.idx
new file mode 100644
index 0000000..5e80ff2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvariantmap.h.0676CE1A413E2BC5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.6F0BA15D6E8E9ACA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.6F0BA15D6E8E9ACA.idx
new file mode 100644
index 0000000..3b23911
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.6F0BA15D6E8E9ACA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector.h.C045123E9F349396.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector.h.C045123E9F349396.idx
new file mode 100644
index 0000000..2cc5da5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector.h.C045123E9F349396.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector2d.h.A6D86C8F9269CDFE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector2d.h.A6D86C8F9269CDFE.idx
new file mode 100644
index 0000000..528f6ee
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvector2d.h.A6D86C8F9269CDFE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvectornd.h.0773D0D517D14668.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvectornd.h.0773D0D517D14668.idx
new file mode 100644
index 0000000..5064b1e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qvectornd.h.0773D0D517D14668.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversionnumber.h.46F781F47F045137.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversionnumber.h.46F781F47F045137.idx
new file mode 100644
index 0000000..d3e3cca
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversionnumber.h.46F781F47F045137.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversiontagging.h.B62644C2AA503133.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversiontagging.h.B62644C2AA503133.idx
new file mode 100644
index 0000000..7c04e64
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qversiontagging.h.B62644C2AA503133.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.07B6A932AB107B45.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.07B6A932AB107B45.idx
new file mode 100644
index 0000000..ba4d5c9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwaitcondition.h.07B6A932AB107B45.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannel.h.A5AA557111E0C78C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannel.h.A5AA557111E0C78C.idx
new file mode 100644
index 0000000..7d2a4f2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannel.h.A5AA557111E0C78C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannelabstracttransport.h.B3664AE95CB5DA44.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannelabstracttransport.h.B3664AE95CB5DA44.idx
new file mode 100644
index 0000000..cb5604d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannelabstracttransport.h.B3664AE95CB5DA44.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannelglobal.h.B805FA9E4A183F94.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannelglobal.h.B805FA9E4A183F94.idx
new file mode 100644
index 0000000..5fda262
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebchannelglobal.h.B805FA9E4A183F94.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebengineclientcertificateselection.h.4A5197E6E4B2E9BE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebengineclientcertificateselection.h.4A5197E6E4B2E9BE.idx
new file mode 100644
index 0000000..4f7962b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebengineclientcertificateselection.h.4A5197E6E4B2E9BE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginedownloadrequest.h.53C71EF59B14CD1A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginedownloadrequest.h.53C71EF59B14CD1A.idx
new file mode 100644
index 0000000..05bb9f4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginedownloadrequest.h.53C71EF59B14CD1A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginepage.h.DF5A30A9C67904F7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginepage.h.DF5A30A9C67904F7.idx
new file mode 100644
index 0000000..1a66edb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginepage.h.DF5A30A9C67904F7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginequotarequest.h.64436A46D33CEC21.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginequotarequest.h.64436A46D33CEC21.idx
new file mode 100644
index 0000000..c57252e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebenginequotarequest.h.64436A46D33CEC21.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebengineview.h.49473E9D670BB91D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebengineview.h.49473E9D670BB91D.idx
new file mode 100644
index 0000000..cae7f33
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwebengineview.h.49473E9D670BB91D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwidget.h.08E539FA2D1B619E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwidget.h.08E539FA2D1B619E.idx
new file mode 100644
index 0000000..59ac8f5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwidget.h.08E539FA2D1B619E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.FF7311DFC7348782.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.FF7311DFC7348782.idx
new file mode 100644
index 0000000..d00ae5b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.FF7311DFC7348782.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8D32118DABCD6AAF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8D32118DABCD6AAF.idx
new file mode 100644
index 0000000..ed624e7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwindowdefs_win.h.8D32118DABCD6AAF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.356CDBA73C7A1ADF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.356CDBA73C7A1ADF.idx
new file mode 100644
index 0000000..51b9dfd
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qwineventnotifier.h.356CDBA73C7A1ADF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxmlstream.h.E769C9216C1FED38.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxmlstream.h.E769C9216C1FED38.idx
new file mode 100644
index 0000000..0e369b6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxmlstream.h.E769C9216C1FED38.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxpfunctional.h.E717B2CBB6A5BAF9.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxpfunctional.h.E717B2CBB6A5BAF9.idx
new file mode 100644
index 0000000..6952388
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxpfunctional.h.E717B2CBB6A5BAF9.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxptype_traits.h.CE29D20212FD0DEB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxptype_traits.h.CE29D20212FD0DEB.idx
new file mode 100644
index 0000000..04ddc5a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qxptype_traits.h.CE29D20212FD0DEB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qyieldcpu.h.8936224376C542E5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qyieldcpu.h.8936224376C542E5.idx
new file mode 100644
index 0000000..e6b30c3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/qyieldcpu.h.8936224376C542E5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/random.D8FFF9FF59F361BE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/random.D8FFF9FF59F361BE.idx
new file mode 100644
index 0000000..814aeba
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/random.D8FFF9FF59F361BE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ratio.414862930BD482FD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ratio.414862930BD482FD.idx
new file mode 100644
index 0000000..fc27fbf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ratio.414862930BD482FD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sal.h.0CDEBFCE2CA2285D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sal.h.0CDEBFCE2CA2285D.idx
new file mode 100644
index 0000000..7f6a0b3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/sal.h.0CDEBFCE2CA2285D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/setjmp.h.531328695760AE6A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/setjmp.h.531328695760AE6A.idx
new file mode 100644
index 0000000..6b62161
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/setjmp.h.531328695760AE6A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/share.h.DD90095B1BCDF209.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/share.h.DD90095B1BCDF209.idx
new file mode 100644
index 0000000..7223235
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/share.h.DD90095B1BCDF209.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stat.h.F8871F0F58B70D5A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stat.h.F8871F0F58B70D5A.idx
new file mode 100644
index 0000000..ae9bb57
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stat.h.F8871F0F58B70D5A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdarg.h.59ECCB586E855216.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdarg.h.59ECCB586E855216.idx
new file mode 100644
index 0000000..a562b20
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdarg.h.59ECCB586E855216.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdbool.h.B8E47107CFACB386.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdbool.h.B8E47107CFACB386.idx
new file mode 100644
index 0000000..2fd8d09
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdbool.h.B8E47107CFACB386.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stddef.h.284AD718379B86BE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stddef.h.284AD718379B86BE.idx
new file mode 100644
index 0000000..eb05ea6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stddef.h.284AD718379B86BE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdexcept.3C1A36A5F83CF109.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdexcept.3C1A36A5F83CF109.idx
new file mode 100644
index 0000000..b2d3b26
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdexcept.3C1A36A5F83CF109.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.DB53897BF263DD70.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.DB53897BF263DD70.idx
new file mode 100644
index 0000000..964569a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.DB53897BF263DD70.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.E41A5ED5269418CF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.E41A5ED5269418CF.idx
new file mode 100644
index 0000000..c39a6c2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdint.h.E41A5ED5269418CF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdio.h.EA4B5ABC3DF30897.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdio.h.EA4B5ABC3DF30897.idx
new file mode 100644
index 0000000..e1ca8ac
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdio.h.EA4B5ABC3DF30897.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdlib.h.670D46169E95ADED.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdlib.h.670D46169E95ADED.idx
new file mode 100644
index 0000000..34c3e53
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/stdlib.h.670D46169E95ADED.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/streambuf.D31BB09FD751B4FC.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/streambuf.D31BB09FD751B4FC.idx
new file mode 100644
index 0000000..1b65159
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/streambuf.D31BB09FD751B4FC.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.E10AF8B735E24CE4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.E10AF8B735E24CE4.idx
new file mode 100644
index 0000000..f019bc3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.E10AF8B735E24CE4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.h.AD4ED09259043E92.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.h.AD4ED09259043E92.idx
new file mode 100644
index 0000000..41edb74
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string.h.AD4ED09259043E92.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string_view.E364DDA89A632E31.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string_view.E364DDA89A632E31.idx
new file mode 100644
index 0000000..94480d1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/string_view.E364DDA89A632E31.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/system_error.4664B84CF094197F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/system_error.4664B84CF094197F.idx
new file mode 100644
index 0000000..0c47645
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/system_error.4664B84CF094197F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/thread.EBCE108AA3E91DA3.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/thread.EBCE108AA3E91DA3.idx
new file mode 100644
index 0000000..38f7005
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/thread.EBCE108AA3E91DA3.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/time.h.991C0B27BE1C1F68.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/time.h.991C0B27BE1C1F68.idx
new file mode 100644
index 0000000..448faba
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/time.h.991C0B27BE1C1F68.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tuple.13815FF773267C8C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tuple.13815FF773267C8C.idx
new file mode 100644
index 0000000..0db4516
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/tuple.13815FF773267C8C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/type_traits.8DF792A7C27B82E1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/type_traits.8DF792A7C27B82E1.idx
new file mode 100644
index 0000000..3eadb36
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/type_traits.8DF792A7C27B82E1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/typeinfo.3F45CA0BD04F244F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/typeinfo.3F45CA0BD04F244F.idx
new file mode 100644
index 0000000..f282c00
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/typeinfo.3F45CA0BD04F244F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/types.h.42FBB13494B8EEBD.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/types.h.42FBB13494B8EEBD.idx
new file mode 100644
index 0000000..804f8db
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/types.h.42FBB13494B8EEBD.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_InjuryAnalysisUI.h.400756B5E21E6537.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_InjuryAnalysisUI.h.400756B5E21E6537.idx
new file mode 100644
index 0000000..4999705
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_InjuryAnalysisUI.h.400756B5E21E6537.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_guidingui.h.377F6CEE513ADB17.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_guidingui.h.377F6CEE513ADB17.idx
new file mode 100644
index 0000000..16eeffb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_guidingui.h.377F6CEE513ADB17.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_injurydisiplayui.h.7B7D9EE1289AA291.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_injurydisiplayui.h.7B7D9EE1289AA291.idx
new file mode 100644
index 0000000..cae931d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/ui_injurydisiplayui.h.7B7D9EE1289AA291.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/unordered_map.E0EA5E3BD125D00E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/unordered_map.E0EA5E3BD125D00E.idx
new file mode 100644
index 0000000..5f45c09
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/unordered_map.E0EA5E3BD125D00E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/use_ansi.h.48099023AF8FAE18.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/use_ansi.h.48099023AF8FAE18.idx
new file mode 100644
index 0000000..62687a2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/use_ansi.h.48099023AF8FAE18.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utility.6F7CF3C34DD4911D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utility.6F7CF3C34DD4911D.idx
new file mode 100644
index 0000000..c8438c6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/utility.6F7CF3C34DD4911D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.16D8FC273F3D5BF4.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.16D8FC273F3D5BF4.idx
new file mode 100644
index 0000000..0d996a6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.16D8FC273F3D5BF4.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.6AD0769B20319A6B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.6AD0769B20319A6B.idx
new file mode 100644
index 0000000..be464f4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vadefs.h.6AD0769B20319A6B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/variant.6DAEB039894CE1AB.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/variant.6DAEB039894CE1AB.idx
new file mode 100644
index 0000000..15ed5af
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/variant.6DAEB039894CE1AB.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime.h.7CAA135F37E57089.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime.h.7CAA135F37E57089.idx
new file mode 100644
index 0000000..4fe5e79
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime.h.7CAA135F37E57089.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.984E1B4C0C38C7E2.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.984E1B4C0C38C7E2.idx
new file mode 100644
index 0000000..73946e3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_exception.h.984E1B4C0C38C7E2.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.660133B6932406AE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.660133B6932406AE.idx
new file mode 100644
index 0000000..513644e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new.h.660133B6932406AE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.FA98127A7C13BB4C.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.FA98127A7C13BB4C.idx
new file mode 100644
index 0000000..35b657d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_new_debug.h.FA98127A7C13BB4C.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.E44BFE05D2A0FA5F.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.E44BFE05D2A0FA5F.idx
new file mode 100644
index 0000000..d40172d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_startup.h.E44BFE05D2A0FA5F.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.E207267F15CE4B22.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.E207267F15CE4B22.idx
new file mode 100644
index 0000000..11f8fd3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_string.h.E207267F15CE4B22.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.89C93DA125C25B53.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.89C93DA125C25B53.idx
new file mode 100644
index 0000000..cae0178
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vcruntime_typeinfo.h.89C93DA125C25B53.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vector.2FD5F0F459E96149.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vector.2FD5F0F459E96149.idx
new file mode 100644
index 0000000..59749d2
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/vector.2FD5F0F459E96149.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/version.9546FA58FC83798E.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/version.9546FA58FC83798E.idx
new file mode 100644
index 0000000..7c54790
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/version.9546FA58FC83798E.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wchar.h.A1D30D8562162B19.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wchar.h.A1D30D8562162B19.idx
new file mode 100644
index 0000000..93c8c62
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/wchar.h.A1D30D8562162B19.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.EF64CD1087823AF7.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.EF64CD1087823AF7.idx
new file mode 100644
index 0000000..79fb4b6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86gprintrin.h.EF64CD1087823AF7.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86intrin.h.CB5F5B9CD6C25699.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86intrin.h.CB5F5B9CD6C25699.idx
new file mode 100644
index 0000000..32aab09
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/x86intrin.h.CB5F5B9CD6C25699.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xatomic.h.97CB9058EBD51442.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xatomic.h.97CB9058EBD51442.idx
new file mode 100644
index 0000000..2955d5f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xatomic.h.97CB9058EBD51442.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xbit_ops.h.AA2A41951E5399F6.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xbit_ops.h.AA2A41951E5399F6.idx
new file mode 100644
index 0000000..aadb1c1
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xbit_ops.h.AA2A41951E5399F6.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xcall_once.h.10580AFD81357CD0.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xcall_once.h.10580AFD81357CD0.idx
new file mode 100644
index 0000000..2b85bab
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xcall_once.h.10580AFD81357CD0.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xerrc.h.B8C9D8AC0985B9D1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xerrc.h.B8C9D8AC0985B9D1.idx
new file mode 100644
index 0000000..3908fa5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xerrc.h.B8C9D8AC0985B9D1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfacet.7EBA2F61C351D0C1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfacet.7EBA2F61C351D0C1.idx
new file mode 100644
index 0000000..bccf8bf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfacet.7EBA2F61C351D0C1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfilesystem_abi.h.C30FB69C59864DDE.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfilesystem_abi.h.C30FB69C59864DDE.idx
new file mode 100644
index 0000000..d030981
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xfilesystem_abi.h.C30FB69C59864DDE.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xhash.0B0CB163CB414922.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xhash.0B0CB163CB414922.idx
new file mode 100644
index 0000000..aea491f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xhash.0B0CB163CB414922.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xiosbase.4D4386E467B0D8D8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xiosbase.4D4386E467B0D8D8.idx
new file mode 100644
index 0000000..72242ac
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xiosbase.4D4386E467B0D8D8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xkeycheck.h.44287673DA539958.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xkeycheck.h.44287673DA539958.idx
new file mode 100644
index 0000000..14c713c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xkeycheck.h.44287673DA539958.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocale.F3A42916AB7389D1.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocale.F3A42916AB7389D1.idx
new file mode 100644
index 0000000..4445b6d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocale.F3A42916AB7389D1.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocbuf.820780672913EE21.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocbuf.820780672913EE21.idx
new file mode 100644
index 0000000..23da3cf
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocbuf.820780672913EE21.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.B0E591F3CAA1F0D8.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.B0E591F3CAA1F0D8.idx
new file mode 100644
index 0000000..d47d2f3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocinfo.B0E591F3CAA1F0D8.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocmes.B62F2BD69AA6A5EA.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocmes.B62F2BD69AA6A5EA.idx
new file mode 100644
index 0000000..e83c5fb
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocmes.B62F2BD69AA6A5EA.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocmon.B4B543888404F74A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocmon.B4B543888404F74A.idx
new file mode 100644
index 0000000..006d56f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocmon.B4B543888404F74A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocnum.C6A40839BE483606.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocnum.C6A40839BE483606.idx
new file mode 100644
index 0000000..0acd195
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xlocnum.C6A40839BE483606.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xloctime.175E7DFC0AECD116.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xloctime.175E7DFC0AECD116.idx
new file mode 100644
index 0000000..4296ab7
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xloctime.175E7DFC0AECD116.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmemory.5A54031B417EDA2A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmemory.5A54031B417EDA2A.idx
new file mode 100644
index 0000000..f59d738
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmemory.5A54031B417EDA2A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B82037337134BEF5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B82037337134BEF5.idx
new file mode 100644
index 0000000..8b234a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xmmintrin.h.B82037337134BEF5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xnode_handle.h.89DDF9C5A237B75A.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xnode_handle.h.89DDF9C5A237B75A.idx
new file mode 100644
index 0000000..21472ba
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xnode_handle.h.89DDF9C5A237B75A.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.F7E737FCEDA8C15B.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.F7E737FCEDA8C15B.idx
new file mode 100644
index 0000000..1def7e0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xpolymorphic_allocator.h.F7E737FCEDA8C15B.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.F7C0C91BA481CE65.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.F7C0C91BA481CE65.idx
new file mode 100644
index 0000000..b908cf5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsaveintrin.h.F7C0C91BA481CE65.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsmf_control.h.F359452147F42715.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsmf_control.h.F359452147F42715.idx
new file mode 100644
index 0000000..0a4e3d5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xsmf_control.h.F359452147F42715.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstddef.ED2D2A51C2A53B18.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstddef.ED2D2A51C2A53B18.idx
new file mode 100644
index 0000000..98be2a0
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstddef.ED2D2A51C2A53B18.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstring.DCBB4A43137AFA86.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstring.DCBB4A43137AFA86.idx
new file mode 100644
index 0000000..0d1e34b
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xstring.DCBB4A43137AFA86.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xthreads.h.9432DF63CEA8FDCF.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xthreads.h.9432DF63CEA8FDCF.idx
new file mode 100644
index 0000000..c86431a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xthreads.h.9432DF63CEA8FDCF.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtimec.h.C5DB493D32C000B5.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtimec.h.C5DB493D32C000B5.idx
new file mode 100644
index 0000000..ffe581d
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtimec.h.C5DB493D32C000B5.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtr1common.C98B0C373F8ACC17.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtr1common.C98B0C373F8ACC17.idx
new file mode 100644
index 0000000..c4c7ad6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtr1common.C98B0C373F8ACC17.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtree.966E94D47843F053.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtree.966E94D47843F053.idx
new file mode 100644
index 0000000..5eff2c3
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xtree.966E94D47843F053.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xutility.9745D2915A73D367.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xutility.9745D2915A73D367.idx
new file mode 100644
index 0000000..dbc1d2c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/xutility.9745D2915A73D367.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals.h.3E0862A23E324536.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals.h.3E0862A23E324536.idx
new file mode 100644
index 0000000..49dd0a8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals.h.3E0862A23E324536.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals_core.h.9ED6D0D8BBC0DF1D.idx b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals_core.h.9ED6D0D8BBC0DF1D.idx
new file mode 100644
index 0000000..b286f02
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/.cache/clangd/index/yvals_core.h.9ED6D0D8BBC0DF1D.idx differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/compile_commands.json b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/compile_commands.json
new file mode 100644
index 0000000..c26b688
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd/compile_commands.json
@@ -0,0 +1 @@
+[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\DogDatabase.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/DogDatabase.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\InjuryAnalysisUI.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/InjuryAnalysisUI.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\InjuryDatabase.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/InjuryDatabase.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\UAVDatabase.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/UAVDatabase.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\injurydisiplayui.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/injurydisiplayui.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\main.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\guidingui.cpp"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/guidingui.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\DogDatabase.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/DogDatabase.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\InjuryAnalysisUI.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/InjuryAnalysisUI.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\InjuryDatabase.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/InjuryDatabase.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\UAVDatabase.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/UAVDatabase.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\guidingui.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/guidingui.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\injurydisiplayui.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/injurydisiplayui.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\ui_injurydisiplayui.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_injurydisiplayui.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\ui_guidingui.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_guidingui.h"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","--driver-mode=cl","-nologo","-Zc:wchar_t","-FS","-Zc:rvalueCast","-Zc:inline","-Zc:strictStrings","-Zc:throwingNew","-permissive-","-Zc:__cplusplus","-Zc:externConstexpr","-MD","-clang:-std=c++17","-utf-8","-W3","-w34100","-w34189","-w44996","-w44456","-w44457","-w44458","-wd4577","-wd4467","-EHsc","/Zs","-m64","--target=x86_64-pc-windows-msvc","-fcxx-exceptions","-fexceptions","-fms-compatibility-version=19.31","-DUNICODE","-D_UNICODE","-DWIN32","-D_ENABLE_EXTENDED_ALIGNED_STORAGE","-DWIN64","-DNDEBUG","-DQT_NO_DEBUG","-DQT_QUICKWIDGETS_LIB","-DQT_LOCATION_LIB","-DQT_POSITIONINGQUICK_LIB","-DQT_QUICKSHAPES_LIB","-DQT_WEBENGINEWIDGETS_LIB","-DQT_WEBENGINECORE_LIB","-DQT_QUICK_LIB","-DQT_OPENGL_LIB","-DQT_MULTIMEDIAWIDGETS_LIB","-DQT_PRINTSUPPORT_LIB","-DQT_WIDGETS_LIB","-DQT_MULTIMEDIA_LIB","-DQT_GUI_LIB","-DQT_QMLMODELS_LIB","-DQT_WEBCHANNEL_LIB","-DQT_QML_LIB","-DQT_QMLINTEGRATION_LIB","-DQT_NETWORK_LIB","-DQT_POSITIONING_LIB","-DQT_SQL_LIB","-DQT_CORE_LIB","-DQT_QMLBUILTINS_LIB","-DQ_CREATOR_RUN","-D__FUNCSIG__=\"void __cdecl someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580(void)\"","-D__FUNCTION__=\"someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580\"","-D__FUNCDNAME__=\"?someLegalAndLongishFunctionNameThatWorksAroundQTCREATORBUG-24580@@YAXXZ\"","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders","-ID:\\qt\\Tools\\QtCreator\\share\\qtcreator\\cplusplus\\wrappedQtHeaders\\QtCore","-ID:\\PROJECT\\QT\\CasualtySightPlus","-ID:\\qt\\6.7.0\\msvc2019_64\\include","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtLocation","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioningQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuickShapes\\6.7.0\\QtQuickShapes","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick\\6.7.0\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebEngineCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQuick","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtOpenGL","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimediaWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPrintSupport","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWidgets","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui\\6.7.0\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtMultimedia","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtGui","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels\\6.7.0\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlModels","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml\\6.7.0\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtWebChannel","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQml","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlIntegration","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtNetwork","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtPositioning","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore\\6.7.0\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtSql","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtCore","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins\\6.7.0\\QtQmlBuiltins","-ID:\\qt\\6.7.0\\msvc2019_64\\include\\QtQmlBuiltins","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\release","-ID:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release","-ID:\\qt\\6.7.0\\msvc2019_64\\mkspecs\\win32-msvc","/clang:-isystem","/clang:D:\\qt\\Tools\\QtCreator\\bin\\clang\\lib\\clang\\17\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\ATLMFC\\include","/clang:-isystem","/clang:C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.31.31103\\include","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\ucrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\shared","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\um","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\winrt","/clang:-isystem","/clang:C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.19041.0\\cppwinrt","/clang:-fmessage-length=0","/clang:-fdiagnostics-show-note-include-stack","/clang:-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","/TP","D:\\PROJECT\\QT\\CasualtySightPlus\\build\\Desktop_Qt_6_7_0_MSVC2019_64bit-Release\\ui_InjuryAnalysisUI.h"],"directory":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/.qtc_clangd","file":"D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_InjuryAnalysisUI.h"}]
\ No newline at end of file
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile
new file mode 100644
index 0000000..c0a169b
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile
@@ -0,0 +1,734 @@
+#############################################################################
+# Makefile for building: CasualtySightPlus
+# Generated by qmake (3.1) (Qt 6.7.0)
+# Project: ..\..\CasualtySightPlus.pro
+# Template: app
+# Command: D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -o Makefile ..\..\CasualtySightPlus.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
+#############################################################################
+
+MAKEFILE = Makefile
+
+EQ = =
+
+first: release
+install: release-install
+uninstall: release-uninstall
+QMAKE = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe
+DEL_FILE = del
+CHK_DIR_EXISTS= if not exist
+MKDIR = mkdir
+COPY = copy /y
+COPY_FILE = copy /y
+COPY_DIR = xcopy /s /q /y /i
+INSTALL_FILE = copy /y
+INSTALL_PROGRAM = copy /y
+INSTALL_DIR = xcopy /s /q /y /i
+QINSTALL = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -install qinstall
+QINSTALL_PROGRAM = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -install qinstall -exe
+DEL_FILE = del
+SYMLINK = $(QMAKE) -install ln -f -s
+DEL_DIR = rmdir
+MOVE = move
+IDC = idc
+IDL = midl
+ZIP = zip -r -9
+DEF_FILE =
+RES_FILE =
+SED = $(QMAKE) -install sed
+MOVE = move
+SUBTARGETS = \
+ release \
+ debug
+
+
+release: $(MAKEFILE) FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release
+release-make_first: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release
+release-all: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release all
+release-clean: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release clean
+release-distclean: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release distclean
+release-install: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release install
+release-uninstall: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release uninstall
+debug: $(MAKEFILE) FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug
+debug-make_first: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug
+debug-all: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug all
+debug-clean: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug clean
+debug-distclean: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug distclean
+debug-install: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug install
+debug-uninstall: FORCE
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug uninstall
+
+Makefile: ..\..\CasualtySightPlus.pro D:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc\qmake.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_pre.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-desktop.conf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-vulkan.conf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-desktop.conf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\qconfig.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_freetype.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libjpeg.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libpng.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_entrypoint_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_example_icons_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_freetype_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_harfbuzz_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_jpeg_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_linguist.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediaquick_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_png_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatch_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldom_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlls_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dglslparser_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dspatialaudio_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickeffects_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_tools_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_functions.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_config.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc\qmake.conf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_post.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-version.conf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\toolchain.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_pre.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\default_pre.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\resolve_config.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds_post.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_post.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources_functions.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\qtquickcompiler.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\precompile_header.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\warn_on.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\permissions.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\moc.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\opengl.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\uic.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\qmake_use.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\file_copies.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\testcase_targets.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\exceptions.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\yacc.prf \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\lex.prf \
+ ..\..\CasualtySightPlus.pro \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgets.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Location.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuick.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapes.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgets.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCore.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Quick.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGL.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgets.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupport.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgets.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimedia.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Gui.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModels.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChannel.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Qml.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Network.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioning.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Sql.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Core.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltins.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPoint.prl \
+ .qmake.stash \
+ D:\qt\6.7.0\msvc2019_64\mkspecs\features\build_pass.prf \
+ res_qmlcache.qrc \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgetsd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Locationd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuickd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapesd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgetsd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCored.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Quickd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGLd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgetsd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupportd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgetsd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimediad.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Guid.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModelsd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChanneld.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Qmld.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Networkd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioningd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Sqld.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6Cored.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltinsd.prl \
+ D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPointd.prl
+ $(QMAKE) -o Makefile ..\..\CasualtySightPlus.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_pre.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-desktop.conf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-vulkan.conf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-desktop.conf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\qconfig.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_freetype.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libjpeg.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libpng.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_entrypoint_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_example_icons_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_freetype_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_harfbuzz_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_jpeg_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_linguist.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediaquick_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_png_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatch_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldom_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlls_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dglslparser_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dspatialaudio_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickeffects_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_tools_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_functions.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_config.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc\qmake.conf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_post.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-version.conf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\toolchain.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_pre.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\default_pre.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\resolve_config.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds_post.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_post.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources_functions.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\qtquickcompiler.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\precompile_header.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\warn_on.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\permissions.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\moc.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\opengl.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\uic.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\qmake_use.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\file_copies.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\testcase_targets.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\exceptions.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\yacc.prf:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\lex.prf:
+..\..\CasualtySightPlus.pro:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgets.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Location.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuick.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapes.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgets.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCore.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Quick.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGL.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgets.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupport.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgets.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimedia.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Gui.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModels.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChannel.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Qml.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Network.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioning.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Sql.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Core.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltins.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPoint.prl:
+.qmake.stash:
+D:\qt\6.7.0\msvc2019_64\mkspecs\features\build_pass.prf:
+res_qmlcache.qrc:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgetsd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Locationd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuickd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapesd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgetsd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCored.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Quickd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGLd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgetsd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupportd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgetsd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimediad.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Guid.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModelsd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChanneld.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Qmld.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Networkd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioningd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Sqld.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6Cored.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltinsd.prl:
+D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPointd.prl:
+qmake: FORCE
+ @$(QMAKE) -o Makefile ..\..\CasualtySightPlus.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
+
+qmake_all: FORCE
+
+make_first: release-make_first debug-make_first FORCE
+all: release-all debug-all FORCE
+clean: release-clean debug-clean FORCE
+distclean: release-distclean debug-distclean FORCE
+ -$(DEL_FILE) Makefile
+ -$(DEL_FILE) .qmake.stash
+
+release-mocclean:
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release mocclean
+debug-mocclean:
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug mocclean
+mocclean: release-mocclean debug-mocclean
+
+release-mocables:
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Release mocables
+debug-mocables:
+ @set MAKEFLAGS=$(MAKEFLAGS)
+ $(MAKE) -f $(MAKEFILE).Debug mocables
+mocables: release-mocables debug-mocables
+
+check: first
+
+benchmark: first
+FORCE:
+
+$(MAKEFILE).Release: Makefile
+$(MAKEFILE).Debug: Makefile
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile.Debug b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile.Debug
new file mode 100644
index 0000000..009a72d
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile.Debug
@@ -0,0 +1,4213 @@
+#############################################################################
+# Makefile for building: CasualtySightPlus
+# Generated by qmake (3.1) (Qt 6.7.0)
+# Project: ..\..\CasualtySightPlus.pro
+# Template: app
+#############################################################################
+
+MAKEFILE = Makefile.Debug
+
+EQ = =
+
+####### Compiler, tools and options
+
+CC = cl
+CXX = cl
+DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_QUICKWIDGETS_LIB -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICKSHAPES_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_SQL_LIB -DQT_CORE_LIB -DQT_QMLBUILTINS_LIB
+CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zi -MDd -utf-8 -W3 -w44456 -w44457 -w44458 /Fddebug\CasualtySightPlus.vc.pdb $(DEFINES)
+CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -Zi -MDd -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\CasualtySightPlus.vc.pdb $(DEFINES)
+INCPATH = -I..\..\..\CasualtySightPlus -I. -ID:\qt\6.7.0\msvc2019_64\include -ID:\qt\6.7.0\msvc2019_64\include\QtQuickWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtLocation -ID:\qt\6.7.0\msvc2019_64\include\QtPositioningQuick -ID:\qt\6.7.0\msvc2019_64\include\QtQuickShapes -ID:\qt\6.7.0\msvc2019_64\include\QtQuickShapes\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQuickShapes\6.7.0\QtQuickShapes -ID:\qt\6.7.0\msvc2019_64\include\QtQuick\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQuick\6.7.0\QtQuick -ID:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore -ID:\qt\6.7.0\msvc2019_64\include\QtQuick -ID:\qt\6.7.0\msvc2019_64\include\QtOpenGL -ID:\qt\6.7.0\msvc2019_64\include\QtMultimediaWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtPrintSupport -ID:\qt\6.7.0\msvc2019_64\include\QtWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtGui\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtGui\6.7.0\QtGui -ID:\qt\6.7.0\msvc2019_64\include\QtMultimedia -ID:\qt\6.7.0\msvc2019_64\include\QtGui -ID:\qt\6.7.0\msvc2019_64\include\QtQmlModels\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQmlModels\6.7.0\QtQmlModels -ID:\qt\6.7.0\msvc2019_64\include\QtQmlModels -ID:\qt\6.7.0\msvc2019_64\include\QtQml\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQml\6.7.0\QtQml -ID:\qt\6.7.0\msvc2019_64\include\QtWebChannel -ID:\qt\6.7.0\msvc2019_64\include\QtQml -ID:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration -ID:\qt\6.7.0\msvc2019_64\include\QtNetwork -ID:\qt\6.7.0\msvc2019_64\include\QtPositioning -ID:\qt\6.7.0\msvc2019_64\include\QtCore\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtCore\6.7.0\QtCore -ID:\qt\6.7.0\msvc2019_64\include\QtSql -ID:\qt\6.7.0\msvc2019_64\include\QtCore -ID:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\6.7.0\QtQmlBuiltins -ID:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins -Idebug -I. -I/include -ID:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc
+LINKER = link
+LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
+LIBS = D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Locationd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuickd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapesd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCored.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Quickd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGLd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupportd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimediad.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Guid.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModelsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChanneld.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Qmld.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Networkd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioningd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Sqld.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltinsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Cored.lib mpr.lib userenv.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPointd.lib shell32.lib
+QMAKE = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe
+DEL_FILE = del
+CHK_DIR_EXISTS= if not exist
+MKDIR = mkdir
+COPY = copy /y
+COPY_FILE = copy /y
+COPY_DIR = xcopy /s /q /y /i
+INSTALL_FILE = copy /y
+INSTALL_PROGRAM = copy /y
+INSTALL_DIR = xcopy /s /q /y /i
+QINSTALL = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -install qinstall
+QINSTALL_PROGRAM = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -install qinstall -exe
+DEL_FILE = del
+SYMLINK = $(QMAKE) -install ln -f -s
+DEL_DIR = rmdir
+MOVE = move
+IDC = idc
+IDL = midl
+ZIP = zip -r -9
+DEF_FILE =
+RES_FILE =
+SED = $(QMAKE) -install sed
+MOVE = move
+
+####### Output directory
+
+OBJECTS_DIR = debug
+
+####### Files
+
+SOURCES = ..\..\DogDatabase.cpp \
+ ..\..\InjuryAnalysisUI.cpp \
+ ..\..\InjuryDatabase.cpp \
+ ..\..\UAVDatabase.cpp \
+ ..\..\injurydisiplayui.cpp \
+ ..\..\main.cpp \
+ ..\..\guidingui.cpp debug\res_qml_MAP2_qml.cpp \
+ debug\res_qml_MAP_qml.cpp \
+ debug\qmlcache_loader.cpp \
+ debug\qrc_res_qmlcache.cpp \
+ debug\moc_InjuryAnalysisUI.cpp \
+ debug\moc_guidingui.cpp \
+ debug\moc_injurydisiplayui.cpp
+OBJECTS = debug\DogDatabase.obj \
+ debug\InjuryAnalysisUI.obj \
+ debug\InjuryDatabase.obj \
+ debug\UAVDatabase.obj \
+ debug\injurydisiplayui.obj \
+ debug\main.obj \
+ debug\guidingui.obj \
+ debug\res_qml_MAP2_qml.obj \
+ debug\res_qml_MAP_qml.obj \
+ debug\qmlcache_loader.obj \
+ debug\qrc_res_qmlcache.obj \
+ debug\moc_InjuryAnalysisUI.obj \
+ debug\moc_guidingui.obj \
+ debug\moc_injurydisiplayui.obj
+
+DIST = ..\..\DogDatabase.h \
+ ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ ..\..\UAVDatabase.h \
+ ..\..\guidingui.h \
+ ..\..\injurydisiplayui.h ..\..\DogDatabase.cpp \
+ ..\..\InjuryAnalysisUI.cpp \
+ ..\..\InjuryDatabase.cpp \
+ ..\..\UAVDatabase.cpp \
+ ..\..\injurydisiplayui.cpp \
+ ..\..\main.cpp \
+ ..\..\guidingui.cpp
+QMAKE_TARGET = CasualtySightPlus
+DESTDIR = debug\ #avoid trailing-slash linebreak
+TARGET = CasualtySightPlus.exe
+DESTDIR_TARGET = debug\CasualtySightPlus.exe
+
+####### Implicit rules
+
+.SUFFIXES: .c .cpp .cc .cxx
+
+{.}.cpp{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{.}.cc{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{.}.cxx{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{.}.c{debug\}.obj::
+ $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{debug}.cpp{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{debug}.cc{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{debug}.cxx{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{debug}.c{debug\}.obj::
+ $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{..\..}.cpp{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{..\..}.cc{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{..\..}.cxx{debug\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+{..\..}.c{debug\}.obj::
+ $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<<
+ $<
+<<
+
+####### Build rules
+
+first: all
+all: Makefile.Debug debug\CasualtySightPlus.exe
+
+debug\CasualtySightPlus.exe: D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Locationd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuickd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapesd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCored.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Quickd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGLd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupportd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgetsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimediad.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Guid.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModelsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChanneld.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Qmld.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Networkd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioningd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Sqld.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Cored.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltinsd.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPointd.lib ui_InjuryAnalysisUI.h ui_guidingui.h ui_injurydisiplayui.h $(OBJECTS)
+ $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<<
+debug\DogDatabase.obj debug\InjuryAnalysisUI.obj debug\InjuryDatabase.obj debug\UAVDatabase.obj debug\injurydisiplayui.obj debug\main.obj debug\guidingui.obj debug\res_qml_MAP2_qml.obj debug\res_qml_MAP_qml.obj debug\qmlcache_loader.obj debug\qrc_res_qmlcache.obj debug\moc_InjuryAnalysisUI.obj debug\moc_guidingui.obj debug\moc_injurydisiplayui.obj
+$(LIBS)
+<<
+
+qmake: FORCE
+ @$(QMAKE) -o Makefile.Debug ..\..\CasualtySightPlus.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
+
+qmake_all: FORCE
+
+dist:
+ $(ZIP) CasualtySightPlus.zip $(SOURCES) $(DIST) ..\..\CasualtySightPlus.pro D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_pre.prf D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-desktop.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-vulkan.conf D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-desktop.conf D:\qt\6.7.0\msvc2019_64\mkspecs\qconfig.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_freetype.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libjpeg.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libpng.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_entrypoint_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_example_icons_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_freetype_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_harfbuzz_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_jpeg_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_linguist.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediaquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_png_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatch_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldom_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlls_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dglslparser_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dspatialaudio_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickeffects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_tools_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_functions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_config.prf D:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc\qmake.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_post.prf .qmake.stash D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds.prf D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-version.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\toolchain.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_pre.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\default_pre.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\resolve_config.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds_post.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_post.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\build_pass.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources_functions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qtquickcompiler.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\precompile_header.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\warn_on.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\permissions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\moc.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\opengl.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\uic.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qmake_use.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\file_copies.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\testcase_targets.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\exceptions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\yacc.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\lex.prf ..\..\CasualtySightPlus.pro res_qmlcache.qrc D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgetsd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Locationd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuickd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapesd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgetsd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCored.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Quickd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGLd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgetsd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupportd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgetsd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimediad.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Guid.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModelsd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChanneld.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Qmld.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Networkd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioningd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Sqld.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Cored.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltinsd.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPointd.prl ..\..\res\qml\MAP2.qml ..\..\res\qml\MAP.qml ..\..\res.qrc res_qmlcache.qrc D:\qt\6.7.0\msvc2019_64\mkspecs\features\data\dummy.cpp ..\..\DogDatabase.h ..\..\InjuryAnalysisUI.h ..\..\InjuryDatabase.h ..\..\UAVDatabase.h ..\..\guidingui.h ..\..\injurydisiplayui.h ..\..\DogDatabase.cpp ..\..\InjuryAnalysisUI.cpp ..\..\InjuryDatabase.cpp ..\..\UAVDatabase.cpp ..\..\injurydisiplayui.cpp ..\..\main.cpp ..\..\guidingui.cpp ..\..\InjuryAnalysisUI.ui ..\..\guidingui.ui ..\..\injurydisiplayui.ui
+
+clean: compiler_clean
+ -$(DEL_FILE) debug\DogDatabase.obj debug\InjuryAnalysisUI.obj debug\InjuryDatabase.obj debug\UAVDatabase.obj debug\injurydisiplayui.obj debug\main.obj debug\guidingui.obj debug\res_qml_MAP2_qml.obj debug\res_qml_MAP_qml.obj debug\qmlcache_loader.obj debug\qrc_res_qmlcache.obj debug\moc_InjuryAnalysisUI.obj debug\moc_guidingui.obj debug\moc_injurydisiplayui.obj
+ -$(DEL_FILE) debug\CasualtySightPlus.vc.pdb debug\CasualtySightPlus.ilk debug\CasualtySightPlus.idb
+
+distclean: clean
+ -$(DEL_FILE) .qmake.stash debug\CasualtySightPlus.pdb
+ -$(DEL_FILE) $(DESTDIR_TARGET)
+ -$(DEL_FILE) Makefile.Debug
+
+mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean
+
+mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all
+
+check: first
+
+benchmark: first
+
+compiler_qmlcache_make_all: debug\res_qml_MAP2_qml.cpp debug\res_qml_MAP_qml.cpp
+compiler_qmlcache_clean:
+ -$(DEL_FILE) debug\res_qml_MAP2_qml.cpp debug\res_qml_MAP_qml.cpp
+debug\res_qml_MAP2_qml.cpp: ..\..\res\qml\MAP2.qml
+ D:\qt\6.7.0\msvc2019_64\bin\qmlcachegen.exe --resource=D:/PROJECT/QT/CasualtySightPlus/res.qrc -o debug\res_qml_MAP2_qml.cpp ..\..\res\qml\MAP2.qml
+
+debug\res_qml_MAP_qml.cpp: ..\..\res\qml\MAP.qml
+ D:\qt\6.7.0\msvc2019_64\bin\qmlcachegen.exe --resource=D:/PROJECT/QT/CasualtySightPlus/res.qrc -o debug\res_qml_MAP_qml.cpp ..\..\res\qml\MAP.qml
+
+compiler_qmlcache_loader_make_all: debug\qmlcache_loader.cpp
+compiler_qmlcache_loader_clean:
+ -$(DEL_FILE) debug\qmlcache_loader.cpp
+debug\qmlcache_loader.cpp: ..\..\res.qrc
+ D:\qt\6.7.0\msvc2019_64\bin\qmlcachegen.exe --resource-file-mapping="D:/PROJECT/QT/CasualtySightPlus/res.qrc=D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/res_qmlcache.qrc" -o debug\qmlcache_loader.cpp ..\..\res.qrc
+
+compiler_no_pch_compiler_make_all:
+compiler_no_pch_compiler_clean:
+compiler_rcc_make_all: debug\qrc_res_qmlcache.cpp
+compiler_rcc_clean:
+ -$(DEL_FILE) debug\qrc_res_qmlcache.cpp
+debug\qrc_res_qmlcache.cpp: res_qmlcache.qrc \
+ D:\qt\6.7.0\msvc2019_64\bin\rcc.exe \
+ ..\..\res\html\map.html \
+ ..\..\res\icon\red.png \
+ ..\..\res\icon\green.png \
+ ..\..\res\icon\yellow.png \
+ ..\..\res\image\tab.png \
+ ..\..\res\image\health.png \
+ ..\..\res\image\uav.png \
+ ..\..\res\image\location.svg \
+ ..\..\res\image\health.svg \
+ ..\..\res\image\location.png \
+ ..\..\res\image\logo_backgroundless.png \
+ ..\..\res\image\MapBackGround.png \
+ ..\..\res\image\health.png.svg \
+ ..\..\res\image\mapbtn.svg \
+ ..\..\res\image\UAV.svg \
+ ..\..\res\image\tab.svg \
+ ..\..\res\image\logo.png \
+ ..\..\res\image\map.png \
+ ..\..\res\image\info.png \
+ ..\..\res\image\soldier.svg \
+ ..\..\res\image\robotbtn.svg \
+ ..\..\res\image\soldier.png \
+ ..\..\res\image\map.svg \
+ ..\..\res\image\infomation.svg \
+ ..\..\res\image\robot.png \
+ ..\..\res\qml\MAP2.qml \
+ ..\..\res\qml\MAP.qml
+ D:\qt\6.7.0\msvc2019_64\bin\rcc.exe -name res_qmlcache --no-zstd res_qmlcache.qrc -o debug\qrc_res_qmlcache.cpp
+
+compiler_moc_predefs_make_all: debug\moc_predefs.h
+compiler_moc_predefs_clean:
+ -$(DEL_FILE) debug\moc_predefs.h
+debug\moc_predefs.h: D:\qt\6.7.0\msvc2019_64\mkspecs\features\data\dummy.cpp
+ cl -BxD:\qt\6.7.0\msvc2019_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -Zi -MDd -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E D:\qt\6.7.0\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h
+
+compiler_moc_header_make_all: debug\moc_InjuryAnalysisUI.cpp debug\moc_guidingui.cpp debug\moc_injurydisiplayui.cpp
+compiler_moc_header_clean:
+ -$(DEL_FILE) debug\moc_InjuryAnalysisUI.cpp debug\moc_guidingui.cpp debug\moc_injurydisiplayui.cpp
+debug\moc_InjuryAnalysisUI.cpp: ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ debug\mocinclude.opt \
+ debug\moc_predefs.h \
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/debug/moc_predefs.h @debug/mocinclude.opt ..\..\InjuryAnalysisUI.h -o debug\moc_InjuryAnalysisUI.cpp
+
+debug\moc_guidingui.cpp: ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ debug\mocinclude.opt \
+ debug\moc_predefs.h \
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/debug/moc_predefs.h @debug/mocinclude.opt ..\..\guidingui.h -o debug\moc_guidingui.cpp
+
+debug\moc_injurydisiplayui.cpp: ..\..\injurydisiplayui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\QWebEngineView \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qwebengineview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QPageLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagelayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagesize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpageranges.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qtwebenginewidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginepage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecoreglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebengineclientcertificateselection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QFlags \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginedownloadrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginequotarequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannelDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQml \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQmlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegration \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegrationDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qtqmlintegrationversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltins \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltinsDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\qtqmlbuiltinsversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetwork \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetworkDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractnetworkcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSharedDataPointer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QUrl \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostaddress.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdnslookup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdtls.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhstspolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp1configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp2configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpheaders.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpmultipart.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QByteArray \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QIODevice \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkRequest \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslConfiguration \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslconfiguration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslPreSharedKeyAuthenticator \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslpresharedkeyauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMetaType \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookie.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookiejar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdatagram.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdiskcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinformation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkproxy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkAccessManager \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequestfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qocspresponse.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qpassworddigestor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QCryptographicHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificateextension.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcipher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssldiffiehellmanparameters.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslellipticcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslkey.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QTcpServer \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslError \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslSocket \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qudpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlcompilerglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsmanagedvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmldebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjslist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalueiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlabstracturlinterceptor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlapplicationengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcontext.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlscriptstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensioninterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensionplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QQmlEngine \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlincubator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlmoduleregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlnetworkaccessmanagerfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertymap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QJsonValue \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelabstracttransport.h \
+ debug\mocinclude.opt \
+ debug\moc_predefs.h \
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/debug/moc_predefs.h @debug/mocinclude.opt ..\..\injurydisiplayui.h -o debug\moc_injurydisiplayui.cpp
+
+compiler_moc_objc_header_make_all:
+compiler_moc_objc_header_clean:
+compiler_moc_source_make_all:
+compiler_moc_source_clean:
+compiler_uic_make_all: ui_InjuryAnalysisUI.h ui_guidingui.h ui_injurydisiplayui.h
+compiler_uic_clean:
+ -$(DEL_FILE) ui_InjuryAnalysisUI.h ui_guidingui.h ui_injurydisiplayui.h
+ui_InjuryAnalysisUI.h: ..\..\InjuryAnalysisUI.ui \
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe ..\..\InjuryAnalysisUI.ui -o ui_InjuryAnalysisUI.h
+
+ui_guidingui.h: ..\..\guidingui.ui \
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe ..\..\guidingui.ui -o ui_guidingui.h
+
+ui_injurydisiplayui.h: ..\..\injurydisiplayui.ui \
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe ..\..\injurydisiplayui.ui -o ui_injurydisiplayui.h
+
+compiler_yacc_decl_make_all:
+compiler_yacc_decl_clean:
+compiler_yacc_impl_make_all:
+compiler_yacc_impl_clean:
+compiler_lex_make_all:
+compiler_lex_clean:
+compiler_clean: compiler_qmlcache_clean compiler_qmlcache_loader_clean compiler_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
+
+
+
+####### Compile
+
+debug\DogDatabase.obj: ..\..\DogDatabase.cpp ..\..\DogDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ..\..\UAVDatabase.h
+
+debug\InjuryAnalysisUI.obj: ..\..\InjuryAnalysisUI.cpp ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ui_InjuryAnalysisUI.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMessageBox \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmessagebox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialogbuttonbox.h
+
+debug\InjuryDatabase.obj: ..\..\InjuryDatabase.cpp ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug
+
+debug\UAVDatabase.obj: ..\..\UAVDatabase.cpp ..\..\UAVDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug
+
+debug\injurydisiplayui.obj: ..\..\injurydisiplayui.cpp ..\..\injurydisiplayui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\QWebEngineView \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qwebengineview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QPageLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagelayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagesize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpageranges.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qtwebenginewidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginepage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecoreglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebengineclientcertificateselection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QFlags \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginedownloadrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginequotarequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannelDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQml \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQmlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegration \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegrationDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qtqmlintegrationversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltins \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltinsDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\qtqmlbuiltinsversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetwork \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetworkDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractnetworkcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSharedDataPointer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QUrl \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostaddress.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdnslookup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdtls.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhstspolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp1configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp2configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpheaders.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpmultipart.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QByteArray \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QIODevice \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkRequest \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslConfiguration \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslconfiguration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslPreSharedKeyAuthenticator \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslpresharedkeyauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMetaType \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookie.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookiejar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdatagram.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdiskcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinformation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkproxy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkAccessManager \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequestfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qocspresponse.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qpassworddigestor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QCryptographicHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificateextension.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcipher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssldiffiehellmanparameters.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslellipticcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslkey.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QTcpServer \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslError \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslSocket \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qudpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlcompilerglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsmanagedvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmldebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjslist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalueiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlabstracturlinterceptor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlapplicationengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcontext.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlscriptstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensioninterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensionplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QQmlEngine \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlincubator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlmoduleregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlnetworkaccessmanagerfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertymap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QJsonValue \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelabstracttransport.h \
+ ui_injurydisiplayui.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QVBoxLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDir \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\QWebEnginePage
+
+debug\main.obj: ..\..\main.cpp ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ..\..\DogDatabase.h \
+ ..\..\UAVDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QApplication \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QIcon
+
+debug\guidingui.obj: ..\..\guidingui.cpp ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ ui_guidingui.h \
+ ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\QWebEngineView \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qwebengineview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QPageLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagelayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagesize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpageranges.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qtwebenginewidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginepage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecoreglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebengineclientcertificateselection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QFlags \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginedownloadrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginequotarequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QVBoxLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDir \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QUrl \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\QWebEnginePage
+
+debug\res_qml_MAP2_qml.obj: debug\res_qml_MAP2_qml.cpp
+
+debug\res_qml_MAP_qml.obj: debug\res_qml_MAP_qml.cpp
+
+debug\qmlcache_loader.obj: debug\qmlcache_loader.cpp
+
+debug\qrc_res_qmlcache.obj: debug\qrc_res_qmlcache.cpp
+
+debug\moc_InjuryAnalysisUI.obj: debug\moc_InjuryAnalysisUI.cpp
+
+debug\moc_guidingui.obj: debug\moc_guidingui.cpp
+
+debug\moc_injurydisiplayui.obj: debug\moc_injurydisiplayui.cpp
+
+####### Install
+
+install: FORCE
+
+uninstall: FORCE
+
+FORCE:
+
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile.Release b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile.Release
new file mode 100644
index 0000000..f7dce71
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/Makefile.Release
@@ -0,0 +1,4212 @@
+#############################################################################
+# Makefile for building: CasualtySightPlus
+# Generated by qmake (3.1) (Qt 6.7.0)
+# Project: ..\..\CasualtySightPlus.pro
+# Template: app
+#############################################################################
+
+MAKEFILE = Makefile.Release
+
+EQ = =
+
+####### Compiler, tools and options
+
+CC = cl
+CXX = cl
+DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DNDEBUG -DQT_NO_DEBUG -DQT_QUICKWIDGETS_LIB -DQT_LOCATION_LIB -DQT_POSITIONINGQUICK_LIB -DQT_QUICKSHAPES_LIB -DQT_WEBENGINEWIDGETS_LIB -DQT_WEBENGINECORE_LIB -DQT_QUICK_LIB -DQT_OPENGL_LIB -DQT_MULTIMEDIAWIDGETS_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_QMLMODELS_LIB -DQT_WEBCHANNEL_LIB -DQT_QML_LIB -DQT_QMLINTEGRATION_LIB -DQT_NETWORK_LIB -DQT_POSITIONING_LIB -DQT_SQL_LIB -DQT_CORE_LIB -DQT_QMLBUILTINS_LIB
+CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -utf-8 -W3 -w44456 -w44457 -w44458 $(DEFINES)
+CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -O2 -MD -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES)
+INCPATH = -I..\..\..\CasualtySightPlus -I. -ID:\qt\6.7.0\msvc2019_64\include -ID:\qt\6.7.0\msvc2019_64\include\QtQuickWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtLocation -ID:\qt\6.7.0\msvc2019_64\include\QtPositioningQuick -ID:\qt\6.7.0\msvc2019_64\include\QtQuickShapes -ID:\qt\6.7.0\msvc2019_64\include\QtQuickShapes\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQuickShapes\6.7.0\QtQuickShapes -ID:\qt\6.7.0\msvc2019_64\include\QtQuick\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQuick\6.7.0\QtQuick -ID:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore -ID:\qt\6.7.0\msvc2019_64\include\QtQuick -ID:\qt\6.7.0\msvc2019_64\include\QtOpenGL -ID:\qt\6.7.0\msvc2019_64\include\QtMultimediaWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtPrintSupport -ID:\qt\6.7.0\msvc2019_64\include\QtWidgets -ID:\qt\6.7.0\msvc2019_64\include\QtGui\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtGui\6.7.0\QtGui -ID:\qt\6.7.0\msvc2019_64\include\QtMultimedia -ID:\qt\6.7.0\msvc2019_64\include\QtGui -ID:\qt\6.7.0\msvc2019_64\include\QtQmlModels\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQmlModels\6.7.0\QtQmlModels -ID:\qt\6.7.0\msvc2019_64\include\QtQmlModels -ID:\qt\6.7.0\msvc2019_64\include\QtQml\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQml\6.7.0\QtQml -ID:\qt\6.7.0\msvc2019_64\include\QtWebChannel -ID:\qt\6.7.0\msvc2019_64\include\QtQml -ID:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration -ID:\qt\6.7.0\msvc2019_64\include\QtNetwork -ID:\qt\6.7.0\msvc2019_64\include\QtPositioning -ID:\qt\6.7.0\msvc2019_64\include\QtCore\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtCore\6.7.0\QtCore -ID:\qt\6.7.0\msvc2019_64\include\QtSql -ID:\qt\6.7.0\msvc2019_64\include\QtCore -ID:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\6.7.0 -ID:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\6.7.0\QtQmlBuiltins -ID:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins -Irelease -I. -I/include -ID:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc
+LINKER = link
+LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /OPT:REF /OPT:ICF /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
+LIBS = D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Location.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuick.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapes.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCore.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Quick.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGL.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupport.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimedia.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Gui.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModels.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChannel.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Qml.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Network.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioning.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Sql.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltins.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Core.lib mpr.lib userenv.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPoint.lib shell32.lib
+QMAKE = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe
+DEL_FILE = del
+CHK_DIR_EXISTS= if not exist
+MKDIR = mkdir
+COPY = copy /y
+COPY_FILE = copy /y
+COPY_DIR = xcopy /s /q /y /i
+INSTALL_FILE = copy /y
+INSTALL_PROGRAM = copy /y
+INSTALL_DIR = xcopy /s /q /y /i
+QINSTALL = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -install qinstall
+QINSTALL_PROGRAM = D:\qt\6.7.0\msvc2019_64\bin\qmake.exe -install qinstall -exe
+DEL_FILE = del
+SYMLINK = $(QMAKE) -install ln -f -s
+DEL_DIR = rmdir
+MOVE = move
+IDC = idc
+IDL = midl
+ZIP = zip -r -9
+DEF_FILE =
+RES_FILE =
+SED = $(QMAKE) -install sed
+MOVE = move
+
+####### Output directory
+
+OBJECTS_DIR = release
+
+####### Files
+
+SOURCES = ..\..\DogDatabase.cpp \
+ ..\..\InjuryAnalysisUI.cpp \
+ ..\..\InjuryDatabase.cpp \
+ ..\..\UAVDatabase.cpp \
+ ..\..\injurydisiplayui.cpp \
+ ..\..\main.cpp \
+ ..\..\guidingui.cpp release\res_qml_MAP2_qml.cpp \
+ release\res_qml_MAP_qml.cpp \
+ release\qmlcache_loader.cpp \
+ release\qrc_res_qmlcache.cpp \
+ release\moc_InjuryAnalysisUI.cpp \
+ release\moc_guidingui.cpp \
+ release\moc_injurydisiplayui.cpp
+OBJECTS = release\DogDatabase.obj \
+ release\InjuryAnalysisUI.obj \
+ release\InjuryDatabase.obj \
+ release\UAVDatabase.obj \
+ release\injurydisiplayui.obj \
+ release\main.obj \
+ release\guidingui.obj \
+ release\res_qml_MAP2_qml.obj \
+ release\res_qml_MAP_qml.obj \
+ release\qmlcache_loader.obj \
+ release\qrc_res_qmlcache.obj \
+ release\moc_InjuryAnalysisUI.obj \
+ release\moc_guidingui.obj \
+ release\moc_injurydisiplayui.obj
+
+DIST = ..\..\DogDatabase.h \
+ ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ ..\..\UAVDatabase.h \
+ ..\..\guidingui.h \
+ ..\..\injurydisiplayui.h ..\..\DogDatabase.cpp \
+ ..\..\InjuryAnalysisUI.cpp \
+ ..\..\InjuryDatabase.cpp \
+ ..\..\UAVDatabase.cpp \
+ ..\..\injurydisiplayui.cpp \
+ ..\..\main.cpp \
+ ..\..\guidingui.cpp
+QMAKE_TARGET = CasualtySightPlus
+DESTDIR = release\ #avoid trailing-slash linebreak
+TARGET = CasualtySightPlus.exe
+DESTDIR_TARGET = release\CasualtySightPlus.exe
+
+####### Implicit rules
+
+.SUFFIXES: .c .cpp .cc .cxx
+
+{.}.cpp{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{.}.cc{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{.}.cxx{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{.}.c{release\}.obj::
+ $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{release}.cpp{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{release}.cc{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{release}.cxx{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{release}.c{release\}.obj::
+ $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{..\..}.cpp{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{..\..}.cc{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{..\..}.cxx{release\}.obj::
+ $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+{..\..}.c{release\}.obj::
+ $(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
+ $<
+<<
+
+####### Build rules
+
+first: all
+all: Makefile.Release release\CasualtySightPlus.exe
+
+release\CasualtySightPlus.exe: D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Location.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuick.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapes.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCore.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Quick.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGL.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupport.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgets.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimedia.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Gui.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModels.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChannel.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Qml.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Network.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioning.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Sql.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6Core.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltins.lib D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPoint.lib ui_InjuryAnalysisUI.h ui_guidingui.h ui_injurydisiplayui.h $(OBJECTS)
+ $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<<
+release\DogDatabase.obj release\InjuryAnalysisUI.obj release\InjuryDatabase.obj release\UAVDatabase.obj release\injurydisiplayui.obj release\main.obj release\guidingui.obj release\res_qml_MAP2_qml.obj release\res_qml_MAP_qml.obj release\qmlcache_loader.obj release\qrc_res_qmlcache.obj release\moc_InjuryAnalysisUI.obj release\moc_guidingui.obj release\moc_injurydisiplayui.obj
+$(LIBS)
+<<
+
+qmake: FORCE
+ @$(QMAKE) -o Makefile.Release ..\..\CasualtySightPlus.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
+
+qmake_all: FORCE
+
+dist:
+ $(ZIP) CasualtySightPlus.zip $(SOURCES) $(DIST) ..\..\CasualtySightPlus.pro D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_pre.prf D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-desktop.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows_vulkan_sdk.prf D:\qt\6.7.0\msvc2019_64\mkspecs\common\windows-vulkan.conf D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-desktop.conf D:\qt\6.7.0\msvc2019_64\mkspecs\qconfig.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_freetype.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libjpeg.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_ext_libpng.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_charts_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_chartsqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_concurrent_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_core_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualization_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_datavisualizationqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_dbus_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designer_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_designercomponents_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_entrypoint_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_example_icons_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_fb_support_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_freetype_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_graphs_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_gui_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_harfbuzz_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_help_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_jpeg_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsanimation_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssettings_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labssharedimage_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_linguist.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_location_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimedia_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediaquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_network_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_networkauth_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_opengl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_openglwidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_packetprotocol_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_png_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioning_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_positioningquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_printsupport_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatch_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlbuiltins_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlcore_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldebug_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmldom_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlintegration_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlls_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlmodels_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltest_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3d_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetimport_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dassetutils_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3deffects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dglslparser_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpers_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dhelpersimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3diblbaker_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticleeffects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dparticles_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysics_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dphysicshelpers_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3druntimerender_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dspatialaudio_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick3dutils_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickeffects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicklayouts_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickparticles_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickshapes_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimeline_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quicktimelineblendtrees_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_quickwidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjects_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_remoteobjectsqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_repparser_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_shadertools_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_spatialaudio_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_sql_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svg_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_svgwidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_testlib_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_texttospeech_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_tools_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uiplugin.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_uitools_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannel_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webchannelquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginecore_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginequickdelegatesqml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webenginewidgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_websockets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webview_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_webviewquick_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_widgets_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_xml_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\modules\qt_lib_zlib_private.pri D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_functions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt_config.prf D:\qt\6.7.0\msvc2019_64\mkspecs\win32-msvc\qmake.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\spec_post.prf .qmake.stash D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds.prf D:\qt\6.7.0\msvc2019_64\mkspecs\common\msvc-version.conf D:\qt\6.7.0\msvc2019_64\mkspecs\features\toolchain.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_pre.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\default_pre.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\resolve_config.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\exclusive_builds_post.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\default_post.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\build_pass.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources_functions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qtquickcompiler.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\precompile_header.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\warn_on.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\permissions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qt.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\resources.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\moc.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\opengl.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\uic.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\qmake_use.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\file_copies.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\win32\windows.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\testcase_targets.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\exceptions.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\yacc.prf D:\qt\6.7.0\msvc2019_64\mkspecs\features\lex.prf ..\..\CasualtySightPlus.pro res_qmlcache.qrc D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickWidgets.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Location.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6PositioningQuick.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6QuickShapes.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineWidgets.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6WebEngineCore.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Quick.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6OpenGL.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6MultimediaWidgets.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6PrintSupport.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Widgets.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Multimedia.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Gui.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlModels.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6WebChannel.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Qml.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Network.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Positioning.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Sql.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6Core.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6QmlBuiltins.prl D:\qt\6.7.0\msvc2019_64\lib\Qt6EntryPoint.prl ..\..\res\qml\MAP2.qml ..\..\res\qml\MAP.qml ..\..\res.qrc res_qmlcache.qrc D:\qt\6.7.0\msvc2019_64\mkspecs\features\data\dummy.cpp ..\..\DogDatabase.h ..\..\InjuryAnalysisUI.h ..\..\InjuryDatabase.h ..\..\UAVDatabase.h ..\..\guidingui.h ..\..\injurydisiplayui.h ..\..\DogDatabase.cpp ..\..\InjuryAnalysisUI.cpp ..\..\InjuryDatabase.cpp ..\..\UAVDatabase.cpp ..\..\injurydisiplayui.cpp ..\..\main.cpp ..\..\guidingui.cpp ..\..\InjuryAnalysisUI.ui ..\..\guidingui.ui ..\..\injurydisiplayui.ui
+
+clean: compiler_clean
+ -$(DEL_FILE) release\DogDatabase.obj release\InjuryAnalysisUI.obj release\InjuryDatabase.obj release\UAVDatabase.obj release\injurydisiplayui.obj release\main.obj release\guidingui.obj release\res_qml_MAP2_qml.obj release\res_qml_MAP_qml.obj release\qmlcache_loader.obj release\qrc_res_qmlcache.obj release\moc_InjuryAnalysisUI.obj release\moc_guidingui.obj release\moc_injurydisiplayui.obj
+
+distclean: clean
+ -$(DEL_FILE) .qmake.stash
+ -$(DEL_FILE) $(DESTDIR_TARGET)
+ -$(DEL_FILE) Makefile.Release
+
+mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean
+
+mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all
+
+check: first
+
+benchmark: first
+
+compiler_qmlcache_make_all: release\res_qml_MAP2_qml.cpp release\res_qml_MAP_qml.cpp
+compiler_qmlcache_clean:
+ -$(DEL_FILE) release\res_qml_MAP2_qml.cpp release\res_qml_MAP_qml.cpp
+release\res_qml_MAP2_qml.cpp: ..\..\res\qml\MAP2.qml
+ D:\qt\6.7.0\msvc2019_64\bin\qmlcachegen.exe --resource=D:/PROJECT/QT/CasualtySightPlus/res.qrc -o release\res_qml_MAP2_qml.cpp ..\..\res\qml\MAP2.qml
+
+release\res_qml_MAP_qml.cpp: ..\..\res\qml\MAP.qml
+ D:\qt\6.7.0\msvc2019_64\bin\qmlcachegen.exe --resource=D:/PROJECT/QT/CasualtySightPlus/res.qrc -o release\res_qml_MAP_qml.cpp ..\..\res\qml\MAP.qml
+
+compiler_qmlcache_loader_make_all: release\qmlcache_loader.cpp
+compiler_qmlcache_loader_clean:
+ -$(DEL_FILE) release\qmlcache_loader.cpp
+release\qmlcache_loader.cpp: ..\..\res.qrc
+ D:\qt\6.7.0\msvc2019_64\bin\qmlcachegen.exe --resource-file-mapping="D:/PROJECT/QT/CasualtySightPlus/res.qrc=D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/res_qmlcache.qrc" -o release\qmlcache_loader.cpp ..\..\res.qrc
+
+compiler_no_pch_compiler_make_all:
+compiler_no_pch_compiler_clean:
+compiler_rcc_make_all: release\qrc_res_qmlcache.cpp
+compiler_rcc_clean:
+ -$(DEL_FILE) release\qrc_res_qmlcache.cpp
+release\qrc_res_qmlcache.cpp: res_qmlcache.qrc \
+ D:\qt\6.7.0\msvc2019_64\bin\rcc.exe \
+ ..\..\res\html\map.html \
+ ..\..\res\icon\red.png \
+ ..\..\res\icon\green.png \
+ ..\..\res\icon\yellow.png \
+ ..\..\res\image\tab.png \
+ ..\..\res\image\health.png \
+ ..\..\res\image\uav.png \
+ ..\..\res\image\location.svg \
+ ..\..\res\image\health.svg \
+ ..\..\res\image\location.png \
+ ..\..\res\image\logo_backgroundless.png \
+ ..\..\res\image\MapBackGround.png \
+ ..\..\res\image\health.png.svg \
+ ..\..\res\image\mapbtn.svg \
+ ..\..\res\image\UAV.svg \
+ ..\..\res\image\tab.svg \
+ ..\..\res\image\logo.png \
+ ..\..\res\image\map.png \
+ ..\..\res\image\info.png \
+ ..\..\res\image\soldier.svg \
+ ..\..\res\image\robotbtn.svg \
+ ..\..\res\image\soldier.png \
+ ..\..\res\image\map.svg \
+ ..\..\res\image\infomation.svg \
+ ..\..\res\image\robot.png \
+ ..\..\res\qml\MAP2.qml \
+ ..\..\res\qml\MAP.qml
+ D:\qt\6.7.0\msvc2019_64\bin\rcc.exe -name res_qmlcache --no-zstd res_qmlcache.qrc -o release\qrc_res_qmlcache.cpp
+
+compiler_moc_predefs_make_all: release\moc_predefs.h
+compiler_moc_predefs_clean:
+ -$(DEL_FILE) release\moc_predefs.h
+release\moc_predefs.h: D:\qt\6.7.0\msvc2019_64\mkspecs\features\data\dummy.cpp
+ cl -BxD:\qt\6.7.0\msvc2019_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -O2 -MD -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E D:\qt\6.7.0\msvc2019_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h
+
+compiler_moc_header_make_all: release\moc_InjuryAnalysisUI.cpp release\moc_guidingui.cpp release\moc_injurydisiplayui.cpp
+compiler_moc_header_clean:
+ -$(DEL_FILE) release\moc_InjuryAnalysisUI.cpp release\moc_guidingui.cpp release\moc_injurydisiplayui.cpp
+release\moc_InjuryAnalysisUI.cpp: ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ release\mocinclude.opt \
+ release\moc_predefs.h \
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_predefs.h @release/mocinclude.opt ..\..\InjuryAnalysisUI.h -o release\moc_InjuryAnalysisUI.cpp
+
+release\moc_guidingui.cpp: ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ release\mocinclude.opt \
+ release\moc_predefs.h \
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_predefs.h @release/mocinclude.opt ..\..\guidingui.h -o release\moc_guidingui.cpp
+
+release\moc_injurydisiplayui.cpp: ..\..\injurydisiplayui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\QWebEngineView \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qwebengineview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QPageLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagelayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagesize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpageranges.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qtwebenginewidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginepage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecoreglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebengineclientcertificateselection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QFlags \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginedownloadrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginequotarequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannelDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQml \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQmlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegration \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegrationDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qtqmlintegrationversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltins \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltinsDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\qtqmlbuiltinsversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetwork \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetworkDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractnetworkcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSharedDataPointer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QUrl \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostaddress.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdnslookup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdtls.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhstspolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp1configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp2configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpheaders.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpmultipart.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QByteArray \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QIODevice \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkRequest \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslConfiguration \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslconfiguration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslPreSharedKeyAuthenticator \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslpresharedkeyauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMetaType \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookie.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookiejar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdatagram.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdiskcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinformation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkproxy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkAccessManager \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequestfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qocspresponse.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qpassworddigestor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QCryptographicHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificateextension.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcipher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssldiffiehellmanparameters.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslellipticcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslkey.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QTcpServer \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslError \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslSocket \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qudpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlcompilerglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsmanagedvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmldebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjslist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalueiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlabstracturlinterceptor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlapplicationengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcontext.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlscriptstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensioninterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensionplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QQmlEngine \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlincubator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlmoduleregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlnetworkaccessmanagerfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertymap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QJsonValue \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelabstracttransport.h \
+ release\mocinclude.opt \
+ release\moc_predefs.h \
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe
+ D:\qt\6.7.0\msvc2019_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include D:/PROJECT/QT/CasualtySightPlus/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_predefs.h @release/mocinclude.opt ..\..\injurydisiplayui.h -o release\moc_injurydisiplayui.cpp
+
+compiler_moc_objc_header_make_all:
+compiler_moc_objc_header_clean:
+compiler_moc_source_make_all:
+compiler_moc_source_clean:
+compiler_uic_make_all: ui_InjuryAnalysisUI.h ui_guidingui.h ui_injurydisiplayui.h
+compiler_uic_clean:
+ -$(DEL_FILE) ui_InjuryAnalysisUI.h ui_guidingui.h ui_injurydisiplayui.h
+ui_InjuryAnalysisUI.h: ..\..\InjuryAnalysisUI.ui \
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe ..\..\InjuryAnalysisUI.ui -o ui_InjuryAnalysisUI.h
+
+ui_guidingui.h: ..\..\guidingui.ui \
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe ..\..\guidingui.ui -o ui_guidingui.h
+
+ui_injurydisiplayui.h: ..\..\injurydisiplayui.ui \
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe
+ D:\qt\6.7.0\msvc2019_64\bin\uic.exe ..\..\injurydisiplayui.ui -o ui_injurydisiplayui.h
+
+compiler_yacc_decl_make_all:
+compiler_yacc_decl_clean:
+compiler_yacc_impl_make_all:
+compiler_yacc_impl_clean:
+compiler_lex_make_all:
+compiler_lex_clean:
+compiler_clean: compiler_qmlcache_clean compiler_qmlcache_loader_clean compiler_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
+
+
+
+####### Compile
+
+release\DogDatabase.obj: ..\..\DogDatabase.cpp ..\..\DogDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ..\..\UAVDatabase.h
+
+release\InjuryAnalysisUI.obj: ..\..\InjuryAnalysisUI.cpp ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ui_InjuryAnalysisUI.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMessageBox \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmessagebox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialogbuttonbox.h
+
+release\InjuryDatabase.obj: ..\..\InjuryDatabase.cpp ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug
+
+release\UAVDatabase.obj: ..\..\UAVDatabase.cpp ..\..\UAVDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug
+
+release\injurydisiplayui.obj: ..\..\injurydisiplayui.cpp ..\..\injurydisiplayui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\QWebEngineView \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qwebengineview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QPageLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagelayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagesize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpageranges.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qtwebenginewidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginepage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecoreglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebengineclientcertificateselection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QFlags \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginedownloadrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginequotarequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\QtWebChannelDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQml \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QtQmlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegration \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\QtQmlIntegrationDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qtqmlintegrationversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltins \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\QtQmlBuiltinsDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlBuiltins\qtqmlbuiltinsversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetwork \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QtNetworkDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractnetworkcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSharedDataPointer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QUrl \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qabstractsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostaddress.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdnslookup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qdtls.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhostinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhstspolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp1configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttp2configuration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpheaders.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qhttpmultipart.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QByteArray \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QIODevice \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkRequest \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qlocalsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslConfiguration \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslconfiguration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslPreSharedKeyAuthenticator \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslpresharedkeyauthenticator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMetaType \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookie.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkcookiejar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdatagram.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkdiskcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinformation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkproxy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QNetworkAccessManager \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qnetworkrequestfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qocspresponse.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qpassworddigestor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QCryptographicHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestaccessmanager.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qrestreply.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificateextension.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcipher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssldiffiehellmanparameters.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslellipticcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslkey.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QTcpServer \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtcpserver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslError \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\QSslSocket \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qudpsocket.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlcompilerglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsmanagedvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmldebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjslist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalueiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlabstracturlinterceptor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlapplicationengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlengine.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcontext.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlscriptstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensioninterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlextensionplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\QQmlEngine \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlincubator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlmoduleregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlnetworkaccessmanagerfactory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertymap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qtwebchannelversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QJsonValue \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebChannel\qwebchannelabstracttransport.h \
+ ui_injurydisiplayui.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QVBoxLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDir \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\QWebEnginePage
+
+release\main.obj: ..\..\main.cpp ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ ..\..\DogDatabase.h \
+ ..\..\UAVDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QApplication \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QIcon
+
+release\guidingui.obj: ..\..\guidingui.cpp ..\..\guidingui.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QMainWindow \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qmainwindow.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversionchecks.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfiginclude.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconfig.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtconfigmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompilerdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemdetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocessordetection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtdeprecationmarkers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtpreprocessorsupport.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassert.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtnoop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypes.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtclasshelpermacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtypeinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsysinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlogging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qflags.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasicatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomic_cxx11.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qgenericatomic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qyieldcpu.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconstructormacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdarwinhelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexceptionhandling.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qforeach.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttypetraits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qglobalstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmalloc.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qminmax.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnumeric.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoverload.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qswap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtenvironmentvariables.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qttranslation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversiontagging.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtgui-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtguiexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgets-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtwidgetsexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnamespace.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtmetamacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectdefs_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfunctionaltools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qwindowdefs_win.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstring.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qchar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrefcount.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpair.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydatapointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qarraydataops.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainertools_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxptype_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20memory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearrayview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringfwd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20type_traits.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringliteral.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanystringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qutf8stringview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringtokenizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringbuilder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringconverter_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhashfunctions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraylist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qalgorithms.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetatype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcompare.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcomparehelpers.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatastream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevicebase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfloat16.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmath.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetacontainer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontainerinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtaggedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopeguard.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobject_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbindingstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmargins.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23utility.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaction.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qkeysequence.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qicon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpaintdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrect.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcolor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgb.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qrgba64.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qimage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpixelformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtransform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpolygon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qregion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariant.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdebug.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcontiguouscache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedpointer_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qshareddata_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qset.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qhash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarlengtharray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpalette.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbrush.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfont.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qendian.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontmetrics.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qfontinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qsizepolicy.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qbitmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qevent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qiodevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qeventpoint.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvector2d.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvectornd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpointingdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputdevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QObject \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QRect \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSize \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QSizeF \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QTransform \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qnativeinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qscreen_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdeadlinetimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qelapsedtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeventloop.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcoreapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfutureinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmutex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsan_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresultstore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuture_impl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadpool.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthread.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrunnable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qexception.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpromise.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qinputmethod.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlocale.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qguiapplication_platform.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabwidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QPushButton \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qpushbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractbutton.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLabel \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlabel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qframe.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpicture.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextdocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QDialog \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qdialog.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLineEdit \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlineedit.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextcursor.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextformat.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpen.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qtextoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QTableWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtablewidget.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtableview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractscrollarea.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractitemmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qitemselectionmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractitemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractspinbox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qvalidator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qregularexpression.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qabstractslider.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyle.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qtabbar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qrubberband.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\QQuickItem \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qquickitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqml-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetwork-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qtnetworkexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qtqmlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquick-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQuick\qtquickexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqml.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsprimitivevalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsnumbercoercion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qjsvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmllist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlparserstatus.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlpropertyvaluesource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdatetime.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcalendar.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmetaobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpointer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qversionnumber.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtyperevision.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlregistration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQmlIntegration\qqmlintegration.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlcomponent.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtQml\qqmlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qproperty.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyprivate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qaccessible_base.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QFormLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qformlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlayoutitem.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qboxlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qgridlayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QStackedWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstackedwidget.h \
+ ui_guidingui.h \
+ ..\..\InjuryAnalysisUI.h \
+ ..\..\InjuryDatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSql \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QtSqlDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCore \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QtCoreDepends \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20algorithm.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20chrono.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20iterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20map.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q20vector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\q23functional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstracteventdispatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractnativeeventfilter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qabstractproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qapplicationstatic.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMutex \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qassociativeiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qatomicscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbasictimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbitarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbuffer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qbytearraymatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcache.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborcommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\quuid.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcbormap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamreader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcborstreamwriter.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcollator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineoption.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcommandlineparser.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qconcatenatetablesproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qcryptographichash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfiledevice.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimezone.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qdiriterator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qeasingcurve.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfactoryinterface.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfileselector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QStringList \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfilesystemwatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturesynchronizer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qfuturewatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qidentityproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonarray.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonvalue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsondocument.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qjsonobject.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibrary.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlibraryinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qlockfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qloggingcategory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmessageauthenticationcode.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedata.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimedatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qmimetype.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qobjectcleanuphandler.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qoperatingsystemversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qparallelanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpauseanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpermissions.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpluginloader.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qprocess.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qpropertyanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantanimation.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qqueue.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qrandom.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qreadwritelock.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qresource.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsavefile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qscopedvaluerollback.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialanimationgroup.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsequentialiterable.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsettings.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsharedmemory.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtipccommon.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsignalmapper.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsimd.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsocketnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsortfilterproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qspan.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstack.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstandardpaths.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstaticlatin1stringmatcher.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstorageinfo.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qstringlistmodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qsystemsemaphore.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtcoreversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporarydir.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtemporaryfile.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtextboundaryfinder.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qthreadstorage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimeline.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtimer.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtranslator.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtransposeproxymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qtsymbolmacros.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qurlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvarianthash.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QHash \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QVariant \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QString \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantlist.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvariantmap.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QMap \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qvector.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwaitcondition.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDeadlineTimer \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qwineventnotifier.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxmlstream.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\qxpfunctional.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsql-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlexports.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldatabase.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriver.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqldriverplugin.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlerror.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlfield.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlindex.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrecord.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquery.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlquerymodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaldelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qstyleditemdelegate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qlistview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\qcombobox.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlrelationaltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqltablemodel.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qsqlresult.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\qtsqlversion.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlDatabase \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QWidget \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlQuery \
+ D:\qt\6.7.0\msvc2019_64\include\QtSql\QSqlRecord \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDebug \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\QWebEngineView \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qwebengineview.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\QPageLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagelayout.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpagesize.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtGui\qpageranges.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineWidgets\qtwebenginewidgetsglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginepage.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecoreglobal.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qtwebenginecore-config.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebengineclientcertificateselection.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qsslcertificate.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtNetwork\qssl.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QFlags \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginedownloadrequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\qwebenginequotarequest.h \
+ D:\qt\6.7.0\msvc2019_64\include\QtWidgets\QVBoxLayout \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QDir \
+ D:\qt\6.7.0\msvc2019_64\include\QtCore\QUrl \
+ D:\qt\6.7.0\msvc2019_64\include\QtWebEngineCore\QWebEnginePage
+
+release\res_qml_MAP2_qml.obj: release\res_qml_MAP2_qml.cpp
+
+release\res_qml_MAP_qml.obj: release\res_qml_MAP_qml.cpp
+
+release\qmlcache_loader.obj: release\qmlcache_loader.cpp
+
+release\qrc_res_qmlcache.obj: release\qrc_res_qmlcache.cpp
+
+release\moc_InjuryAnalysisUI.obj: release\moc_InjuryAnalysisUI.cpp
+
+release\moc_guidingui.obj: release\moc_guidingui.cpp
+
+release\moc_injurydisiplayui.obj: release\moc_injurydisiplayui.cpp
+
+####### Install
+
+install: FORCE
+
+uninstall: FORCE
+
+FORCE:
+
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/debug/mocinclude.opt b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/debug/mocinclude.opt
new file mode 100644
index 0000000..2803d1e
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/debug/mocinclude.opt
@@ -0,0 +1,47 @@
+-ID:/qt/6.7.0/msvc2019_64/mkspecs/win32-msvc
+-ID:/PROJECT/QT/CasualtySightPlus
+-ID:/qt/6.7.0/msvc2019_64/include
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtLocation
+-ID:/qt/6.7.0/msvc2019_64/include/QtPositioningQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes/6.7.0/QtQuickShapes
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick/6.7.0/QtQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebEngineWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebEngineCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtOpenGL
+-ID:/qt/6.7.0/msvc2019_64/include/QtMultimediaWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtPrintSupport
+-ID:/qt/6.7.0/msvc2019_64/include/QtWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui/6.7.0/QtGui
+-ID:/qt/6.7.0/msvc2019_64/include/QtMultimedia
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels/6.7.0/QtQmlModels
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml/6.7.0/QtQml
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebChannel
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlIntegration
+-ID:/qt/6.7.0/msvc2019_64/include/QtNetwork
+-ID:/qt/6.7.0/msvc2019_64/include/QtPositioning
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore/6.7.0/QtCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtSql
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins/6.7.0/QtQmlBuiltins
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins
+-I.
+-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\ATLMFC\include
+-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\include
+-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/mocinclude.opt b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/mocinclude.opt
new file mode 100644
index 0000000..2803d1e
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/mocinclude.opt
@@ -0,0 +1,47 @@
+-ID:/qt/6.7.0/msvc2019_64/mkspecs/win32-msvc
+-ID:/PROJECT/QT/CasualtySightPlus
+-ID:/qt/6.7.0/msvc2019_64/include
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtLocation
+-ID:/qt/6.7.0/msvc2019_64/include/QtPositioningQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes/6.7.0/QtQuickShapes
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick/6.7.0/QtQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebEngineWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebEngineCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtOpenGL
+-ID:/qt/6.7.0/msvc2019_64/include/QtMultimediaWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtPrintSupport
+-ID:/qt/6.7.0/msvc2019_64/include/QtWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui/6.7.0/QtGui
+-ID:/qt/6.7.0/msvc2019_64/include/QtMultimedia
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels/6.7.0/QtQmlModels
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml/6.7.0/QtQml
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebChannel
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlIntegration
+-ID:/qt/6.7.0/msvc2019_64/include/QtNetwork
+-ID:/qt/6.7.0/msvc2019_64/include/QtPositioning
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore/6.7.0/QtCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtSql
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins/6.7.0/QtQmlBuiltins
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins
+-I.
+-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\ATLMFC\include
+-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\include
+-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/CasualtySightPlus.exe b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/CasualtySightPlus.exe
new file mode 100644
index 0000000..871d6f5
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/CasualtySightPlus.exe differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/DogDatabase.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/DogDatabase.obj
new file mode 100644
index 0000000..4c5367f
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/DogDatabase.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/InjuryAnalysisUI.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/InjuryAnalysisUI.obj
new file mode 100644
index 0000000..dbbf67e
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/InjuryAnalysisUI.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/InjuryDatabase.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/InjuryDatabase.obj
new file mode 100644
index 0000000..0e8557c
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/InjuryDatabase.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/UAVDatabase.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/UAVDatabase.obj
new file mode 100644
index 0000000..67e8811
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/UAVDatabase.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/guidingui.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/guidingui.obj
new file mode 100644
index 0000000..7e79cdc
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/guidingui.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/injurydisiplayui.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/injurydisiplayui.obj
new file mode 100644
index 0000000..7938ae9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/injurydisiplayui.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/main.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/main.obj
new file mode 100644
index 0000000..0de9e62
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/main.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_InjuryAnalysisUI.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_InjuryAnalysisUI.cpp
new file mode 100644
index 0000000..4d30f17
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_InjuryAnalysisUI.cpp
@@ -0,0 +1,126 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'InjuryAnalysisUI.h'
+**
+** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.0)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "../../../InjuryAnalysisUI.h"
+#include
+
+#include
+
+#include
+
+
+#include
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'InjuryAnalysisUI.h' doesn't include ."
+#elif Q_MOC_OUTPUT_REVISION != 68
+#error "This file was generated using the moc from 6.7.0. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+#ifndef Q_CONSTINIT
+#define Q_CONSTINIT
+#endif
+
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
+QT_WARNING_DISABLE_GCC("-Wuseless-cast")
+namespace {
+
+#ifdef QT_MOC_HAS_STRINGDATA
+struct qt_meta_stringdata_CLASSInjuryAnalysisUIENDCLASS_t {};
+constexpr auto qt_meta_stringdata_CLASSInjuryAnalysisUIENDCLASS = QtMocHelpers::stringData(
+ "InjuryAnalysisUI",
+ "on_searchButton_clicked",
+ ""
+);
+#else // !QT_MOC_HAS_STRINGDATA
+#error "qtmochelpers.h not found or too old."
+#endif // !QT_MOC_HAS_STRINGDATA
+} // unnamed namespace
+
+Q_CONSTINIT static const uint qt_meta_data_CLASSInjuryAnalysisUIENDCLASS[] = {
+
+ // content:
+ 12, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 1, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: name, argc, parameters, tag, flags, initial metatype offsets
+ 1, 0, 20, 2, 0x08, 1 /* Private */,
+
+ // slots: parameters
+ QMetaType::Void,
+
+ 0 // eod
+};
+
+Q_CONSTINIT const QMetaObject InjuryAnalysisUI::staticMetaObject = { {
+ QMetaObject::SuperData::link(),
+ qt_meta_stringdata_CLASSInjuryAnalysisUIENDCLASS.offsetsAndSizes,
+ qt_meta_data_CLASSInjuryAnalysisUIENDCLASS,
+ qt_static_metacall,
+ nullptr,
+ qt_incomplete_metaTypeArray,
+ // method 'on_searchButton_clicked'
+ QtPrivate::TypeAndForceComplete
+ >,
+ nullptr
+} };
+
+void InjuryAnalysisUI::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ auto *_t = static_cast(_o);
+ (void)_t;
+ switch (_id) {
+ case 0: _t->on_searchButton_clicked(); break;
+ default: ;
+ }
+ }
+ (void)_a;
+}
+
+const QMetaObject *InjuryAnalysisUI::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
+}
+
+void *InjuryAnalysisUI::qt_metacast(const char *_clname)
+{
+ if (!_clname) return nullptr;
+ if (!strcmp(_clname, qt_meta_stringdata_CLASSInjuryAnalysisUIENDCLASS.stringdata0))
+ return static_cast(this);
+ return QWidget::qt_metacast(_clname);
+}
+
+int InjuryAnalysisUI::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QWidget::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 1)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 1;
+ } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
+ if (_id < 1)
+ *reinterpret_cast(_a[0]) = QMetaType();
+ _id -= 1;
+ }
+ return _id;
+}
+QT_WARNING_POP
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_InjuryAnalysisUI.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_InjuryAnalysisUI.obj
new file mode 100644
index 0000000..be515a6
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_InjuryAnalysisUI.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_guidingui.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_guidingui.cpp
new file mode 100644
index 0000000..9774ef7
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_guidingui.cpp
@@ -0,0 +1,133 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'guidingui.h'
+**
+** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.0)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "../../../guidingui.h"
+#include
+#include
+
+#include
+
+#include
+
+
+#include
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'guidingui.h' doesn't include ."
+#elif Q_MOC_OUTPUT_REVISION != 68
+#error "This file was generated using the moc from 6.7.0. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+#ifndef Q_CONSTINIT
+#define Q_CONSTINIT
+#endif
+
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
+QT_WARNING_DISABLE_GCC("-Wuseless-cast")
+namespace {
+
+#ifdef QT_MOC_HAS_STRINGDATA
+struct qt_meta_stringdata_CLASSGuidingUIENDCLASS_t {};
+constexpr auto qt_meta_stringdata_CLASSGuidingUIENDCLASS = QtMocHelpers::stringData(
+ "GuidingUI",
+ "on_addCasualty_clicked",
+ "",
+ "on_showInjuryInfo_clicked"
+);
+#else // !QT_MOC_HAS_STRINGDATA
+#error "qtmochelpers.h not found or too old."
+#endif // !QT_MOC_HAS_STRINGDATA
+} // unnamed namespace
+
+Q_CONSTINIT static const uint qt_meta_data_CLASSGuidingUIENDCLASS[] = {
+
+ // content:
+ 12, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 2, 14, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ // slots: name, argc, parameters, tag, flags, initial metatype offsets
+ 1, 0, 26, 2, 0x08, 1 /* Private */,
+ 3, 0, 27, 2, 0x08, 2 /* Private */,
+
+ // slots: parameters
+ QMetaType::Void,
+ QMetaType::Void,
+
+ 0 // eod
+};
+
+Q_CONSTINIT const QMetaObject GuidingUI::staticMetaObject = { {
+ QMetaObject::SuperData::link(),
+ qt_meta_stringdata_CLASSGuidingUIENDCLASS.offsetsAndSizes,
+ qt_meta_data_CLASSGuidingUIENDCLASS,
+ qt_static_metacall,
+ nullptr,
+ qt_incomplete_metaTypeArray,
+ // method 'on_addCasualty_clicked'
+ QtPrivate::TypeAndForceComplete,
+ // method 'on_showInjuryInfo_clicked'
+ QtPrivate::TypeAndForceComplete
+ >,
+ nullptr
+} };
+
+void GuidingUI::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ auto *_t = static_cast(_o);
+ (void)_t;
+ switch (_id) {
+ case 0: _t->on_addCasualty_clicked(); break;
+ case 1: _t->on_showInjuryInfo_clicked(); break;
+ default: ;
+ }
+ }
+ (void)_a;
+}
+
+const QMetaObject *GuidingUI::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
+}
+
+void *GuidingUI::qt_metacast(const char *_clname)
+{
+ if (!_clname) return nullptr;
+ if (!strcmp(_clname, qt_meta_stringdata_CLASSGuidingUIENDCLASS.stringdata0))
+ return static_cast(this);
+ return QMainWindow::qt_metacast(_clname);
+}
+
+int GuidingUI::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QMainWindow::qt_metacall(_c, _id, _a);
+ if (_id < 0)
+ return _id;
+ if (_c == QMetaObject::InvokeMetaMethod) {
+ if (_id < 2)
+ qt_static_metacall(this, _c, _id, _a);
+ _id -= 2;
+ } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
+ if (_id < 2)
+ *reinterpret_cast(_a[0]) = QMetaType();
+ _id -= 2;
+ }
+ return _id;
+}
+QT_WARNING_POP
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_guidingui.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_guidingui.obj
new file mode 100644
index 0000000..f2b113a
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_guidingui.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_injurydisiplayui.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_injurydisiplayui.cpp
new file mode 100644
index 0000000..e466302
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_injurydisiplayui.cpp
@@ -0,0 +1,102 @@
+/****************************************************************************
+** Meta object code from reading C++ file 'injurydisiplayui.h'
+**
+** Created by: The Qt Meta Object Compiler version 68 (Qt 6.7.0)
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include "../../../injurydisiplayui.h"
+#include
+#include
+#include
+
+#include
+
+#include
+
+
+#include
+#if !defined(Q_MOC_OUTPUT_REVISION)
+#error "The header file 'injurydisiplayui.h' doesn't include ."
+#elif Q_MOC_OUTPUT_REVISION != 68
+#error "This file was generated using the moc from 6.7.0. It"
+#error "cannot be used with the include files from this version of Qt."
+#error "(The moc has changed too much.)"
+#endif
+
+#ifndef Q_CONSTINIT
+#define Q_CONSTINIT
+#endif
+
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_DEPRECATED
+QT_WARNING_DISABLE_GCC("-Wuseless-cast")
+namespace {
+
+#ifdef QT_MOC_HAS_STRINGDATA
+struct qt_meta_stringdata_CLASSInjuryDisiplayUIENDCLASS_t {};
+constexpr auto qt_meta_stringdata_CLASSInjuryDisiplayUIENDCLASS = QtMocHelpers::stringData(
+ "InjuryDisiplayUI"
+);
+#else // !QT_MOC_HAS_STRINGDATA
+#error "qtmochelpers.h not found or too old."
+#endif // !QT_MOC_HAS_STRINGDATA
+} // unnamed namespace
+
+Q_CONSTINIT static const uint qt_meta_data_CLASSInjuryDisiplayUIENDCLASS[] = {
+
+ // content:
+ 12, // revision
+ 0, // classname
+ 0, 0, // classinfo
+ 0, 0, // methods
+ 0, 0, // properties
+ 0, 0, // enums/sets
+ 0, 0, // constructors
+ 0, // flags
+ 0, // signalCount
+
+ 0 // eod
+};
+
+Q_CONSTINIT const QMetaObject InjuryDisiplayUI::staticMetaObject = { {
+ QMetaObject::SuperData::link(),
+ qt_meta_stringdata_CLASSInjuryDisiplayUIENDCLASS.offsetsAndSizes,
+ qt_meta_data_CLASSInjuryDisiplayUIENDCLASS,
+ qt_static_metacall,
+ nullptr,
+ qt_incomplete_metaTypeArray
+ >,
+ nullptr
+} };
+
+void InjuryDisiplayUI::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
+{
+ (void)_o;
+ (void)_id;
+ (void)_c;
+ (void)_a;
+}
+
+const QMetaObject *InjuryDisiplayUI::metaObject() const
+{
+ return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
+}
+
+void *InjuryDisiplayUI::qt_metacast(const char *_clname)
+{
+ if (!_clname) return nullptr;
+ if (!strcmp(_clname, qt_meta_stringdata_CLASSInjuryDisiplayUIENDCLASS.stringdata0))
+ return static_cast(this);
+ return QDialog::qt_metacast(_clname);
+}
+
+int InjuryDisiplayUI::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
+{
+ _id = QDialog::qt_metacall(_c, _id, _a);
+ return _id;
+}
+QT_WARNING_POP
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_injurydisiplayui.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_injurydisiplayui.obj
new file mode 100644
index 0000000..3fe5e20
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_injurydisiplayui.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_predefs.h b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_predefs.h
new file mode 100644
index 0000000..3f83851
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/moc_predefs.h
@@ -0,0 +1,12 @@
+#define _MSC_EXTENSIONS
+#define _MSC_VER 1931
+#define _MSC_FULL_VER 193131106
+#define _MSC_BUILD 2
+#define _M_AMD64 100
+#define _M_X64 100
+#define _WIN64
+#define _WIN32
+#define _CPPRTTI
+#define _MT
+#define _DLL
+#define _UTF8
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/mocinclude.opt b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/mocinclude.opt
new file mode 100644
index 0000000..2803d1e
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/mocinclude.opt
@@ -0,0 +1,47 @@
+-ID:/qt/6.7.0/msvc2019_64/mkspecs/win32-msvc
+-ID:/PROJECT/QT/CasualtySightPlus
+-ID:/qt/6.7.0/msvc2019_64/include
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtLocation
+-ID:/qt/6.7.0/msvc2019_64/include/QtPositioningQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuickShapes/6.7.0/QtQuickShapes
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick/6.7.0/QtQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebEngineWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebEngineCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtQuick
+-ID:/qt/6.7.0/msvc2019_64/include/QtOpenGL
+-ID:/qt/6.7.0/msvc2019_64/include/QtMultimediaWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtPrintSupport
+-ID:/qt/6.7.0/msvc2019_64/include/QtWidgets
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui/6.7.0/QtGui
+-ID:/qt/6.7.0/msvc2019_64/include/QtMultimedia
+-ID:/qt/6.7.0/msvc2019_64/include/QtGui
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels/6.7.0/QtQmlModels
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlModels
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml/6.7.0/QtQml
+-ID:/qt/6.7.0/msvc2019_64/include/QtWebChannel
+-ID:/qt/6.7.0/msvc2019_64/include/QtQml
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlIntegration
+-ID:/qt/6.7.0/msvc2019_64/include/QtNetwork
+-ID:/qt/6.7.0/msvc2019_64/include/QtPositioning
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore/6.7.0/QtCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtSql
+-ID:/qt/6.7.0/msvc2019_64/include/QtCore
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins/6.7.0
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins/6.7.0/QtQmlBuiltins
+-ID:/qt/6.7.0/msvc2019_64/include/QtQmlBuiltins
+-I.
+-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\ATLMFC\include
+-IC:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.31.31103\include
+-IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\shared
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\um
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\winrt
+-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.19041.0\\cppwinrt
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qmlcache_loader.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qmlcache_loader.cpp
new file mode 100644
index 0000000..d1280ea
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qmlcache_loader.cpp
@@ -0,0 +1,68 @@
+#include
+#include
+#include
+#include
+#include
+
+namespace QmlCacheGeneratedCode {
+namespace _qml_res_qml_MAP_qml {
+ extern const unsigned char qmlData[];
+ extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[];
+ const QQmlPrivate::CachedQmlUnit unit = {
+ reinterpret_cast(&qmlData), &aotBuiltFunctions[0], nullptr
+ };
+}
+namespace _qml_res_qml_MAP2_qml {
+ extern const unsigned char qmlData[];
+ extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[];
+ const QQmlPrivate::CachedQmlUnit unit = {
+ reinterpret_cast(&qmlData), &aotBuiltFunctions[0], nullptr
+ };
+}
+
+}
+namespace {
+struct Registry {
+ Registry();
+ ~Registry();
+ QHash resourcePathToCachedUnit;
+ static const QQmlPrivate::CachedQmlUnit *lookupCachedUnit(const QUrl &url);
+};
+
+Q_GLOBAL_STATIC(Registry, unitRegistry)
+
+
+Registry::Registry() {
+ resourcePathToCachedUnit.insert(QStringLiteral("/qml/res/qml/MAP.qml"), &QmlCacheGeneratedCode::_qml_res_qml_MAP_qml::unit);
+ resourcePathToCachedUnit.insert(QStringLiteral("/qml/res/qml/MAP2.qml"), &QmlCacheGeneratedCode::_qml_res_qml_MAP2_qml::unit);
+ QQmlPrivate::RegisterQmlUnitCacheHook registration;
+ registration.structVersion = 0;
+ registration.lookupCachedQmlUnit = &lookupCachedUnit;
+ QQmlPrivate::qmlregister(QQmlPrivate::QmlUnitCacheHookRegistration, ®istration);
+}
+
+Registry::~Registry() {
+ QQmlPrivate::qmlunregister(QQmlPrivate::QmlUnitCacheHookRegistration, quintptr(&lookupCachedUnit));
+}
+
+const QQmlPrivate::CachedQmlUnit *Registry::lookupCachedUnit(const QUrl &url) {
+ if (url.scheme() != QLatin1String("qrc"))
+ return nullptr;
+ QString resourcePath = QDir::cleanPath(url.path());
+ if (resourcePath.isEmpty())
+ return nullptr;
+ if (!resourcePath.startsWith(QLatin1Char('/')))
+ resourcePath.prepend(QLatin1Char('/'));
+ return unitRegistry()->resourcePathToCachedUnit.value(resourcePath, nullptr);
+}
+}
+int QT_MANGLE_NAMESPACE(qInitResources_res)() {
+ ::unitRegistry();
+ Q_INIT_RESOURCE(res_qmlcache);
+ return 1;
+}
+Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_res))
+int QT_MANGLE_NAMESPACE(qCleanupResources_res)() {
+ Q_CLEANUP_RESOURCE(res_qmlcache);
+ return 1;
+}
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qmlcache_loader.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qmlcache_loader.obj
new file mode 100644
index 0000000..37018e4
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qmlcache_loader.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qrc_res_qmlcache.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qrc_res_qmlcache.cpp
new file mode 100644
index 0000000..04e2f5a
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qrc_res_qmlcache.cpp
@@ -0,0 +1,8329 @@
+/****************************************************************************
+** Resource object code
+**
+** Created by: The Resource Compiler for Qt version 6.7.0
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+static const unsigned char qt_resource_data[] = {
+ // D:/PROJECT/QT/CasualtySightPlus/res/html/map.html
+ 0x0,0x0,0x19,0x9b,
+ 0x3c,
+ 0x21,0x44,0x4f,0x43,0x54,0x59,0x50,0x45,0x20,0x68,0x74,0x6d,0x6c,0x3e,0xd,0xa,
+ 0x3c,0x68,0x74,0x6d,0x6c,0x20,0x6c,0x61,0x6e,0x67,0x3d,0x22,0x7a,0x68,0x2d,0x43,
+ 0x4e,0x22,0x3e,0xd,0xa,0x3c,0x68,0x65,0x61,0x64,0x3e,0xd,0xa,0x20,0x20,0x3c,
+ 0x6d,0x65,0x74,0x61,0x20,0x63,0x68,0x61,0x72,0x73,0x65,0x74,0x3d,0x22,0x55,0x54,
+ 0x46,0x2d,0x38,0x22,0x3e,0xd,0xa,0x20,0x20,0x3c,0x6d,0x65,0x74,0x61,0x20,0x6e,
+ 0x61,0x6d,0x65,0x3d,0x22,0x76,0x69,0x65,0x77,0x70,0x6f,0x72,0x74,0x22,0x20,0x63,
+ 0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,0x77,0x69,0x64,0x74,0x68,0x3d,0x64,0x65,
+ 0x76,0x69,0x63,0x65,0x2d,0x77,0x69,0x64,0x74,0x68,0x2c,0x20,0x69,0x6e,0x69,0x74,
+ 0x69,0x61,0x6c,0x2d,0x73,0x63,0x61,0x6c,0x65,0x3d,0x31,0x2e,0x30,0x22,0x3e,0xd,
+ 0xa,0x20,0x20,0x3c,0x74,0x69,0x74,0x6c,0x65,0x3e,0xe4,0xbc,0xa4,0xe6,0x83,0x85,
+ 0xe6,0x80,0x81,0xe5,0x8a,0xbf,0xe5,0xb1,0x95,0xe7,0xa4,0xba,0xe7,0xb3,0xbb,0xe7,
+ 0xbb,0x9f,0x3c,0x2f,0x74,0x69,0x74,0x6c,0x65,0x3e,0xd,0xa,0x20,0x20,0x3c,0x6c,
+ 0x69,0x6e,0x6b,0x20,0x72,0x65,0x6c,0x3d,0x22,0x73,0x74,0x79,0x6c,0x65,0x73,0x68,
+ 0x65,0x65,0x74,0x22,0x20,0x68,0x72,0x65,0x66,0x3d,0x22,0x68,0x74,0x74,0x70,0x73,
+ 0x3a,0x2f,0x2f,0x61,0x2e,0x61,0x6d,0x61,0x70,0x2e,0x63,0x6f,0x6d,0x2f,0x6a,0x73,
+ 0x61,0x70,0x69,0x5f,0x64,0x65,0x6d,0x6f,0x73,0x2f,0x73,0x74,0x61,0x74,0x69,0x63,
+ 0x2f,0x64,0x65,0x6d,0x6f,0x2d,0x63,0x65,0x6e,0x74,0x65,0x72,0x2f,0x63,0x73,0x73,
+ 0x2f,0x64,0x65,0x6d,0x6f,0x2d,0x63,0x65,0x6e,0x74,0x65,0x72,0x2e,0x63,0x73,0x73,
+ 0x22,0x20,0x2f,0x3e,0xd,0xa,0x20,0x20,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x68,0x74,0x6d,0x6c,0x2c,0x20,0x62,0x6f,0x64,0x79,0x2c,
+ 0x20,0x23,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,
+ 0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,
+ 0x20,0x31,0x30,0x30,0x25,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,
+ 0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x3b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x68,0x31,0x20,0x7b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,
+ 0x38,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,
+ 0x69,0x6e,0x3a,0x20,0x30,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,
+ 0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x28,0x31,0x38,0x30,0x2c,0x20,0x31,0x38,
+ 0x30,0x2c,0x20,0x31,0x39,0x30,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x68,0x33,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x32,0x70,0x78,
+ 0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x77,0x65,
+ 0x69,0x67,0x68,0x74,0x3a,0x20,0x6e,0x6f,0x72,0x6d,0x61,0x6c,0x3b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,
+ 0x20,0x35,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,
+ 0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x28,0x31,0x35,0x30,0x2c,0x31,0x35,0x30,0x2c,
+ 0x31,0x35,0x30,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x6c,0x61,0x62,0x65,0x6c,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,
+ 0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x35,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x69,0x6e,0x70,0x75,0x74,0x5b,0x74,0x79,
+ 0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x5d,0x20,0x7b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,
+ 0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,
+ 0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x31,0x30,0x70,0x78,0x3b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x75,0x74,0x74,0x6f,0x6e,
+ 0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,
+ 0x67,0x3a,0x20,0x35,0x70,0x78,0x20,0x31,0x30,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,
+ 0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x30,0x30,0x37,0x62,0x66,0x66,0x3b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,
+ 0x66,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,
+ 0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x63,
+ 0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x62,0x75,0x74,0x74,
+ 0x6f,0x6e,0x3a,0x68,0x6f,0x76,0x65,0x72,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,
+ 0x6f,0x72,0x3a,0x20,0x23,0x30,0x30,0x35,0x36,0x62,0x33,0x3b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x23,0x6d,0x61,0x72,0x6b,0x65,0x72,
+ 0x46,0x6f,0x72,0x6d,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,
+ 0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,
+ 0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x31,0x30,
+ 0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,
+ 0x20,0x31,0x30,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x2d,
+ 0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x31,0x30,0x30,0x30,0x3b,0x20,0x2f,0x2a,0x20,
+ 0xe7,0xa1,0xae,0xe4,0xbf,0x9d,0xe8,0xa1,0xa8,0xe5,0x8d,0x95,0xe5,0x9c,0xa8,0xe5,
+ 0x9c,0xb0,0xe5,0x9b,0xbe,0xe4,0xb8,0x8a,0xe5,0xb1,0x82,0x20,0x2a,0x2f,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,
+ 0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x77,0x68,0x69,0x74,0x65,0x3b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x31,
+ 0x30,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,
+ 0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x70,0x78,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x78,0x2d,0x73,0x68,0x61,0x64,0x6f,
+ 0x77,0x3a,0x20,0x30,0x20,0x32,0x70,0x78,0x20,0x35,0x70,0x78,0x20,0x72,0x67,0x62,
+ 0x61,0x28,0x30,0x2c,0x30,0x2c,0x30,0x2c,0x30,0x2e,0x32,0x29,0x3b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x23,0x6d,0x65,0x73,0x73,0x61,
+ 0x67,0x65,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,
+ 0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x38,0x30,0x70,0x78,
+ 0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x31,
+ 0x30,0x70,0x78,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x2d,0x69,0x6e,
+ 0x64,0x65,0x78,0x3a,0x20,0x31,0x30,0x30,0x30,0x3b,0x20,0x2f,0x2a,0x20,0xe7,0xa1,
+ 0xae,0xe4,0xbf,0x9d,0xe6,0xb6,0x88,0xe6,0x81,0xaf,0xe5,0x9c,0xa8,0xe5,0x9c,0xb0,
+ 0xe5,0x9b,0xbe,0xe4,0xb8,0x8a,0xe5,0xb1,0x82,0x20,0x2a,0x2f,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x65,0x64,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x2e,0x61,0x6d,0x61,
+ 0x70,0x2d,0x6c,0x6f,0x67,0x6f,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x20,0x21,0x69,
+ 0x6d,0x70,0x6f,0x72,0x74,0x61,0x6e,0x74,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x2e,0x61,0x6d,0x61,0x70,0x2d,0x63,0x6f,0x70,0x79,
+ 0x72,0x69,0x67,0x68,0x74,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x64,
+ 0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x20,0x21,0x69,0x6d,
+ 0x70,0x6f,0x72,0x74,0x61,0x6e,0x74,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0xd,0xa,0x3c,0x2f,0x68,
+ 0x65,0x61,0x64,0x3e,0xd,0xa,0x3c,0x62,0x6f,0x64,0x79,0x3e,0xd,0xa,0x20,0x20,
+ 0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,
+ 0x65,0x72,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0xd,0xa,0x3c,0x21,0x2d,0x2d,
+ 0x20,0x20,0x3c,0x66,0x6f,0x72,0x6d,0x20,0x69,0x64,0x3d,0x22,0x6d,0x61,0x72,0x6b,
+ 0x65,0x72,0x46,0x6f,0x72,0x6d,0x22,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x3c,0x64,
+ 0x69,0x76,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x6c,0x61,0x62,0x65,
+ 0x6c,0x20,0x66,0x6f,0x72,0x3d,0x22,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x22,
+ 0x3e,0x4c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x3a,0x3c,0x2f,0x6c,0x61,0x62,0x65,
+ 0x6c,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,
+ 0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,
+ 0x22,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,
+ 0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x45,0x6e,0x74,0x65,0x72,0x20,0x6c,0x61,
+ 0x74,0x69,0x74,0x75,0x64,0x65,0x22,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x3c,0x2f,
+ 0x64,0x69,0x76,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x6c,0x61,0x62,0x65,0x6c,0x20,0x66,0x6f,
+ 0x72,0x3d,0x22,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x22,0x3e,0x4c,0x6f,
+ 0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x3a,0x3c,0x2f,0x6c,0x61,0x62,0x65,0x6c,0x3e,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,
+ 0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x6c,
+ 0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,
+ 0x6f,0x6c,0x64,0x65,0x72,0x3d,0x22,0x45,0x6e,0x74,0x65,0x72,0x20,0x6c,0x6f,0x6e,
+ 0x67,0x69,0x74,0x75,0x64,0x65,0x22,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x3c,0x2f,
+ 0x64,0x69,0x76,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x6c,0x61,0x62,0x65,0x6c,0x20,0x66,0x6f,
+ 0x72,0x3d,0x22,0x6c,0x65,0x76,0x65,0x6c,0x22,0x3e,0x4c,0x65,0x76,0x65,0x6c,0x20,
+ 0x28,0x30,0x2d,0x32,0x29,0x3a,0x3c,0x2f,0x6c,0x61,0x62,0x65,0x6c,0x3e,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,
+ 0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x6c,0x65,0x76,
+ 0x65,0x6c,0x22,0x20,0x70,0x6c,0x61,0x63,0x65,0x68,0x6f,0x6c,0x64,0x65,0x72,0x3d,
+ 0x22,0x45,0x6e,0x74,0x65,0x72,0x20,0x6c,0x65,0x76,0x65,0x6c,0x22,0x3e,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x3c,0x2f,0x64,0x69,0x76,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x73,0x75,
+ 0x62,0x6d,0x69,0x74,0x22,0x3e,0x41,0x64,0x64,0x20,0x4d,0x61,0x72,0x6b,0x65,0x72,
+ 0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0xd,0xa,0x20,0x20,0x3c,0x2f,0x66,
+ 0x6f,0x72,0x6d,0x3e,0xd,0xa,0x20,0x20,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,
+ 0x22,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,
+ 0x2d,0x2d,0x3e,0xd,0xa,0x20,0x20,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x20,0x73,
+ 0x72,0x63,0x3d,0x22,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x65,0x62,0x61,
+ 0x70,0x69,0x2e,0x61,0x6d,0x61,0x70,0x2e,0x63,0x6f,0x6d,0x2f,0x6d,0x61,0x70,0x73,
+ 0x3f,0x76,0x3d,0x32,0x2e,0x30,0x26,0x6b,0x65,0x79,0x3d,0x62,0x37,0x62,0x32,0x64,
+ 0x33,0x38,0x30,0x33,0x34,0x38,0x36,0x32,0x64,0x62,0x31,0x35,0x32,0x32,0x36,0x30,
+ 0x63,0x39,0x64,0x64,0x37,0x33,0x36,0x38,0x39,0x62,0x32,0x22,0x3e,0x3c,0x2f,0x73,
+ 0x63,0x72,0x69,0x70,0x74,0x3e,0xd,0xa,0x20,0x20,0x3c,0x73,0x63,0x72,0x69,0x70,
+ 0x74,0x20,0x73,0x72,0x63,0x3d,0x22,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,
+ 0x65,0x62,0x61,0x70,0x69,0x2e,0x61,0x6d,0x61,0x70,0x2e,0x63,0x6f,0x6d,0x2f,0x6c,
+ 0x6f,0x63,0x61,0x3f,0x76,0x3d,0x32,0x2e,0x30,0x2e,0x30,0x26,0x6b,0x65,0x79,0x3d,
+ 0x62,0x37,0x62,0x32,0x64,0x33,0x38,0x30,0x33,0x34,0x38,0x36,0x32,0x64,0x62,0x31,
+ 0x35,0x32,0x32,0x36,0x30,0x63,0x39,0x64,0x64,0x37,0x33,0x36,0x38,0x39,0x62,0x32,
+ 0x22,0x3e,0x3c,0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0xd,0xa,0x20,0x20,0x3c,
+ 0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x76,0x61,0x72,
+ 0x20,0x6d,0x61,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x41,0x4d,0x61,0x70,0x2e,
+ 0x4d,0x61,0x70,0x28,0x27,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x27,0x2c,
+ 0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x73,0x69,0x7a,0x65,
+ 0x45,0x6e,0x61,0x62,0x6c,0x65,0x3a,0x20,0x74,0x72,0x75,0x65,0x2c,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x7a,0x6f,0x6f,0x6d,0x3a,0x20,0x31,0x36,0x2c,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3a,0x20,0x5b,0x31,
+ 0x31,0x33,0x2e,0x30,0x34,0x35,0x32,0x39,0x32,0x2c,0x20,0x32,0x38,0x2e,0x32,0x35,
+ 0x37,0x37,0x34,0x38,0x5d,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x69,
+ 0x74,0x63,0x68,0x3a,0x20,0x30,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x73,
+ 0x68,0x6f,0x77,0x4c,0x61,0x62,0x65,0x6c,0x3a,0x20,0x74,0x72,0x75,0x65,0x2c,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x53,0x74,0x79,0x6c,0x65,0x3a,
+ 0x20,0x27,0x61,0x6d,0x61,0x70,0x3a,0x2f,0x2f,0x73,0x74,0x79,0x6c,0x65,0x73,0x2f,
+ 0x6e,0x6f,0x72,0x6d,0x61,0x6c,0x27,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x76,0x69,0x65,0x77,0x4d,0x6f,0x64,0x65,0x3a,0x20,0x27,0x33,0x44,0x27,0x2c,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x61,0x79,0x65,0x72,0x73,0x3a,0x20,0x5b,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6e,0x65,0x77,0x20,
+ 0x41,0x4d,0x61,0x70,0x2e,0x54,0x69,0x6c,0x65,0x4c,0x61,0x79,0x65,0x72,0x2e,0x53,
+ 0x61,0x74,0x65,0x6c,0x6c,0x69,0x74,0x65,0x28,0x29,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x5d,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0x29,0x3b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0xe6,0xb7,0xbb,0xe5,0x8a,0xa0,0x20,0x33,0x44,
+ 0x20,0xe7,0xbd,0x97,0xe7,0x9b,0x98,0xd,0xa,0x20,0x20,0x20,0x20,0x41,0x4d,0x61,
+ 0x70,0x2e,0x70,0x6c,0x75,0x67,0x69,0x6e,0x28,0x5b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x27,0x41,0x4d,0x61,0x70,0x2e,0x43,0x6f,0x6e,0x74,0x72,0x6f,
+ 0x6c,0x42,0x61,0x72,0x27,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x5d,0x2c,0x20,0x66,
+ 0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x28,0x29,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0xe6,0xb7,0xbb,0xe5,0x8a,0xa0,0x20,0x33,0x44,
+ 0x20,0xe7,0xbd,0x97,0xe7,0x9b,0x98,0xe6,0x8e,0xa7,0xe5,0x88,0xb6,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,0x61,0x64,0x64,0x43,0x6f,
+ 0x6e,0x74,0x72,0x6f,0x6c,0x28,0x6e,0x65,0x77,0x20,0x41,0x4d,0x61,0x70,0x2e,0x43,
+ 0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x42,0x61,0x72,0x28,0x7b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,
+ 0x6e,0x3a,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x27,0x32,0x30,
+ 0x70,0x78,0x27,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x27,0x32,0x30,0x70,0x78,
+ 0x27,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
+ 0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x73,
+ 0x68,0x6f,0x77,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x42,0x75,0x74,0x74,0x6f,0x6e,
+ 0x3a,0x20,0x74,0x72,0x75,0x65,0x2c,0x20,0x20,0x2f,0x2f,0x20,0xe6,0x98,0xaf,0xe5,
+ 0x90,0xa6,0xe6,0x98,0xbe,0xe7,0xa4,0xba,0xe5,0x80,0xbe,0xe6,0x96,0x9c,0xe3,0x80,
+ 0x81,0xe6,0x97,0x8b,0xe8,0xbd,0xac,0xe6,0x8c,0x89,0xe9,0x92,0xae,0xe3,0x80,0x82,
+ 0xe9,0xbb,0x98,0xe8,0xae,0xa4,0xe4,0xb8,0xba,0x20,0x74,0x72,0x75,0x65,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x29,0x29,0x3b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x7d,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x2f,0x2f,0xe7,0x94,0xa8,
+ 0xe6,0x9d,0xa5,0xe6,0xb7,0xbb,0xe5,0x8a,0xa0,0xe4,0xbc,0xa4,0xe5,0x91,0x98,0xe4,
+ 0xbf,0xa1,0xe6,0x81,0xaf,0xe7,0x82,0xb9,0xd,0xa,0x20,0x20,0x20,0x20,0x66,0x75,
+ 0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x61,0x64,0x64,0x4d,0x61,0x72,0x6b,0x65,0x72,
+ 0x28,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x2c,0x20,0x6c,0x6f,0x6e,0x67,0x69,
+ 0x74,0x75,0x64,0x65,0x2c,0x20,0x6c,0x65,0x76,0x65,0x6c,0x29,0x20,0x7b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3b,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x62,0x6f,0x72,0x64,
+ 0x65,0x72,0x43,0x6f,0x6c,0x6f,0x72,0x20,0x3d,0x20,0x27,0x23,0x33,0x33,0x33,0x27,
+ 0x3b,0x20,0x2f,0x2f,0x20,0xe8,0xbe,0xb9,0xe6,0xa1,0x86,0xe9,0xa2,0x9c,0xe8,0x89,
+ 0xb2,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x72,0x61,0x64,
+ 0x69,0x75,0x73,0x20,0x3d,0x20,0x31,0x32,0x3b,0x20,0x2f,0x2f,0x20,0xe5,0x9c,0x86,
+ 0xe5,0xbd,0xa2,0xe6,0xa0,0x87,0xe8,0xae,0xb0,0xe7,0x9a,0x84,0xe5,0x8d,0x8a,0xe5,
+ 0xbe,0x84,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0xe6,
+ 0xa0,0xb9,0xe6,0x8d,0xae,0xe7,0xad,0x89,0xe7,0xba,0xa7,0xe8,0xae,0xbe,0xe7,0xbd,
+ 0xae,0xe9,0xa2,0x9c,0xe8,0x89,0xb2,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x73,
+ 0x77,0x69,0x74,0x63,0x68,0x20,0x28,0x6c,0x65,0x76,0x65,0x6c,0x29,0x20,0x7b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x61,0x73,0x65,0x20,0x30,0x3a,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,
+ 0x72,0x20,0x3d,0x20,0x27,0x72,0x67,0x62,0x61,0x28,0x30,0x2c,0x20,0x32,0x35,0x35,
+ 0x2c,0x20,0x30,0x2c,0x20,0x30,0x2e,0x37,0x29,0x27,0x3b,0x20,0x2f,0x2f,0x20,0xe7,
+ 0xbb,0xbf,0xe8,0x89,0xb2,0xef,0xbc,0x8c,0x37,0x30,0x25,0xe4,0xb8,0x8d,0xe9,0x80,
+ 0x8f,0xe6,0x98,0x8e,0xe5,0xba,0xa6,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x62,0x72,0x65,0x61,0x6b,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x63,0x61,0x73,0x65,0x20,0x31,0x3a,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x3d,0x20,0x27,0x72,
+ 0x67,0x62,0x61,0x28,0x32,0x35,0x35,0x2c,0x20,0x32,0x35,0x35,0x2c,0x20,0x30,0x2c,
+ 0x20,0x30,0x2e,0x37,0x29,0x27,0x3b,0x20,0x2f,0x2f,0x20,0xe9,0xbb,0x84,0xe8,0x89,
+ 0xb2,0xef,0xbc,0x8c,0x37,0x30,0x25,0xe4,0xb8,0x8d,0xe9,0x80,0x8f,0xe6,0x98,0x8e,
+ 0xe5,0xba,0xa6,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,
+ 0x72,0x65,0x61,0x6b,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,
+ 0x61,0x73,0x65,0x20,0x32,0x3a,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x3d,0x20,0x27,0x72,0x67,0x62,0x61,0x28,
+ 0x32,0x35,0x35,0x2c,0x20,0x30,0x2c,0x20,0x30,0x2c,0x20,0x30,0x2e,0x37,0x29,0x27,
+ 0x3b,0x20,0x2f,0x2f,0x20,0xe7,0xba,0xa2,0xe8,0x89,0xb2,0xef,0xbc,0x8c,0x37,0x30,
+ 0x25,0xe4,0xb8,0x8d,0xe9,0x80,0x8f,0xe6,0x98,0x8e,0xe5,0xba,0xa6,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x72,0x65,0x61,0x6b,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,
+ 0x3a,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,
+ 0x6f,0x72,0x20,0x3d,0x20,0x27,0x72,0x67,0x62,0x61,0x28,0x30,0x2c,0x20,0x32,0x35,
+ 0x35,0x2c,0x20,0x30,0x2c,0x20,0x30,0x2e,0x37,0x29,0x27,0x3b,0x20,0x2f,0x2f,0x20,
+ 0xe9,0xbb,0x98,0xe8,0xae,0xa4,0xe4,0xb8,0xba,0xe7,0xbb,0xbf,0xe8,0x89,0xb2,0xef,
+ 0xbc,0x8c,0x37,0x30,0x25,0xe4,0xb8,0x8d,0xe9,0x80,0x8f,0xe6,0x98,0x8e,0xe5,0xba,
+ 0xa6,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x72,0x65,
+ 0x61,0x6b,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0xe5,0x88,0x9b,0xe5,0xbb,0xba,0xe8,
+ 0x87,0xaa,0xe5,0xae,0x9a,0xe4,0xb9,0x89,0xe6,0xa0,0x87,0xe8,0xae,0xb0,0xe5,0x86,
+ 0x85,0xe5,0xae,0xb9,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,
+ 0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x20,0x3d,0x20,0x27,0x3c,0x64,0x69,0x76,0x20,
+ 0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,
+ 0x64,0x69,0x75,0x73,0x3a,0x20,0x27,0x20,0x2b,0x20,0x72,0x61,0x64,0x69,0x75,0x73,
+ 0x20,0x2b,0x20,0x27,0x70,0x78,0x3b,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x27,
+ 0x20,0x2b,0x20,0x72,0x61,0x64,0x69,0x75,0x73,0x20,0x2a,0x20,0x32,0x20,0x2b,0x20,
+ 0x27,0x70,0x78,0x3b,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x27,0x20,0x2b,
+ 0x20,0x72,0x61,0x64,0x69,0x75,0x73,0x20,0x2a,0x20,0x32,0x20,0x2b,0x20,0x27,0x70,
+ 0x78,0x3b,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,
+ 0x6c,0x6f,0x72,0x3a,0x20,0x27,0x20,0x2b,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x2b,
+ 0x20,0x27,0x3b,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x32,0x70,0x78,0x20,
+ 0x73,0x6f,0x6c,0x69,0x64,0x20,0x27,0x20,0x2b,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,
+ 0x43,0x6f,0x6c,0x6f,0x72,0x20,0x2b,0x20,0x27,0x3b,0x22,0x3e,0x3c,0x2f,0x64,0x69,
+ 0x76,0x3e,0x27,0x3b,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,
+ 0x72,0x20,0x6d,0x61,0x72,0x6b,0x65,0x72,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x41,
+ 0x4d,0x61,0x70,0x2e,0x4d,0x61,0x72,0x6b,0x65,0x72,0x28,0x7b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,
+ 0x5b,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x2c,0x20,0x6c,0x61,0x74,0x69,
+ 0x74,0x75,0x64,0x65,0x5d,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3a,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,
+ 0x2c,0x20,0x2f,0x2f,0x20,0xe4,0xbd,0xbf,0xe7,0x94,0xa8,0xe8,0x87,0xaa,0xe5,0xae,
+ 0x9a,0xe4,0xb9,0x89,0xe5,0x86,0x85,0xe5,0xae,0xb9,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x6f,0x66,0x66,0x73,0x65,0x74,0x3a,0x20,0x6e,0x65,0x77,0x20,
+ 0x41,0x4d,0x61,0x70,0x2e,0x50,0x69,0x78,0x65,0x6c,0x28,0x2d,0x72,0x61,0x64,0x69,
+ 0x75,0x73,0x2c,0x20,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x29,0x20,0x2f,0x2f,0x20,
+ 0xe5,0x81,0x8f,0xe7,0xa7,0xbb,0xe9,0x87,0x8f,0xef,0xbc,0x8c,0xe7,0xa1,0xae,0xe4,
+ 0xbf,0x9d,0xe6,0xa0,0x87,0xe8,0xae,0xb0,0xe4,0xb8,0xad,0xe5,0xbf,0x83,0xe5,0xaf,
+ 0xb9,0xe9,0xbd,0x90,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x29,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x6b,0x65,0x72,0x2e,0x73,0x65,
+ 0x74,0x4d,0x61,0x70,0x28,0x6d,0x61,0x70,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x7d,0xd,0xa,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x6f,
+ 0x70,0x74,0x69,0x6f,0x6e,0x73,0x20,0x3d,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x27,0x73,0x68,0x6f,0x77,0x42,0x75,0x74,0x74,0x6f,0x6e,0x27,
+ 0x3a,0x20,0x74,0x72,0x75,0x65,0x2c,0x2f,0x2f,0xe6,0x98,0xaf,0xe5,0x90,0xa6,0xe6,
+ 0x98,0xbe,0xe7,0xa4,0xba,0xe5,0xae,0x9a,0xe4,0xbd,0x8d,0xe6,0x8c,0x89,0xe9,0x92,
+ 0xae,0xd,0xa,0x9,0x9,0x27,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x27,0x3a,
+ 0x20,0x27,0x4c,0x42,0x27,0x2c,0x2f,0x2f,0xe5,0xae,0x9a,0xe4,0xbd,0x8d,0xe6,0x8c,
+ 0x89,0xe9,0x92,0xae,0xe7,0x9a,0x84,0xe4,0xbd,0x8d,0xe7,0xbd,0xae,0xd,0xa,0x9,
+ 0x9,0x2f,0x2a,0x20,0x4c,0x54,0x20,0x4c,0x42,0x20,0x52,0x54,0x20,0x52,0x42,0x20,
+ 0x2a,0x2f,0xd,0xa,0x9,0x9,0x27,0x6f,0x66,0x66,0x73,0x65,0x74,0x27,0x3a,0x20,
+ 0x5b,0x31,0x30,0x2c,0x20,0x32,0x30,0x5d,0x2c,0x2f,0x2f,0xe5,0xae,0x9a,0xe4,0xbd,
+ 0x8d,0xe6,0x8c,0x89,0xe9,0x92,0xae,0xe8,0xb7,0x9d,0xe7,0xa6,0xbb,0xe5,0xaf,0xb9,
+ 0xe5,0xba,0x94,0xe8,0xa7,0x92,0xe8,0x90,0xbd,0xe7,0x9a,0x84,0xe8,0xb7,0x9d,0xe7,
+ 0xa6,0xbb,0xd,0xa,0x9,0x9,0x27,0x73,0x68,0x6f,0x77,0x4d,0x61,0x72,0x6b,0x65,
+ 0x72,0x27,0x3a,0x20,0x74,0x72,0x75,0x65,0x2c,0x2f,0x2f,0xe6,0x98,0xaf,0xe5,0x90,
+ 0xa6,0xe6,0x98,0xbe,0xe7,0xa4,0xba,0xe5,0xae,0x9a,0xe4,0xbd,0x8d,0xe7,0x82,0xb9,
+ 0xd,0xa,0x9,0x9,0x27,0x6d,0x61,0x72,0x6b,0x65,0x72,0x4f,0x70,0x74,0x69,0x6f,
+ 0x6e,0x73,0x27,0x3a,0x7b,0x2f,0x2f,0xe8,0x87,0xaa,0xe5,0xae,0x9a,0xe4,0xb9,0x89,
+ 0xe5,0xae,0x9a,0xe4,0xbd,0x8d,0xe7,0x82,0xb9,0xe6,0xa0,0xb7,0xe5,0xbc,0x8f,0xef,
+ 0xbc,0x8c,0xe5,0x90,0x8c,0x4d,0x61,0x72,0x6b,0x65,0x72,0xe7,0x9a,0x84,0x4f,0x70,
+ 0x74,0x69,0x6f,0x6e,0x73,0xd,0xa,0x9,0x9,0x20,0x20,0x27,0x6f,0x66,0x66,0x73,
+ 0x65,0x74,0x27,0x3a,0x20,0x6e,0x65,0x77,0x20,0x41,0x4d,0x61,0x70,0x2e,0x50,0x69,
+ 0x78,0x65,0x6c,0x28,0x2d,0x31,0x38,0x2c,0x20,0x2d,0x33,0x36,0x29,0x2c,0xd,0xa,
+ 0x9,0x9,0x20,0x20,0x27,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x27,0x3a,0x27,0x3c,
+ 0x69,0x6d,0x67,0x20,0x73,0x72,0x63,0x3d,0x22,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,
+ 0x2f,0x61,0x2e,0x61,0x6d,0x61,0x70,0x2e,0x63,0x6f,0x6d,0x2f,0x6a,0x73,0x61,0x70,
+ 0x69,0x5f,0x64,0x65,0x6d,0x6f,0x73,0x2f,0x73,0x74,0x61,0x74,0x69,0x63,0x2f,0x72,
+ 0x65,0x73,0x6f,0x75,0x72,0x63,0x65,0x2f,0x69,0x6d,0x67,0x2f,0x75,0x73,0x65,0x72,
+ 0x2e,0x70,0x6e,0x67,0x22,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x77,0x69,0x64,
+ 0x74,0x68,0x3a,0x33,0x36,0x70,0x78,0x3b,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x33,
+ 0x36,0x70,0x78,0x22,0x2f,0x3e,0x27,0xd,0xa,0x9,0x9,0x7d,0x2c,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x27,
+ 0x73,0x68,0x6f,0x77,0x43,0x69,0x72,0x63,0x6c,0x65,0x27,0x3a,0x20,0x74,0x72,0x75,
+ 0x65,0x2c,0x2f,0x2f,0xe6,0x98,0xaf,0xe5,0x90,0xa6,0xe6,0x98,0xbe,0xe7,0xa4,0xba,
+ 0xe5,0xae,0x9a,0xe4,0xbd,0x8d,0xe7,0xb2,0xbe,0xe5,0xba,0xa6,0xe5,0x9c,0x88,0xd,
+ 0xa,0x9,0x9,0x27,0x63,0x69,0x72,0x63,0x6c,0x65,0x4f,0x70,0x74,0x69,0x6f,0x6e,
+ 0x73,0x27,0x3a,0x20,0x7b,0x2f,0x2f,0xe5,0xae,0x9a,0xe4,0xbd,0x8d,0xe7,0xb2,0xbe,
+ 0xe5,0xba,0xa6,0xe5,0x9c,0x88,0xe7,0x9a,0x84,0xe6,0xa0,0xb7,0xe5,0xbc,0x8f,0xd,
+ 0xa,0x9,0x9,0x9,0x27,0x73,0x74,0x72,0x6f,0x6b,0x65,0x43,0x6f,0x6c,0x6f,0x72,
+ 0x27,0x3a,0x20,0x27,0x23,0x30,0x30,0x39,0x33,0x46,0x46,0x27,0x2c,0xd,0xa,0x9,
+ 0x9,0x9,0x27,0x6e,0x6f,0x53,0x65,0x6c,0x65,0x63,0x74,0x27,0x3a,0x20,0x74,0x72,
+ 0x75,0x65,0x2c,0xd,0xa,0x9,0x9,0x9,0x27,0x73,0x74,0x72,0x6f,0x6b,0x65,0x4f,
+ 0x70,0x61,0x63,0x69,0x74,0x79,0x27,0x3a,0x20,0x30,0x2e,0x35,0x2c,0xd,0xa,0x9,
+ 0x9,0x9,0x27,0x73,0x74,0x72,0x6f,0x6b,0x65,0x57,0x65,0x69,0x67,0x68,0x74,0x27,
+ 0x3a,0x20,0x31,0x2c,0xd,0xa,0x9,0x9,0x9,0x27,0x66,0x69,0x6c,0x6c,0x43,0x6f,
+ 0x6c,0x6f,0x72,0x27,0x3a,0x20,0x27,0x23,0x30,0x32,0x42,0x30,0x46,0x46,0x27,0x2c,
+ 0xd,0xa,0x9,0x9,0x9,0x27,0x66,0x69,0x6c,0x6c,0x4f,0x70,0x61,0x63,0x69,0x74,
+ 0x79,0x27,0x3a,0x20,0x30,0x2e,0x32,0x35,0xd,0xa,0x9,0x9,0x7d,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x41,0x4d,0x61,0x70,0x2e,0x70,
+ 0x6c,0x75,0x67,0x69,0x6e,0x28,0x5b,0x22,0x41,0x4d,0x61,0x70,0x2e,0x47,0x65,0x6f,
+ 0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x22,0x5d,0x2c,0x20,0x66,0x75,0x6e,0x63,
+ 0x74,0x69,0x6f,0x6e,0x28,0x29,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x76,0x61,0x72,0x20,0x67,0x65,0x6f,0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,
+ 0x6e,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x41,0x4d,0x61,0x70,0x2e,0x47,0x65,0x6f,
+ 0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x28,0x6f,0x70,0x74,0x69,0x6f,0x6e,0x73,
+ 0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,
+ 0x61,0x64,0x64,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x28,0x67,0x65,0x6f,0x6c,0x6f,
+ 0x63,0x61,0x74,0x69,0x6f,0x6e,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x67,0x65,0x6f,0x6c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2e,0x67,0x65,
+ 0x74,0x43,0x75,0x72,0x72,0x65,0x6e,0x74,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,
+ 0x28,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0x29,0x3b,0xd,0xa,0x20,0x20,0x3c,
+ 0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0xd,0xa,0x20,0x20,0x3c,0x73,0x63,0x72,
+ 0x69,0x70,0x74,0x3e,0xd,0xa,0x20,0x20,0x20,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,
+ 0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,
+ 0x64,0x28,0x27,0x6d,0x61,0x72,0x6b,0x65,0x72,0x46,0x6f,0x72,0x6d,0x27,0x29,0x2e,
+ 0x61,0x64,0x64,0x45,0x76,0x65,0x6e,0x74,0x4c,0x69,0x73,0x74,0x65,0x6e,0x65,0x72,
+ 0x28,0x27,0x73,0x75,0x62,0x6d,0x69,0x74,0x27,0x2c,0x20,0x66,0x75,0x6e,0x63,0x74,
+ 0x69,0x6f,0x6e,0x28,0x65,0x76,0x65,0x6e,0x74,0x29,0x20,0x7b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x65,0x76,0x65,0x6e,0x74,0x2e,0x70,0x72,0x65,0x76,0x65,0x6e,
+ 0x74,0x44,0x65,0x66,0x61,0x75,0x6c,0x74,0x28,0x29,0x3b,0x20,0x2f,0x2f,0x20,0x50,
+ 0x72,0x65,0x76,0x65,0x6e,0x74,0x20,0x66,0x6f,0x72,0x6d,0x20,0x73,0x75,0x62,0x6d,
+ 0x69,0x73,0x73,0x69,0x6f,0x6e,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x2f,0x2f,0x20,0x47,0x65,0x74,0x20,0x69,0x6e,0x70,0x75,0x74,0x20,0x76,0x61,0x6c,
+ 0x75,0x65,0x73,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x6c,
+ 0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x20,0x3d,0x20,0x70,0x61,0x72,0x73,0x65,0x46,
+ 0x6c,0x6f,0x61,0x74,0x28,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,
+ 0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x27,0x6c,0x61,
+ 0x74,0x69,0x74,0x75,0x64,0x65,0x27,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x29,0x3b,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x6c,0x6f,0x6e,0x67,
+ 0x69,0x74,0x75,0x64,0x65,0x20,0x3d,0x20,0x70,0x61,0x72,0x73,0x65,0x46,0x6c,0x6f,
+ 0x61,0x74,0x28,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,
+ 0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x27,0x6c,0x6f,0x6e,0x67,
+ 0x69,0x74,0x75,0x64,0x65,0x27,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x29,0x3b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x6c,0x65,0x76,0x65,0x6c,
+ 0x20,0x3d,0x20,0x70,0x61,0x72,0x73,0x65,0x49,0x6e,0x74,0x28,0x64,0x6f,0x63,0x75,
+ 0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,
+ 0x79,0x49,0x64,0x28,0x27,0x6c,0x65,0x76,0x65,0x6c,0x27,0x29,0x2e,0x76,0x61,0x6c,
+ 0x75,0x65,0x29,0x3b,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,
+ 0x20,0x43,0x68,0x65,0x63,0x6b,0x20,0x69,0x66,0x20,0x6c,0x61,0x74,0x69,0x74,0x75,
+ 0x64,0x65,0x20,0x61,0x6e,0x64,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,
+ 0x20,0x61,0x72,0x65,0x20,0x76,0x61,0x6c,0x69,0x64,0x20,0x6e,0x75,0x6d,0x62,0x65,
+ 0x72,0x73,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x69,0x73,
+ 0x4e,0x61,0x4e,0x28,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x29,0x20,0x7c,0x7c,
+ 0x20,0x69,0x73,0x4e,0x61,0x4e,0x28,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,
+ 0x29,0x29,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x64,0x6f,
+ 0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,
+ 0x74,0x42,0x79,0x49,0x64,0x28,0x27,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x27,0x29,
+ 0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x4c,0x61,
+ 0x74,0x69,0x74,0x75,0x64,0x65,0x20,0x61,0x6e,0x64,0x20,0x6c,0x6f,0x6e,0x67,0x69,
+ 0x74,0x75,0x64,0x65,0x20,0x6d,0x75,0x73,0x74,0x20,0x62,0x65,0x20,0x76,0x61,0x6c,
+ 0x69,0x64,0x20,0x6e,0x75,0x6d,0x62,0x65,0x72,0x73,0x2e,0x27,0x3b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x3b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x2f,0x2f,0x20,0x43,0x68,0x65,0x63,0x6b,0x20,0x69,0x66,0x20,0x6c,0x65,0x76,
+ 0x65,0x6c,0x20,0x69,0x73,0x20,0x77,0x69,0x74,0x68,0x69,0x6e,0x20,0x72,0x61,0x6e,
+ 0x67,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x6c,0x65,
+ 0x76,0x65,0x6c,0x20,0x3c,0x20,0x30,0x20,0x7c,0x7c,0x20,0x6c,0x65,0x76,0x65,0x6c,
+ 0x20,0x3e,0x20,0x32,0x20,0x7c,0x7c,0x20,0x69,0x73,0x4e,0x61,0x4e,0x28,0x6c,0x65,
+ 0x76,0x65,0x6c,0x29,0x29,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,
+ 0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x27,0x6d,0x65,0x73,0x73,0x61,0x67,
+ 0x65,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,
+ 0x27,0x4c,0x65,0x76,0x65,0x6c,0x20,0x6d,0x75,0x73,0x74,0x20,0x62,0x65,0x20,0x61,
+ 0x20,0x6e,0x75,0x6d,0x62,0x65,0x72,0x20,0x62,0x65,0x74,0x77,0x65,0x65,0x6e,0x20,
+ 0x30,0x20,0x61,0x6e,0x64,0x20,0x32,0x2e,0x27,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x3b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x7d,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,
+ 0x20,0x43,0x61,0x6c,0x6c,0x20,0x61,0x64,0x64,0x4d,0x61,0x72,0x6b,0x65,0x72,0x20,
+ 0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x77,0x69,0x74,0x68,0x20,0x69,0x6e,
+ 0x70,0x75,0x74,0x20,0x76,0x61,0x6c,0x75,0x65,0x73,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x61,0x64,0x64,0x4d,0x61,0x72,0x6b,0x65,0x72,0x28,0x6c,0x61,0x74,0x69,
+ 0x74,0x75,0x64,0x65,0x2c,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x2c,
+ 0x20,0x6c,0x65,0x76,0x65,0x6c,0x29,0x3b,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x2f,0x2f,0x20,0x43,0x6c,0x65,0x61,0x72,0x20,0x69,0x6e,0x70,0x75,0x74,
+ 0x20,0x66,0x69,0x65,0x6c,0x64,0x73,0x20,0x61,0x6e,0x64,0x20,0x6d,0x65,0x73,0x73,
+ 0x61,0x67,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x64,0x6f,0x63,0x75,0x6d,
+ 0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,
+ 0x49,0x64,0x28,0x27,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x27,0x29,0x2e,0x76,
+ 0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x27,0x27,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,
+ 0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x27,0x6c,0x6f,0x6e,0x67,0x69,
+ 0x74,0x75,0x64,0x65,0x27,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x27,
+ 0x27,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,
+ 0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,
+ 0x64,0x28,0x27,0x6c,0x65,0x76,0x65,0x6c,0x27,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,
+ 0x20,0x3d,0x20,0x27,0x27,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x64,0x6f,
+ 0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,
+ 0x74,0x42,0x79,0x49,0x64,0x28,0x27,0x6d,0x65,0x73,0x73,0x61,0x67,0x65,0x27,0x29,
+ 0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x27,0x3b,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0x29,0x3b,0xd,0xa,0x20,0x20,0x3c,0x2f,0x73,
+ 0x63,0x72,0x69,0x70,0x74,0x3e,0xd,0xa,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0xd,
+ 0xa,0x3c,0x2f,0x68,0x74,0x6d,0x6c,0x3e,0xd,0xa,
+ // D:/PROJECT/QT/CasualtySightPlus/res/icon/red.png
+ 0x0,0x0,0x2c,0x39,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0xc8,0x0,0x0,0x0,0xc8,0x8,0x6,0x0,0x0,0x0,0xad,0x58,0xae,0x9e,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x20,
+ 0x0,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x5d,0x9,0x78,0x54,0xd5,0xf5,0xff,0xdd,
+ 0x37,0x2b,0x61,0x7,0xd9,0x93,0x9,0x20,0x90,0x9,0xa8,0x60,0xab,0x22,0x62,0xad,
+ 0xb6,0xd2,0xd6,0x15,0x5b,0xad,0x28,0x56,0xab,0xd2,0x56,0x6d,0xb5,0xee,0xb6,0x75,
+ 0xa9,0xda,0xba,0x80,0xfb,0x52,0xac,0xf5,0xef,0x56,0xb1,0x6e,0x55,0x11,0x8b,0x62,
+ 0xb5,0x15,0xc5,0xa5,0xd6,0xad,0xb8,0x91,0x9,0xa8,0x90,0x49,0x8,0x7b,0x58,0x43,
+ 0x32,0xdb,0xbb,0xff,0x39,0x33,0xef,0x91,0x97,0x64,0xde,0xbc,0x37,0x2f,0xb3,0xbf,
+ 0x7b,0xbe,0x6f,0xbe,0x99,0x64,0xee,0xbd,0xef,0xdc,0x73,0xef,0x6f,0xee,0x72,0x36,
+ 0x6,0x41,0x42,0x2,0x42,0x2,0xba,0x12,0x60,0x42,0x36,0x42,0x2,0x42,0x2,0xfa,
+ 0x12,0x10,0x0,0x11,0xb3,0x43,0x48,0x20,0x8d,0x4,0x4,0x40,0xc4,0xf4,0x10,0x12,
+ 0x10,0x0,0x11,0x73,0x40,0x48,0xc0,0x9a,0x4,0xc4,0xa,0x62,0x4d,0x6e,0xa2,0x96,
+ 0x4d,0x24,0x20,0x0,0x62,0x93,0x81,0x16,0xdd,0xb4,0x26,0x1,0x1,0x10,0x6b,0x72,
+ 0x13,0xb5,0x6c,0x22,0x1,0x1,0x10,0x9b,0xc,0xb4,0xe8,0xa6,0x35,0x9,0x8,0x80,
+ 0x58,0x93,0x9b,0xa8,0x65,0x13,0x9,0x8,0x80,0xd8,0x64,0xa0,0x45,0x37,0xad,0x49,
+ 0x40,0x0,0xc4,0x9a,0xdc,0x44,0x2d,0x9b,0x48,0x40,0x0,0xc4,0x26,0x3,0x2d,0xba,
+ 0x69,0x4d,0x2,0x2,0x20,0xd6,0xe4,0x26,0x6a,0xd9,0x44,0x2,0x2,0x20,0x36,0x19,
+ 0x68,0xd1,0x4d,0x6b,0x12,0x10,0x0,0xb1,0x26,0x37,0x51,0xcb,0x26,0x12,0x10,0x0,
+ 0xc9,0xee,0x40,0x7b,0x0,0xec,0xb,0x60,0x4,0x80,0x81,0x0,0x6,0x29,0xef,0x7a,
+ 0x9f,0xe9,0x7b,0xe,0xa0,0x1d,0x40,0x48,0x79,0x69,0x3f,0xd3,0xff,0xe8,0xef,0x95,
+ 0x0,0xea,0x95,0x17,0x7d,0x5e,0x95,0x5d,0xb6,0x45,0x6b,0x7a,0x12,0x10,0x0,0xb1,
+ 0x3e,0x37,0xc6,0x0,0xa8,0x5,0x30,0x9,0xc0,0x14,0x0,0x93,0x95,0xcf,0xd6,0x5b,
+ 0x34,0x5f,0x53,0xd6,0x80,0x85,0x80,0xb3,0x14,0xc0,0xbf,0x1,0x44,0xcc,0x37,0x21,
+ 0x4a,0x9a,0x91,0x80,0x0,0x88,0x19,0x29,0x1,0x7,0x1,0xd8,0xf,0xc0,0x44,0x5,
+ 0x14,0x4,0x6,0x5a,0x25,0xac,0x50,0x18,0x40,0x8b,0xf2,0xda,0xa,0x80,0x56,0x9d,
+ 0xfe,0x0,0x6,0x28,0xef,0x6e,0x2b,0x8d,0x2,0x20,0xd0,0xbc,0xc,0xe0,0x15,0x0,
+ 0x6f,0x1,0xf8,0xd4,0x62,0x3b,0xa2,0x9a,0x46,0x2,0x2,0x20,0xfa,0xd3,0xa1,0x6,
+ 0xc0,0x71,0xca,0xeb,0x30,0x13,0xb3,0xa6,0xd,0xc0,0x27,0x0,0x96,0x3,0x58,0xa3,
+ 0x1,0x81,0x16,0xc,0xf4,0x79,0x97,0x41,0x5b,0x15,0x5d,0x0,0x53,0x9,0xc0,0xf,
+ 0x80,0xf8,0xa1,0x77,0x7a,0xf5,0x31,0xc1,0xcf,0x17,0x0,0xde,0x50,0xc0,0xb2,0x4,
+ 0xc0,0xe,0x13,0x75,0x44,0x91,0x2e,0x12,0x10,0x0,0xe9,0x2c,0x90,0x61,0xa,0x20,
+ 0x8e,0x57,0xde,0xf5,0x26,0xcc,0x5a,0xd,0x18,0x3e,0x53,0x7e,0xad,0x57,0x58,0x99,
+ 0x5d,0x2b,0x7d,0xde,0xb1,0x32,0xc3,0x68,0x19,0xdc,0xcb,0xc0,0xbd,0x0,0xbc,0x4c,
+ 0xe6,0x5e,0x99,0xde,0x21,0x79,0x41,0xff,0x63,0x70,0xb2,0xc4,0x59,0x84,0xb5,0x73,
+ 0xc8,0xed,0xef,0x85,0x50,0xf1,0x7e,0x5b,0x6c,0xf0,0x8a,0x30,0x86,0xae,0x8e,0xf2,
+ 0xd1,0x1b,0x62,0x7c,0xdf,0x10,0x4f,0xbb,0xa2,0xad,0x3,0xb0,0x48,0x79,0xd1,0xa,
+ 0x23,0xc8,0xa4,0x4,0x4,0x40,0x0,0x9a,0x94,0xea,0x4a,0x41,0xc0,0xa0,0xed,0x4e,
+ 0x57,0xfa,0x10,0xc0,0x4b,0xa,0x10,0x8,0x10,0x19,0x1d,0x92,0x3f,0x1c,0x89,0x8a,
+ 0xa,0x97,0xcb,0xcf,0xc0,0xfc,0x12,0x47,0xd,0xa7,0x55,0x80,0xc1,0xf,0x9e,0x58,
+ 0xd,0xac,0x6e,0xa9,0x3a,0xf1,0xd8,0x10,0xe5,0xf8,0x4f,0xbb,0xbc,0xed,0xad,0x36,
+ 0xde,0xf6,0x71,0x88,0xf7,0xd9,0x2a,0xf3,0xbe,0x3a,0x73,0x80,0x56,0x39,0x15,0x2c,
+ 0x1f,0x9b,0x9c,0x27,0xb6,0x2d,0x66,0x67,0x80,0x7c,0x33,0xbe,0x15,0x3a,0x53,0x1,
+ 0x47,0x75,0x8a,0x19,0x50,0x7,0x60,0xb1,0xf2,0x5a,0x96,0xc9,0xc,0x59,0x35,0xe,
+ 0xfd,0xa2,0x21,0xcf,0x34,0xc6,0xf8,0x11,0x0,0x8e,0x4,0x40,0xcf,0xca,0x2b,0x7d,
+ 0x1e,0xe6,0xf8,0x28,0x24,0xe3,0x9d,0x76,0x8e,0x65,0x6d,0x74,0x3c,0x49,0x49,0xff,
+ 0x2,0xf0,0x2c,0x80,0x87,0x0,0x44,0xf3,0xca,0x60,0x89,0x3c,0xcc,0x8e,0x0,0xa1,
+ 0xc9,0xfa,0xb,0xe5,0xd5,0x75,0x98,0x82,0x1a,0x50,0xd0,0xbe,0xdd,0x14,0xa9,0x80,
+ 0x0,0xe3,0xd3,0x0,0x3e,0x9d,0x81,0x11,0x28,0x8a,0x86,0x82,0xd1,0x24,0x48,0x96,
+ 0xe9,0x83,0x85,0xe,0xf4,0x4,0x12,0x7a,0xb5,0x16,0xd,0xe3,0x45,0xc0,0x88,0x9d,
+ 0x0,0xa2,0x7,0x8c,0x2d,0x1a,0x50,0xd0,0x8a,0x41,0x7a,0x7,0x53,0x54,0xe7,0xf3,
+ 0x1c,0xc7,0x38,0x66,0x82,0x61,0x26,0xc0,0xf7,0x32,0x55,0xa9,0xc0,0x85,0xd2,0x81,
+ 0xc5,0xcb,0x10,0x6c,0xe7,0xf8,0x93,0x2,0x14,0xba,0x50,0xb0,0x3d,0xd9,0x1,0x20,
+ 0x7a,0xc0,0xd8,0x6,0xe0,0x3e,0xe5,0x45,0x87,0x6e,0x53,0xb4,0x62,0xb4,0xeb,0x60,
+ 0x26,0xb3,0x99,0xc,0x4,0x8a,0x84,0x1e,0xa4,0x64,0xe9,0x8b,0x30,0xc7,0xd3,0xbb,
+ 0x62,0x78,0x66,0x57,0xe7,0x2d,0x58,0x5f,0x9,0x2d,0xfd,0x24,0xe9,0xaf,0x6b,0xa3,
+ 0xf2,0xad,0x0,0xe8,0x80,0x6f,0x5b,0x2a,0x67,0x80,0xe8,0x1,0x83,0x94,0x69,0xf3,
+ 0xe3,0x1a,0xee,0xbb,0x95,0xeb,0x58,0xc3,0xc1,0x5f,0x5e,0xd9,0x6b,0x54,0x2f,0x26,
+ 0x9f,0xcc,0x25,0xcc,0x4,0xe7,0xdf,0x36,0xac,0x50,0x62,0x5,0xf4,0x80,0x32,0x48,
+ 0xc2,0xee,0xa9,0x5e,0xe9,0xd9,0xa9,0xbb,0xe5,0xb3,0xae,0x4b,0xea,0x59,0x6c,0x47,
+ 0xe5,0xa,0x90,0xbf,0xe8,0x9c,0x31,0xfe,0x2f,0x7e,0x6b,0x74,0x93,0x59,0x60,0x7c,
+ 0xea,0xf3,0x8e,0x75,0x31,0x79,0xe,0x38,0x9f,0xc3,0xc0,0xe8,0xa,0xb8,0xac,0x49,
+ 0xf,0x28,0x7,0x78,0xd8,0x8e,0x23,0x7b,0x3b,0x1e,0x3d,0xbe,0x22,0xfa,0xdb,0x43,
+ 0x9a,0x40,0xfa,0x1e,0xdb,0x50,0x39,0x2,0xe4,0x70,0xc5,0xf4,0x42,0x3b,0x88,0x8f,
+ 0x2,0xb8,0xde,0x2c,0x30,0x3e,0xab,0x76,0xd7,0x3a,0x65,0x3e,0x87,0x31,0x36,0x47,
+ 0xd1,0x70,0xdb,0x66,0x42,0x50,0x47,0x9,0x28,0x4f,0xec,0x8a,0xe1,0xb9,0x2e,0x5b,
+ 0xaf,0x59,0x7d,0xa4,0x96,0x53,0xfa,0x39,0xef,0x1d,0xed,0xe,0xdf,0xb5,0xff,0x1a,
+ 0xd0,0x16,0xb5,0xec,0xa9,0x5c,0x1,0xf2,0x8,0x80,0xd1,0xf1,0x57,0x46,0xc0,0xf8,
+ 0x62,0xb4,0x6b,0x8a,0x14,0x83,0xa,0x8c,0x5e,0x65,0x3f,0xfa,0x6,0x1d,0x7c,0xa3,
+ 0x4d,0xc6,0x43,0x3b,0x62,0xf8,0x20,0x44,0xf6,0x94,0x49,0xaa,0x76,0x32,0x9c,0xde,
+ 0x57,0xda,0x74,0x5a,0x1f,0xc7,0x5d,0x51,0xa7,0xeb,0xa1,0x7d,0x57,0xb7,0x6e,0x28,
+ 0x67,0x39,0x95,0x23,0x40,0x32,0x1e,0xaf,0x55,0x55,0x9e,0xbd,0x63,0x90,0x2f,0x1,
+ 0x63,0xe7,0x2,0x90,0x32,0x6e,0xa0,0xcc,0x2b,0x3c,0xba,0x33,0x86,0x87,0x77,0xc8,
+ 0xd8,0x18,0xeb,0x0,0xca,0x8c,0xa,0x9,0x17,0xf6,0x97,0x36,0x8c,0x77,0x49,0x77,
+ 0x49,0xee,0xf0,0x9d,0xe3,0xbf,0x4c,0x58,0x23,0x97,0x1d,0xd9,0x1a,0x20,0xab,0xc6,
+ 0xc1,0x23,0x87,0xdd,0x17,0x73,0xce,0x9,0x1c,0x43,0xca,0x6e,0x74,0xb3,0xd8,0xa1,
+ 0xa6,0x28,0xc7,0xc3,0x3b,0x62,0x78,0x42,0xb3,0xed,0x1a,0xe9,0x64,0xb8,0x74,0x80,
+ 0x3,0xc7,0x54,0x48,0xa4,0x91,0xbf,0xd3,0x1f,0xc,0x3f,0x9e,0xc5,0x47,0x16,0x45,
+ 0x53,0xb6,0x5,0x48,0xc0,0xe7,0xfe,0x9,0x80,0x8b,0x1,0x7c,0xa3,0x28,0x46,0xa2,
+ 0x44,0x98,0x78,0xb7,0x5d,0xc6,0xdd,0xdb,0x62,0xf8,0x24,0xdc,0xb1,0x9a,0xcc,0xe9,
+ 0xe7,0x48,0x0,0x45,0x2,0x5e,0xe4,0xb2,0x7c,0x67,0x6d,0x53,0x94,0x8c,0x24,0xcb,
+ 0x82,0x6c,0x7,0x90,0xba,0x4a,0xe7,0xe1,0x4c,0x92,0x8,0x18,0x64,0x77,0x25,0xc8,
+ 0x82,0x4,0x76,0xc8,0xc0,0x8d,0x5b,0xa3,0x58,0xd4,0xda,0x71,0xf3,0x7b,0xb0,0x57,
+ 0xc2,0x65,0x3,0x1c,0xd8,0xc7,0xcd,0x0,0xce,0xef,0x73,0x40,0xba,0x63,0x7c,0x63,
+ 0xe8,0x2b,0xb,0xcd,0x17,0x55,0x15,0xdb,0x0,0x64,0x29,0xe0,0x1c,0x59,0xe5,0x9a,
+ 0xcb,0x19,0xbb,0xb4,0xa8,0x46,0xa0,0x84,0x99,0xf9,0xf3,0xf6,0x18,0xee,0xde,0x1e,
+ 0xdb,0xd3,0x83,0x7e,0x12,0x70,0xd9,0x0,0x27,0x4e,0xee,0x23,0x11,0x48,0x36,0x49,
+ 0xc,0xd7,0x4c,0x8,0x46,0xe8,0xca,0xbd,0x64,0xc9,0x16,0x0,0xa9,0xaf,0x74,0x1d,
+ 0xc4,0x25,0xcc,0x5,0x18,0x19,0xf,0xa,0xca,0xa2,0x4,0x96,0xec,0x96,0x71,0xd3,
+ 0xd6,0x18,0x36,0x69,0xe,0xf0,0x67,0xf7,0x73,0xe0,0x8a,0x1,0x8e,0xc4,0x53,0x38,
+ 0xe7,0xf3,0x9d,0x9e,0xc8,0xa5,0xa5,0x7a,0x88,0x2f,0x7b,0x80,0x4,0xaa,0x5c,0xe7,
+ 0x82,0xb1,0x79,0x0,0xfa,0x65,0x71,0x5e,0x88,0xa6,0x34,0x12,0xa8,0xb,0x73,0xdc,
+ 0xb4,0x35,0xda,0xe9,0x3a,0x78,0x66,0x6f,0x9,0xf3,0x6,0x3b,0x93,0xa5,0x18,0x7b,
+ 0x13,0xb2,0x7c,0x99,0xbf,0x31,0x42,0x6e,0x3,0x25,0x45,0x65,0xb,0x90,0x2f,0x2a,
+ 0x31,0xc8,0x29,0x79,0xe6,0x72,0xf0,0x9f,0x97,0xd4,0x88,0x94,0x28,0xb3,0xed,0x1c,
+ 0xb8,0x6a,0x4b,0x14,0x2f,0xed,0xee,0x38,0x97,0x4c,0xf7,0x4a,0x78,0x68,0x68,0x12,
+ 0x24,0x9c,0xdc,0x8c,0x39,0xbf,0xb4,0xb6,0x31,0x42,0xba,0xa9,0x92,0xa1,0xb2,0x4,
+ 0xc8,0x4a,0x9f,0xf7,0xc8,0x18,0xe4,0x79,0x4c,0xdc,0x50,0xe5,0x7d,0x22,0xfe,0x6e,
+ 0x4b,0x14,0xb,0x35,0x87,0xf7,0x1a,0x17,0xc3,0xa2,0x11,0xae,0x3d,0x7c,0x30,0xc6,
+ 0x6f,0xaf,0x69,0x88,0x5c,0x96,0x77,0xc6,0x2c,0x3e,0xb0,0x58,0x1,0x72,0x2c,0x80,
+ 0x33,0x94,0x20,0x4,0x19,0xfd,0xe2,0xd4,0x57,0xbb,0x7e,0xc6,0x39,0x23,0x9b,0x2b,
+ 0x41,0x5,0x92,0xc0,0xb5,0x2d,0x51,0x3c,0xad,0xd1,0x97,0xc,0x76,0x30,0xbc,0x33,
+ 0xaa,0x3,0x24,0xf1,0xab,0xf5,0x17,0x43,0xa1,0xf0,0xec,0xc9,0x1b,0x8a,0xdf,0xf7,
+ 0xa4,0x18,0x1,0x42,0x71,0xa5,0xc8,0x6f,0x7a,0xa4,0x32,0xbe,0xf4,0x6e,0xca,0xe4,
+ 0xba,0xae,0xca,0x7d,0x25,0x63,0xb8,0xb1,0x40,0xf3,0x42,0x3c,0x56,0x23,0x81,0x5b,
+ 0xb6,0x91,0xf6,0xbd,0xe3,0x86,0x8b,0xbe,0xa,0xf8,0x3a,0xbc,0x8b,0x39,0xc7,0x7f,
+ 0xc3,0x6e,0xf7,0xf1,0x93,0xbf,0xda,0xb5,0xb1,0x98,0x5,0x57,0x8c,0x0,0x79,0x22,
+ 0x1e,0xf3,0xe9,0x54,0x45,0x68,0x1f,0xc4,0x57,0x11,0xa,0xb9,0x63,0x48,0x1,0x9f,
+ 0xeb,0x2e,0x80,0x5d,0x68,0x58,0x50,0x14,0xc8,0x9b,0x4,0x9e,0x8a,0xaf,0x22,0xd7,
+ 0xb5,0x74,0x78,0xf2,0x56,0x39,0x19,0x5e,0x1b,0xd9,0x69,0x25,0x59,0xd,0x26,0x7d,
+ 0xd7,0xdf,0xd0,0xbe,0x3a,0x6f,0x4c,0x65,0xf8,0xa0,0x62,0x4,0x8,0x39,0xe9,0xd0,
+ 0x1e,0xf5,0x39,0x0,0xbf,0x8c,0xbf,0xc,0x7f,0x61,0xea,0xab,0xdd,0x4f,0x70,0xbe,
+ 0x7,0x54,0x19,0x8a,0x40,0x14,0xcf,0xa5,0x4,0x48,0xf3,0x7e,0xf6,0xc6,0xe,0x90,
+ 0x1c,0xe2,0x95,0xf0,0xb0,0x72,0x70,0x57,0x9e,0xdb,0xea,0x0,0xa6,0x8e,0xf,0x86,
+ 0x29,0x4c,0x51,0xd1,0x51,0x31,0x2,0x84,0x84,0x44,0x26,0xeb,0xa6,0xcc,0x15,0xea,
+ 0x7d,0xee,0x7f,0x70,0x80,0xce,0x2c,0x82,0x8a,0x54,0x2,0xef,0xb7,0xcb,0x38,0x43,
+ 0x3,0x12,0x52,0x24,0xfe,0x61,0x90,0x72,0x5,0xac,0xf0,0xcc,0x64,0x3e,0xb5,0xa6,
+ 0x29,0xf2,0x7e,0xb1,0x75,0xa1,0x58,0x1,0x62,0x4a,0x4e,0x1,0x9f,0xeb,0x75,0xa1,
+ 0xfc,0x33,0x25,0xaa,0x82,0x17,0x7a,0xab,0x5d,0xc6,0xcf,0x35,0x20,0x39,0xab,0x9f,
+ 0x3,0xbf,0x51,0x94,0x89,0x1d,0xcc,0xc9,0x87,0xfa,0x83,0xd1,0x77,0xa,0xce,0xac,
+ 0x86,0x81,0x92,0x5,0x48,0xc0,0xe7,0xf9,0x33,0xc0,0xc9,0x3c,0x5d,0x50,0x89,0x48,
+ 0x80,0x74,0x24,0x97,0x6e,0xee,0xd8,0x6e,0x9d,0xd3,0xcf,0x81,0x8b,0xbb,0x80,0x44,
+ 0x82,0xb4,0xf7,0x84,0x60,0xfb,0xd7,0xc5,0xd2,0xa5,0x42,0x3,0xe4,0xc7,0x4a,0x3c,
+ 0xa6,0x85,0x99,0x8,0x44,0xd1,0x8e,0xff,0x39,0x93,0x3a,0xa2,0x6c,0x71,0x48,0xa0,
+ 0xeb,0xc1,0x9d,0x56,0x11,0x5a,0x4d,0xb4,0xc4,0x64,0x47,0x65,0x4d,0x53,0x9b,0xe9,
+ 0x40,0x1a,0xb9,0xec,0x59,0x21,0x1,0x42,0x13,0x5c,0x5d,0x1,0x28,0x52,0x3a,0xc5,
+ 0xb3,0x35,0xa4,0x80,0xcf,0x7d,0x52,0x3c,0x8a,0xfa,0xdf,0xd,0xb,0x2,0xe8,0x7b,
+ 0xcc,0x89,0x18,0x72,0xe5,0xcd,0x8,0x7d,0xf1,0x9,0xd6,0xfe,0x82,0xb0,0x28,0xa8,
+ 0x18,0x24,0xf0,0xc0,0x8e,0x18,0xee,0xd8,0x96,0xbc,0x2,0x26,0x68,0xd0,0xa1,0x7d,
+ 0xaa,0xb7,0x93,0x9f,0x5a,0x33,0x8b,0x86,0x27,0xd7,0x34,0x63,0x73,0xa1,0xf9,0x2d,
+ 0x14,0x40,0x48,0x9,0xf8,0x57,0x4d,0xe7,0x87,0x3,0x30,0x74,0xdd,0x5c,0xe9,0xf3,
+ 0xcc,0x90,0xc1,0x5f,0x35,0x23,0x34,0xa9,0xa2,0x37,0xc6,0xbe,0x5d,0xf,0xc7,0xe0,
+ 0xa4,0x1f,0x54,0xe3,0xac,0x19,0xd8,0xfd,0x5e,0x46,0x1,0x12,0xcd,0x3c,0x26,0xa7,
+ 0x65,0x3c,0x13,0x27,0x23,0xba,0xa1,0x19,0xb1,0x2d,0x9b,0x72,0xfa,0x9c,0x42,0x34,
+ 0x7e,0x7d,0x4b,0x14,0x4f,0x2a,0xca,0xc4,0xfd,0xdc,0xc,0xf,0xf,0x75,0x81,0x8c,
+ 0x80,0x55,0x8a,0x7,0xdf,0x7b,0x9b,0xef,0xe,0x1d,0xed,0xdf,0x8c,0x9d,0x85,0xe0,
+ 0xaf,0x83,0x8f,0xfc,0x3f,0x9d,0xd2,0x8,0xbc,0x7,0x40,0xf5,0xf9,0xfe,0x6d,0xfc,
+ 0x33,0x19,0x13,0xa6,0xa5,0x2f,0x2a,0x5d,0x53,0x1d,0x12,0xa3,0x50,0x99,0x66,0x22,
+ 0x9b,0xc3,0x55,0x3d,0x16,0x63,0x97,0x51,0xf4,0x50,0x60,0xd7,0x3f,0x17,0x61,0xed,
+ 0x2f,0x4e,0x36,0x7a,0x44,0x51,0x7c,0xbf,0xd7,0xc5,0xd7,0xc0,0x33,0x69,0xa,0x2a,
+ 0xa6,0x1e,0xa,0xa9,0x1f,0x65,0x44,0x0,0x42,0x2b,0x3e,0x41,0xdb,0xff,0xde,0xc7,
+ 0xae,0x25,0xb,0xd1,0xfa,0x16,0xa5,0x1,0x29,0x7d,0x22,0xdb,0xad,0x9f,0x6d,0x8c,
+ 0xe0,0x43,0xc5,0xdf,0xfd,0x94,0x38,0x3a,0xae,0xeb,0x72,0xb3,0x15,0xf,0xd9,0xfa,
+ 0x8f,0x9a,0x21,0xe1,0x13,0xd9,0x47,0x85,0xcb,0x7b,0x52,0x88,0x15,0x84,0x46,0xf8,
+ 0x3b,0xca,0x10,0xd3,0x56,0xc9,0x70,0xe6,0x26,0x7c,0xc6,0x19,0xa7,0xa8,0x87,0x14,
+ 0xec,0xd9,0x34,0x79,0x6a,0xf7,0x45,0xaf,0x3,0xa7,0xa3,0xf5,0xcd,0x57,0x11,0x69,
+ 0x28,0x9a,0x73,0x5f,0x4a,0xfe,0x2b,0xa6,0x1f,0x81,0x61,0x37,0xcd,0x87,0x7b,0xf4,
+ 0xde,0x69,0xfb,0xb7,0xf5,0xc1,0x7b,0xb0,0xf1,0x8f,0x97,0x9b,0x96,0x41,0x31,0x17,
+ 0xfc,0x34,0xcc,0x13,0x20,0x21,0x7,0x2c,0x22,0xba,0xfa,0x4d,0xf8,0x92,0x74,0xa6,
+ 0x67,0xfd,0xc1,0x70,0xc1,0xf6,0xc7,0xf9,0x6,0x88,0xaa,0x4,0x24,0x11,0xd0,0x8c,
+ 0x9d,0xa1,0xbc,0xa7,0x1d,0xc7,0x80,0xcf,0x4d,0xd1,0xc8,0xcb,0xd6,0x3,0xb0,0xdf,
+ 0xcc,0x53,0x30,0xe2,0x1e,0xed,0x8e,0x33,0xfd,0xb4,0xde,0xb9,0x64,0x21,0x9a,0xcf,
+ 0x3d,0xa5,0x98,0xe7,0xbe,0x69,0xde,0x28,0xb4,0xd0,0x55,0x8a,0xb6,0xbd,0xbf,0x4,
+ 0x3c,0x32,0xd4,0x85,0x89,0xe4,0x95,0xa8,0x25,0x86,0x6b,0xfc,0xd,0xe1,0x1b,0x4c,
+ 0x37,0x9a,0xc5,0x82,0xf9,0x4,0xc8,0xe9,0x0,0x1e,0xd3,0xf0,0x4e,0x2b,0x87,0xe1,
+ 0x61,0xbb,0xce,0xe7,0xbe,0x39,0x9e,0x1b,0x83,0xb6,0x61,0x65,0x49,0x8e,0xfe,0x3,
+ 0x31,0xee,0xd3,0xf5,0x19,0xf7,0xad,0x14,0xcf,0x54,0x7a,0x9d,0x9c,0xbb,0x35,0x6,
+ 0x8a,0x9c,0x42,0x94,0x42,0xd3,0x9e,0xf8,0xbf,0xcc,0xd8,0x31,0x13,0x1b,0x42,0x94,
+ 0x41,0x2b,0xaf,0x94,0x2f,0x80,0xd0,0x66,0xfa,0x5d,0x4d,0x2c,0x5b,0x3a,0x73,0x18,
+ 0x4e,0x7a,0x25,0xb0,0xc2,0x2,0x23,0x89,0xb8,0xc7,0x8e,0xc7,0xe0,0x8b,0xae,0x49,
+ 0x1c,0x68,0x37,0xdd,0x68,0xd8,0xac,0x51,0x73,0x79,0xfd,0x7e,0xd8,0xcd,0xf3,0x31,
+ 0x60,0xf6,0xcf,0x32,0x7e,0x66,0xfb,0x27,0x1f,0xa2,0xf1,0xd4,0x1f,0x40,0x6e,0x2d,
+ 0xe8,0x19,0x36,0x63,0xbe,0x53,0x55,0xa0,0x1d,0xd6,0xcf,0x36,0x46,0x41,0x66,0x29,
+ 0x44,0xa4,0x1b,0x21,0x1d,0x49,0x17,0xfa,0xcc,0xed,0x70,0xcd,0x18,0x9b,0xe7,0x38,
+ 0x5c,0xf9,0x2,0x8,0x2d,0x8f,0x57,0x29,0x1d,0x26,0xa0,0x4c,0x37,0x92,0xec,0x8a,
+ 0x6a,0xd7,0x37,0x24,0x19,0xaf,0x98,0x9,0xc7,0x53,0xf5,0xf4,0x6b,0xa8,0x38,0x38,
+ 0x99,0x25,0x6d,0xcb,0x5d,0x37,0x60,0xf3,0x9d,0x7f,0x34,0x6a,0xbe,0x28,0xbe,0x77,
+ 0xe,0x1f,0x89,0xbd,0xff,0x6b,0xdd,0x4e,0xaf,0xf9,0x82,0xd3,0xb1,0xf3,0xc5,0x67,
+ 0x8a,0xa2,0x2f,0x3d,0x65,0x62,0x45,0x98,0x63,0xf6,0x86,0x8,0xe8,0xf0,0xde,0x8b,
+ 0x1,0x7f,0x1b,0xd6,0x7d,0xab,0xc5,0x81,0xbf,0xd6,0x6,0xc3,0x94,0xd3,0x25,0x6f,
+ 0x94,0xf,0x80,0xec,0xaf,0xac,0x1e,0x94,0xc9,0x89,0xe8,0xc4,0x78,0x42,0xcc,0xe7,
+ 0xd3,0xf5,0x90,0xe2,0x55,0xc5,0x42,0x2e,0x2,0x7,0xd9,0x64,0xa5,0xa5,0x21,0x57,
+ 0xcf,0xc3,0xa0,0x9f,0x5f,0x94,0x28,0x13,0x9,0xae,0x46,0xf0,0xc4,0xc3,0x11,0xdd,
+ 0x98,0xf9,0x96,0xc5,0xe8,0x39,0xb9,0xf8,0x9e,0x40,0x4d,0xe0,0xb6,0x4a,0xa5,0xf4,
+ 0x63,0x60,0xa6,0x8f,0xf7,0x6e,0x8f,0x61,0xbe,0x12,0x4,0xe2,0x7b,0x15,0x12,0xee,
+ 0xd9,0xab,0xb3,0xbd,0x56,0xb2,0xd,0x76,0xa1,0x3f,0x18,0xba,0xc7,0x4c,0x7b,0xd9,
+ 0x28,0x93,0xf,0x80,0xfc,0x2d,0x9e,0xe7,0x7b,0xb6,0xc2,0x2c,0x99,0xb2,0x9f,0x66,
+ 0xc4,0x78,0xa0,0xca,0x35,0x1f,0x8c,0x91,0x25,0x6f,0x5a,0xea,0x37,0x73,0x16,0x46,
+ 0xdc,0xd3,0x71,0xac,0x69,0x3e,0xef,0x54,0xec,0x7c,0x39,0x2d,0xf6,0x8c,0x9a,0xcc,
+ 0xeb,0xf7,0xfd,0x4f,0x39,0x1b,0xc3,0xe7,0x59,0x37,0x8,0xd8,0xf1,0xc2,0x93,0x58,
+ 0x77,0x61,0x5e,0x7f,0x50,0x73,0x2a,0x1f,0x72,0x44,0xa4,0x55,0xa4,0x3e,0x92,0x8c,
+ 0xb9,0xa5,0x73,0xab,0xd5,0x6,0xc8,0x33,0xf2,0x65,0xb3,0x95,0x6b,0x80,0xfc,0x48,
+ 0x31,0x5b,0xa7,0xfe,0x52,0x62,0x9a,0x43,0x0,0xfc,0x2f,0x9d,0x94,0xeb,0xab,0xdc,
+ 0xb3,0x38,0xc3,0x53,0x46,0x23,0x41,0xe7,0x8e,0xaa,0xbf,0xbf,0xe,0xe7,0x5e,0x43,
+ 0x13,0x45,0x5b,0xee,0xbb,0x15,0x9b,0xe6,0x5d,0x6d,0x54,0xad,0xa8,0xbe,0x1f,0x7c,
+ 0xc1,0xef,0xb0,0xd7,0x65,0xd7,0x59,0xe6,0x69,0xf7,0x3b,0x4b,0xd1,0x38,0xfb,0x7,
+ 0x96,0xeb,0x17,0x63,0x45,0x8a,0xb5,0xf5,0x9b,0x2d,0x49,0x7b,0xad,0x51,0x4e,0x86,
+ 0xc7,0x87,0x39,0x31,0xc2,0xd1,0x75,0x9a,0xf2,0xd7,0xfd,0xc1,0xc8,0x77,0xf3,0xc1,
+ 0x7f,0xae,0x1,0x42,0x96,0x99,0x4,0xa,0x22,0xf2,0xf4,0x4b,0x3b,0x83,0x13,0x5b,
+ 0xab,0xb0,0x9b,0xea,0x18,0xe6,0xf4,0xab,0x7c,0x74,0x11,0x7a,0x1f,0x91,0x9c,0x1c,
+ 0xad,0xcb,0xfe,0x85,0xa6,0xd3,0x8f,0xc9,0x87,0xbc,0xb2,0xfa,0x8c,0x81,0x67,0xfd,
+ 0xa,0x43,0xaf,0xbb,0xc3,0x72,0x9b,0xa5,0xa4,0x0,0xcd,0xa4,0x93,0x17,0x6c,0x8e,
+ 0xe2,0x35,0x25,0xf8,0x83,0x8e,0x2,0x91,0x22,0xa5,0x5c,0xe1,0x6f,0x8,0x91,0xda,
+ 0x20,0xa7,0x94,0x4b,0x80,0x9c,0xa7,0x64,0x6f,0xa2,0xe,0x90,0x4a,0x9b,0x80,0x92,
+ 0x36,0x64,0x7e,0xa0,0xda,0x7d,0x35,0x38,0xc,0x4f,0xd8,0xf4,0xab,0x4b,0xbf,0xbe,
+ 0x44,0xb1,0x96,0xcd,0x68,0x3c,0xed,0xe8,0x84,0xb6,0xb9,0xd4,0xa8,0xff,0x8f,0xcf,
+ 0xc0,0xf0,0xdb,0xac,0xbb,0xcf,0x6f,0xff,0xfb,0x63,0x58,0x7f,0x59,0xf9,0x5,0x6d,
+ 0xf9,0x24,0xc4,0x71,0xea,0x86,0xc8,0x9e,0x8c,0x3d,0xf7,0xf,0x71,0xe2,0xf0,0x5e,
+ 0xdd,0x14,0x88,0xdb,0xb8,0x8c,0xc3,0x6a,0x9b,0xc2,0x94,0x75,0x38,0x67,0x94,0x2b,
+ 0x80,0xd0,0x81,0x9c,0x9c,0x5f,0xc8,0xbf,0x9c,0x88,0x46,0xf1,0xc1,0x74,0xbd,0x58,
+ 0x51,0xe5,0xde,0xc7,0xc1,0xf0,0x36,0x4f,0x9d,0x86,0x79,0x4f,0xd5,0x3e,0x33,0x8e,
+ 0xc5,0xa8,0x7,0xc9,0xd9,0x30,0x49,0xeb,0xaf,0x38,0x17,0xdb,0x9f,0xa6,0x6c,0x7,
+ 0xa5,0x47,0x7d,0xbe,0x3f,0x13,0xa3,0x1e,0xb0,0x7e,0xb,0xb5,0xf5,0x91,0xf9,0xd8,
+ 0x78,0xdd,0x25,0xa5,0xd7,0x71,0x13,0x1c,0xdf,0xb6,0x2d,0x86,0x7,0x15,0x9f,0x76,
+ 0xbd,0x3,0x3b,0x6d,0xc5,0x6b,0x1b,0xc2,0xaa,0x7b,0xb6,0x89,0x56,0x33,0x2f,0x92,
+ 0x2b,0x80,0x50,0xec,0x5b,0x75,0xef,0xf0,0xa6,0xe2,0x21,0x98,0x96,0xbb,0x7a,0x9f,
+ 0xfb,0x51,0xe,0xfc,0xd4,0xa8,0xb,0xbe,0xbf,0xff,0x1b,0xbd,0xe,0x3a,0x34,0x51,
+ 0x6c,0xdb,0x63,0xf7,0x63,0xc3,0x35,0xa5,0xeb,0x86,0x4e,0xe6,0x25,0x55,0x4f,0x50,
+ 0x7c,0xa,0x6b,0xb4,0xe5,0xde,0x9b,0xb1,0xf9,0x36,0xeb,0x67,0x18,0x6b,0x4f,0xcd,
+ 0x4f,0xad,0xf5,0x31,0x8e,0x1f,0xae,0x8b,0x60,0xab,0x62,0x86,0xb2,0x60,0x98,0xb,
+ 0x7,0x7a,0xba,0x4f,0x57,0x6,0x7e,0x66,0x4d,0x30,0x62,0xde,0xc,0x21,0x43,0xf6,
+ 0x73,0x1,0x10,0x52,0xa,0x52,0xb0,0x85,0x71,0xa,0x2f,0x64,0x47,0x43,0xb9,0xb8,
+ 0x75,0xa9,0xbe,0xca,0x7d,0x2,0x67,0x30,0xf4,0x9,0x19,0x38,0xe7,0x2,0xc,0xfd,
+ 0xfd,0x6d,0x89,0x76,0x42,0x81,0xcf,0xd1,0x78,0xf2,0x91,0x88,0x6d,0xdf,0x9a,0x61,
+ 0x97,0x8b,0xa7,0xb8,0x77,0xf2,0x1,0xa8,0x7e,0xd1,0xba,0x3,0xdd,0xa6,0x9b,0x7e,
+ 0x87,0x96,0xbf,0x58,0x3f,0xc3,0x14,0x8f,0x24,0x52,0x73,0xa2,0x8d,0x8c,0xf2,0xc3,
+ 0xde,0x12,0x6e,0x56,0x23,0x35,0x6a,0x8b,0x33,0xac,0x74,0x4b,0xae,0xc3,0x72,0xa5,
+ 0x40,0xcc,0x5,0x40,0xe8,0x70,0x40,0x79,0x0,0x89,0xc8,0x86,0xea,0x4,0xa3,0x81,
+ 0x8,0xf8,0x12,0x7,0x73,0xf5,0x30,0x9f,0xb2,0xb8,0x6b,0x94,0xf,0xbe,0xe7,0xdf,
+ 0x4,0x29,0xd7,0x88,0x9a,0x7f,0x75,0x1a,0x76,0x2e,0x4e,0x8b,0x3b,0xa3,0xc7,0x16,
+ 0xfc,0x7b,0xf7,0xd8,0x9,0x18,0xb3,0xd4,0xfa,0x16,0x7a,0xc3,0x95,0xe7,0x63,0xdb,
+ 0xdf,0xac,0x9f,0x61,0xa,0x2e,0x0,0x3,0x6,0xbe,0x8c,0x70,0xfc,0x70,0x7d,0x4,
+ 0xca,0xad,0x2f,0x16,0xe,0x77,0xa1,0xb6,0xab,0x9d,0x56,0xa2,0xd,0x7e,0x8f,0x3f,
+ 0x18,0xc9,0xc9,0x56,0x22,0xdb,0x0,0x21,0xbf,0xe,0x5a,0x3d,0x2a,0x95,0xbe,0x1f,
+ 0x9,0x20,0xad,0x7d,0x76,0xa0,0xda,0x35,0x7,0x9c,0xa5,0x3d,0x9f,0x50,0x5b,0x43,
+ 0xaf,0xbf,0x13,0x3,0xcf,0x4c,0xaa,0x46,0xb6,0x3f,0xf5,0x30,0xd6,0xff,0x86,0xee,
+ 0x0,0x4a,0x9b,0x9c,0x43,0x87,0x63,0xef,0xf,0x1a,0x2c,0x77,0x62,0xdd,0xaf,0xcf,
+ 0xc0,0x8e,0x45,0x4f,0x5b,0xae,0x5f,0xa,0x15,0x7f,0xdf,0x12,0xdd,0x93,0xa6,0xfa,
+ 0xf4,0xbe,0xe,0x5c,0x35,0xb0,0x9b,0x9,0xa,0x85,0x35,0x8d,0x38,0x18,0x26,0x4f,
+ 0x68,0x8,0x27,0xfd,0x1b,0xb2,0x48,0xd9,0x6,0x8,0x9d,0x18,0x6f,0x57,0xf8,0xa3,
+ 0x88,0x88,0x67,0x19,0xf1,0x1a,0xf0,0xb9,0xc9,0xf4,0x64,0x5a,0xba,0x72,0x15,0xd3,
+ 0xbe,0x8d,0xaa,0xa7,0x3a,0xfc,0xa4,0xbe,0x3e,0x64,0x3c,0x22,0x6b,0x83,0x46,0x4d,
+ 0x17,0xfd,0xf7,0xe4,0xd4,0x35,0xbe,0xae,0xc5,0x32,0x9f,0x4d,0x67,0xce,0x44,0xeb,
+ 0x52,0xeb,0x67,0x18,0xcb,0xf,0xce,0x63,0xc5,0xe5,0x21,0x8e,0x53,0x36,0x50,0xe6,
+ 0x6e,0x24,0x1c,0xaa,0x68,0x15,0xa1,0xf8,0x5a,0x5d,0x89,0x3,0x73,0x6b,0x83,0xe1,
+ 0xe4,0xd5,0x66,0x16,0x29,0xdb,0x0,0xa1,0x3,0x79,0xd2,0x28,0x2a,0x19,0xf0,0x8d,
+ 0x56,0x13,0x5d,0x32,0x6b,0x8c,0x58,0xf9,0xc8,0xb,0xe8,0xfd,0x9d,0xa3,0x12,0xed,
+ 0x6c,0xb8,0xea,0x2,0x6c,0x7b,0xfc,0x81,0x2c,0x8a,0xa0,0xb0,0x4d,0x4d,0xf8,0xaa,
+ 0x15,0xcc,0x99,0xca,0xa4,0xc2,0x98,0xaf,0xe0,0x49,0xdf,0x41,0xdb,0x7,0xd6,0xcf,
+ 0x30,0xc6,0x4f,0x28,0x8e,0x12,0x97,0x6c,0x8e,0xe2,0x65,0x45,0x2f,0x72,0x5e,0x7f,
+ 0x7,0x2e,0xec,0xdf,0x7d,0x15,0x89,0xdf,0x94,0xae,0x65,0xd1,0xf0,0x94,0x6c,0xbb,
+ 0xe9,0x66,0x13,0x20,0x74,0x86,0x50,0x47,0x8b,0xcc,0x92,0xd,0x35,0x77,0x81,0x2a,
+ 0xd7,0x52,0x23,0x7b,0xab,0xfe,0xb3,0xce,0xc2,0xf0,0x5b,0xee,0x4f,0x8c,0x94,0xdc,
+ 0xba,0xb,0xab,0x26,0xe,0x2e,0x8e,0x51,0xcb,0x12,0x17,0xe3,0x3e,0x59,0x7,0xc7,
+ 0x80,0x41,0x96,0x5a,0x5b,0xf3,0x83,0x3,0x10,0xaa,0xb3,0x7e,0x86,0xb1,0xf4,0xd0,
+ 0x2,0x54,0xd2,0x86,0xc,0xa2,0xd5,0x63,0xc9,0x8,0x17,0x52,0x2c,0x22,0x60,0x9c,
+ 0x5d,0x52,0xd3,0x18,0xba,0x33,0x9b,0x2c,0x66,0x13,0x20,0x64,0xc2,0x7e,0x85,0xc2,
+ 0x1c,0x6d,0xad,0xd2,0x6,0x9d,0xe,0xf8,0xdc,0x74,0xbb,0x65,0xa8,0x4,0x20,0x17,
+ 0xd4,0xc1,0x17,0x25,0x15,0xf0,0xc1,0x1f,0x1d,0x8e,0xb6,0x8f,0xfe,0x93,0xcd,0xfe,
+ 0x17,0xbc,0xad,0xb1,0xef,0xac,0x84,0xab,0xb2,0xda,0x12,0x1f,0x5f,0x4f,0x9f,0x80,
+ 0x48,0x93,0xf5,0x33,0x8c,0xa5,0x87,0x16,0xa8,0x12,0xd9,0x68,0x7d,0xac,0xb8,0xe7,
+ 0xde,0xbd,0x97,0x13,0xdf,0xaf,0x48,0x99,0x8c,0x78,0xb9,0x3f,0x18,0x26,0xe3,0xd8,
+ 0xac,0x51,0xb6,0x0,0x42,0xdc,0xd2,0x1,0x69,0x82,0x12,0x9d,0x64,0x1f,0xb2,0x0,
+ 0x31,0xd8,0x5e,0xd1,0xe6,0xf9,0xfb,0x46,0x3d,0xa1,0xc9,0x33,0xfc,0xf6,0x7,0xb1,
+ 0xe3,0xf9,0x27,0x4a,0x56,0x21,0x98,0xae,0x8f,0xa3,0x5f,0xf9,0x10,0xe4,0x1a,0x6c,
+ 0x85,0xbe,0x9c,0x3c,0x2,0xb1,0x6d,0xd6,0xcf,0x30,0x56,0x9e,0x59,0xa8,0x3a,0x94,
+ 0xaf,0xfd,0x56,0x25,0x12,0xca,0xf1,0xbd,0x25,0xdc,0x92,0xea,0xca,0x37,0xc9,0xdc,
+ 0xe9,0xd9,0xcc,0xb6,0x9b,0x2d,0x80,0x68,0x8d,0x12,0xc9,0x3e,0x46,0x5d,0x49,0x52,
+ 0xca,0x33,0x50,0xe5,0x39,0x1e,0x8c,0xd3,0x15,0xb0,0xed,0xc9,0xf7,0xec,0xeb,0x9,
+ 0xbf,0x79,0x2b,0xb4,0x72,0xef,0xde,0xe0,0xd1,0x8e,0x40,0x6c,0x56,0xda,0x28,0x95,
+ 0x3a,0x6b,0xa2,0x1c,0x47,0x37,0x27,0xcd,0x4f,0x7a,0x4b,0xc0,0xcb,0x23,0x5c,0x18,
+ 0xd6,0xcd,0x88,0x31,0xd1,0x9b,0x57,0xfd,0xc1,0xb0,0xe1,0xf,0xaf,0xd9,0x7e,0x67,
+ 0xb,0x20,0xa4,0xc9,0xa4,0x50,0x3e,0x44,0x86,0x87,0x73,0x11,0x6c,0xba,0x63,0x78,
+ 0xb4,0x46,0x97,0x66,0x7,0x8d,0xca,0xc9,0xbb,0x5b,0xb1,0xaa,0xd6,0xda,0xd9,0x25,
+ 0x93,0xe7,0x14,0x53,0x59,0xad,0x11,0xe3,0xef,0x7,0x39,0x31,0xbb,0x7b,0x80,0x87,
+ 0x4,0xbb,0x9c,0xc9,0xd3,0x6b,0x1b,0xa2,0x74,0x3b,0xda,0x63,0xca,0x6,0x40,0x68,
+ 0x94,0x56,0x1,0xa0,0x77,0xda,0x36,0x25,0xaf,0x9b,0x74,0x28,0x50,0x55,0x31,0x12,
+ 0x2c,0x5a,0x6f,0x36,0x7c,0x4f,0x8f,0x7b,0x58,0xe4,0xd,0x90,0x3f,0xb,0xf9,0xb5,
+ 0x64,0x4a,0xe4,0x14,0xf6,0xd5,0x81,0xd6,0xce,0x2e,0x99,0x3e,0xab,0x58,0xca,0xbf,
+ 0xd0,0x2a,0xe3,0xb7,0x8a,0x29,0xbc,0x36,0xbd,0x5b,0x57,0xfe,0x18,0x70,0x73,0x4d,
+ 0x30,0x7c,0x65,0x36,0xf8,0xce,0x6,0x40,0xc8,0x1,0xea,0x71,0x85,0x19,0xda,0x5a,
+ 0xa5,0x35,0x41,0xae,0xf3,0xb9,0xce,0x61,0x60,0xc9,0x6b,0x29,0x41,0x18,0x76,0xd3,
+ 0x9f,0x30,0xe0,0xb4,0xcc,0x2d,0x72,0xc3,0x5f,0xaf,0xc4,0xea,0x23,0xac,0x9d,0x5d,
+ 0x4a,0x55,0xec,0x14,0x1e,0xe8,0xa8,0x75,0x11,0x6c,0x51,0x32,0xea,0xea,0x6b,0xd6,
+ 0xf1,0xb9,0x3f,0x18,0xce,0x8a,0x70,0xb2,0x1,0x10,0x2,0x87,0xea,0x25,0x48,0x37,
+ 0x8,0xcb,0xd3,0xd,0x40,0x9d,0xcf,0xbd,0x98,0x99,0xb8,0x2,0x2e,0xd5,0x41,0xcc,
+ 0x94,0x6f,0xa,0x8d,0x3a,0xe8,0x9c,0xcc,0x2d,0x72,0x29,0x68,0x43,0xc3,0xf1,0xd6,
+ 0xce,0x2e,0x99,0xf2,0x58,0x4c,0xe5,0xb5,0x9a,0xf5,0xf3,0xfb,0x3b,0x40,0xaf,0x94,
+ 0x24,0xb3,0xa3,0xfc,0x4d,0xa1,0x1e,0x6b,0x51,0x7b,0xa,0x10,0xed,0xf6,0x8a,0x1c,
+ 0x32,0xa6,0xa4,0x13,0x66,0xfd,0x68,0xb7,0x9f,0xcb,0x89,0xdb,0x2e,0x41,0x8a,0x4,
+ 0xac,0x7a,0x15,0x96,0xa3,0x37,0xa1,0x99,0x49,0xf1,0x66,0x9b,0x8c,0x73,0x36,0x25,
+ 0x2f,0x26,0xc8,0xba,0x97,0xac,0x7c,0x53,0x11,0xe3,0x7c,0x7e,0x4d,0x63,0xe4,0x7c,
+ 0x33,0x6d,0xa6,0x2b,0xd3,0x53,0x80,0x68,0xb7,0x57,0x64,0x62,0x92,0x36,0x7b,0x69,
+ 0xa0,0xda,0x73,0x39,0x38,0xbf,0xa5,0xa7,0x4c,0x97,0x53,0x7d,0xab,0x5e,0x85,0xe5,
+ 0xea,0x4d,0x68,0x34,0xb6,0xe4,0xb7,0xfe,0xed,0xe6,0x30,0xd4,0x1c,0xa1,0x4b,0x47,
+ 0xb9,0x52,0xb8,0xe4,0x52,0x6c,0x7,0x4,0x5b,0x62,0x61,0xff,0x21,0x4d,0x68,0x33,
+ 0x6a,0x33,0x97,0x0,0xd1,0x6e,0xaf,0xc8,0x49,0x23,0xad,0xdd,0x43,0xc0,0xe7,0x59,
+ 0x6,0xf0,0x6f,0xf5,0x84,0xe1,0x72,0xab,0x6b,0xd5,0xab,0xb0,0x5c,0xbd,0x9,0xcd,
+ 0x8c,0x2f,0xc5,0xd0,0x7a,0x5b,0x89,0xa1,0x75,0xc3,0x20,0x27,0x4e,0xd2,0xb9,0xcd,
+ 0x8a,0x1,0xb3,0x26,0x5,0xc3,0x86,0xca,0xe8,0x5c,0x1,0xa4,0xaf,0xa2,0x14,0xa4,
+ 0x6d,0x16,0x45,0x66,0x27,0x4b,0x5e,0x5d,0xaa,0xaf,0x74,0x1d,0xc4,0x25,0xf6,0x5f,
+ 0x33,0x2,0xb0,0x53,0x19,0xab,0x5e,0x85,0xe5,0xec,0x4d,0x68,0x34,0xfe,0x7f,0xda,
+ 0x1e,0x3,0xbd,0x88,0xd2,0x29,0xd,0x19,0xb0,0xa0,0x26,0x18,0x56,0xd5,0xf,0x46,
+ 0xcd,0xa6,0xde,0xaa,0x59,0xaa,0x95,0xac,0x44,0x1,0xa8,0x55,0x53,0x76,0xb2,0xb9,
+ 0x4e,0x1b,0x2c,0xb6,0xae,0xda,0x73,0x19,0xe3,0x3c,0xe7,0x4e,0xf6,0x3d,0xe8,0x4f,
+ 0x41,0xaa,0x5a,0xf5,0x2a,0x2c,0x67,0x6f,0x42,0xa3,0x81,0xd0,0xe6,0x3c,0x24,0x65,
+ 0xe1,0x9b,0x9d,0x73,0xb0,0x6b,0xab,0x37,0xfb,0x83,0xe1,0x51,0x46,0xed,0xe5,0x6a,
+ 0x5,0xf9,0xd,0x80,0xb9,0x4a,0xe3,0x64,0x66,0xac,0x7e,0x4e,0xf9,0xbc,0x80,0xcf,
+ 0xfd,0x42,0x3c,0xe4,0xcf,0xcc,0x9e,0x30,0x5b,0x8e,0x75,0xad,0x7a,0x15,0x96,0xbb,
+ 0x37,0xa1,0xd1,0x58,0x1f,0xd0,0xd4,0x71,0xe,0x79,0x76,0xb8,0xb,0xfb,0xa4,0x74,
+ 0xa4,0x2,0xb8,0x2c,0x1f,0x51,0xdb,0x14,0x35,0x95,0x10,0x36,0xd5,0x33,0x7b,0x72,
+ 0x48,0xa7,0xc0,0xd3,0x94,0xed,0x89,0xe8,0x68,0x0,0x4b,0xd2,0x75,0x2a,0xe0,0x73,
+ 0x53,0xb6,0xa0,0xf2,0x32,0xc5,0x35,0x1a,0x45,0x13,0xdf,0x5b,0xf5,0x2a,0x2c,0x77,
+ 0x6f,0x42,0x23,0xd1,0x51,0x42,0x50,0xb2,0xf2,0x25,0xd2,0x89,0xe5,0x9b,0x6c,0xa2,
+ 0x87,0x91,0xe1,0x7b,0x2,0x10,0x4a,0x99,0xa6,0xaa,0x72,0x69,0x19,0x6b,0xd6,0xeb,
+ 0x54,0x5d,0xa5,0xf3,0x70,0x26,0x49,0x4b,0x8d,0x3a,0x6d,0xc7,0xef,0xad,0x7a,0x15,
+ 0xda,0xc1,0x9b,0x30,0xdd,0x7c,0x78,0x64,0x47,0xc,0xf3,0x14,0xe3,0xc5,0x83,0xbc,
+ 0x12,0x1e,0xeb,0x9c,0x7b,0x5d,0x5b,0xf5,0x9f,0xfe,0x60,0xd8,0x72,0x74,0x3d,0xab,
+ 0x0,0x19,0xd,0x40,0x8d,0xba,0x4c,0xf9,0xc1,0x92,0xe1,0xd,0x75,0xa8,0xce,0xe7,
+ 0xbe,0x8e,0x1,0xd7,0xda,0x11,0x0,0x46,0x7d,0xb6,0xea,0x55,0x68,0x7,0x6f,0xc2,
+ 0x74,0xb2,0xa3,0xe4,0x3b,0x27,0xaf,0x4f,0x7a,0x1a,0xe,0x71,0x30,0xbc,0xa5,0x73,
+ 0xe,0xe1,0x40,0x6b,0x6d,0x30,0x6c,0x2a,0x2b,0x59,0x36,0xb7,0x58,0x64,0x3c,0xa4,
+ 0x86,0x7,0xa5,0xb4,0x68,0x94,0x8,0x47,0x97,0xcc,0x38,0x46,0x19,0x4d,0xa4,0x72,
+ 0xfe,0xde,0x8a,0x57,0xa1,0x5d,0xbc,0x9,0xf5,0xc6,0x9d,0xf4,0x20,0x74,0xe,0x51,
+ 0xe9,0xc3,0x4a,0x77,0xa7,0x1c,0x87,0xda,0x7a,0x3d,0x39,0x87,0x58,0x5d,0x41,0x28,
+ 0x6a,0x89,0xea,0xff,0x4b,0x71,0x78,0xd2,0xe6,0x4,0xb,0xf8,0xdc,0x4,0x75,0x6b,
+ 0x7e,0xa5,0xe5,0x8c,0xc,0xa5,0x6f,0x56,0xbc,0xa,0xed,0xe2,0x4d,0x98,0x6e,0xf8,
+ 0xf,0x5b,0x1b,0xc1,0x46,0xc5,0x2e,0x2b,0xed,0x41,0x1d,0xb8,0xbe,0x36,0x18,0xb6,
+ 0x14,0x40,0xcc,0x2a,0x40,0x28,0xa4,0x3a,0x65,0x8c,0x22,0xa2,0xec,0x2f,0xf,0xe9,
+ 0x6e,0xaf,0xc4,0xf9,0xc3,0x10,0xe2,0x56,0xbc,0xa,0xed,0xe4,0x4d,0xa8,0x27,0xc0,
+ 0x33,0x37,0x46,0xf1,0x9e,0x72,0x50,0xbf,0x75,0xb0,0x13,0xc7,0x91,0xa3,0x48,0x2a,
+ 0xe2,0xfc,0xd,0x7f,0x63,0xe4,0x8,0xc3,0x81,0x48,0x51,0xc0,0x2a,0x40,0xb4,0x89,
+ 0x38,0x29,0x48,0xc3,0x5b,0xba,0x0,0xa9,0x72,0x9d,0xc9,0x18,0x2b,0xcd,0xd8,0xa0,
+ 0x56,0x24,0x6a,0xa1,0x8e,0x15,0xaf,0x42,0x3b,0x79,0x13,0xea,0x89,0xf4,0xf,0x2d,
+ 0x51,0x3c,0xa1,0xd8,0x9c,0xfc,0xaa,0xbf,0x3,0x17,0xe8,0x19,0x2e,0x2,0xeb,0xfd,
+ 0xc1,0xf0,0x8,0xb,0x43,0x3,0xab,0x0,0x9,0x0,0xa8,0x51,0x1e,0x48,0xf,0xd6,
+ 0xcd,0x58,0x23,0xe,0xe8,0xc6,0xc3,0x62,0xc5,0xab,0xd0,0x4e,0xde,0x84,0x7a,0x12,
+ 0x5c,0xb0,0x33,0x86,0x1b,0xb7,0x26,0x35,0xea,0x47,0x57,0x48,0xb8,0x23,0x65,0xc2,
+ 0x9d,0x64,0xed,0x36,0x29,0x3c,0x70,0xff,0x35,0xe9,0x83,0xa7,0xa7,0x7a,0x8e,0x55,
+ 0x80,0xec,0x22,0xcf,0x47,0x0,0x3b,0x60,0x10,0x6c,0xba,0xde,0xe7,0x7e,0x84,0x3,
+ 0xe5,0x93,0xe5,0xc5,0x78,0xbe,0x67,0x5c,0x22,0x53,0xaf,0x42,0x3b,0x7a,0x13,0xa6,
+ 0x12,0xea,0x3b,0xed,0x32,0xe6,0x6c,0x4c,0x5a,0xf6,0x52,0xc4,0x45,0xf2,0xf,0xd1,
+ 0x23,0x59,0xe2,0xd3,0x26,0xae,0x89,0xbc,0x97,0xe9,0xe0,0x58,0x1,0x8,0xc5,0xde,
+ 0x55,0x3,0xe2,0x7e,0x48,0x56,0xc7,0xe9,0x1e,0x2a,0x6e,0xb0,0x8c,0x87,0x24,0x53,
+ 0xaf,0x42,0x3b,0x7a,0x13,0xa6,0x92,0xe2,0xba,0x28,0xc7,0x11,0xcd,0xc9,0xab,0x5e,
+ 0x2f,0x3,0x96,0x57,0xb9,0x75,0x85,0xcd,0x39,0x3f,0xab,0xb6,0x31,0x92,0x36,0xd2,
+ 0x4e,0xb6,0x56,0x90,0x49,0x71,0xd,0xfa,0xe7,0x4a,0x63,0x86,0x29,0xd5,0x2,0x3e,
+ 0x37,0xe9,0x4b,0x48,0x6f,0x22,0x48,0x47,0x2,0x99,0x7a,0x15,0xda,0xd1,0x9b,0x50,
+ 0x6f,0xf2,0x4c,0xa,0x86,0x91,0xdc,0x64,0x1,0x9f,0x55,0xb9,0xe1,0xd2,0xf9,0xc9,
+ 0x67,0xc0,0xdc,0x1a,0xb,0x91,0x17,0xad,0xac,0x20,0x5a,0x23,0xc5,0xeb,0xe3,0x8c,
+ 0xa5,0xbd,0x3e,0xb,0xf8,0xdc,0xc9,0x84,0x73,0x82,0x74,0x25,0x90,0xa9,0x57,0xa1,
+ 0x5d,0xbd,0x9,0x53,0x9,0x70,0x5a,0x53,0x78,0x4f,0x8a,0x84,0x8f,0x2a,0xdd,0x89,
+ 0x88,0x27,0x29,0x89,0xe1,0x5,0x7f,0x43,0xf8,0x87,0x99,0x4e,0x43,0x2b,0x0,0xa1,
+ 0x88,0x89,0x8b,0x95,0x7,0x91,0xc1,0xa2,0xae,0x3,0x54,0xdd,0x68,0xef,0x68,0x26,
+ 0xcb,0xd6,0xf3,0x1c,0x67,0xda,0x9b,0x12,0x2d,0x9f,0xa9,0x57,0xa1,0x5d,0xbd,0x9,
+ 0x53,0xd,0xef,0xf7,0x9a,0x23,0x8,0x46,0x93,0xbf,0xc1,0xef,0x56,0xba,0x31,0x48,
+ 0xf,0x20,0x40,0xc0,0x1f,0xc,0xd7,0x66,0x3a,0x45,0xac,0x0,0x84,0xc,0x14,0xc9,
+ 0x50,0x91,0xe8,0xd7,0x71,0x3,0xc4,0x7b,0xf5,0x1e,0x2a,0x6c,0xb0,0xcc,0xd,0x47,
+ 0xa6,0x5e,0x85,0x76,0xf5,0x26,0x4c,0x25,0xcd,0x93,0xd6,0x47,0xf0,0x79,0x38,0x9,
+ 0x90,0x37,0x46,0xb9,0x30,0x3c,0x75,0xac,0xac,0xc4,0xf7,0xfe,0x60,0x38,0xe3,0xf9,
+ 0x9e,0x71,0x5,0x0,0x3f,0x1,0xb0,0x40,0x61,0x36,0x6d,0x6a,0xb5,0x15,0x55,0xee,
+ 0x13,0x24,0x13,0x89,0x71,0xcc,0x4d,0xa3,0xf2,0x2d,0x95,0xa9,0x57,0xa1,0x9d,0xbd,
+ 0x9,0xbb,0xce,0x82,0xb3,0x37,0x46,0xf1,0xae,0xa2,0x2c,0x7c,0x75,0xa4,0xb,0xbe,
+ 0x54,0x41,0x7b,0x95,0x4a,0x1e,0x29,0xdc,0x6b,0xcc,0x9a,0x44,0xb6,0x65,0xd3,0x64,
+ 0x5,0x20,0x4,0xa,0x35,0xbc,0x3a,0x81,0x85,0xf2,0xa0,0xa7,0xa4,0x3a,0xa1,0x24,
+ 0x34,0x35,0x10,0x99,0x7a,0x15,0xda,0xd9,0x9b,0xb0,0xab,0x40,0x2f,0xdc,0x1c,0xc5,
+ 0x3f,0x95,0xc8,0xef,0x8b,0x47,0xb8,0x30,0x4e,0xef,0x94,0x6e,0x51,0x17,0x62,0x5,
+ 0x20,0xb4,0xad,0xba,0x5b,0x61,0xf4,0x44,0x0,0xcf,0xeb,0xcd,0x82,0x15,0x3e,0xcf,
+ 0x45,0x12,0x78,0x56,0xa3,0x6d,0x9b,0x9a,0x71,0x25,0x56,0x28,0x53,0xaf,0x42,0x3b,
+ 0x7b,0x13,0x76,0x1d,0xda,0x6b,0x5a,0xa2,0xf8,0xbb,0xa2,0x4d,0x7f,0x6e,0xb8,0xb,
+ 0x93,0x74,0x1c,0xa7,0xa8,0x5e,0x4c,0x72,0x8d,0x98,0xb4,0xa6,0x55,0x57,0xa9,0x9d,
+ 0x6a,0xda,0x58,0x1,0x88,0xd6,0x93,0x30,0xad,0xa3,0x94,0xd0,0xa2,0x9b,0x43,0x6a,
+ 0xa6,0x5e,0x85,0x76,0xf7,0x26,0xd4,0x4a,0x55,0x9b,0xc7,0xf0,0xc9,0x61,0x2e,0xec,
+ 0x9f,0x22,0xd1,0xa7,0x5a,0x9e,0x4b,0xd2,0x98,0xda,0x35,0xed,0xe4,0xc7,0x64,0x9a,
+ 0xac,0x0,0x84,0xae,0x75,0x55,0xdf,0xe,0x32,0x0,0xd3,0x75,0x67,0xc,0xf8,0x5c,
+ 0x77,0x2,0xec,0x22,0xd3,0xdc,0xd8,0xb4,0x60,0xa6,0x5e,0x85,0x76,0xf7,0x26,0xd4,
+ 0x4e,0x93,0xbb,0xb6,0xc5,0x70,0xbf,0x92,0x2e,0xfa,0xf1,0x61,0x2e,0x1c,0x90,0x6,
+ 0x20,0x4c,0x42,0x6d,0xcd,0x9a,0x30,0x99,0x49,0x99,0x26,0x2b,0x0,0xf9,0x2d,0x80,
+ 0x9b,0x95,0x27,0xd0,0xbd,0x32,0xf9,0x9a,0xa7,0x24,0x61,0x66,0x62,0x6e,0x1c,0x32,
+ 0xf5,0x2a,0xb4,0xbb,0x37,0xa1,0x56,0xaa,0xd7,0xb7,0x44,0xf1,0xa4,0xb2,0xc5,0x7a,
+ 0x7e,0xb8,0xb,0x13,0xd3,0x6e,0xb1,0xf8,0xfe,0x93,0xd6,0x44,0xd2,0x46,0xfe,0xec,
+ 0x3a,0x62,0x56,0x0,0x42,0x2b,0x82,0x7a,0xae,0x48,0x9b,0x28,0x27,0x50,0xed,0x5e,
+ 0x8,0x6e,0x9c,0xe5,0xd6,0xdc,0x34,0x2a,0xdf,0x52,0x99,0x7a,0x15,0xda,0xdd,0x9b,
+ 0x50,0x3b,0x13,0xb4,0xe9,0xd9,0xfe,0x39,0xd2,0x85,0xea,0x34,0xb7,0x58,0x56,0xec,
+ 0xb1,0xac,0x0,0x84,0xd2,0xcb,0xde,0xa7,0x30,0x79,0x31,0x80,0xbb,0xf4,0xa6,0xae,
+ 0xb0,0xc3,0x32,0xf,0xea,0x4c,0xbc,0xa,0xed,0xee,0x4d,0xa8,0x95,0xaa,0xf6,0x9a,
+ 0x97,0xdc,0x6e,0xc9,0xfd,0x56,0x8f,0xac,0x78,0x16,0x5a,0x1,0x8,0xad,0x1a,0xf,
+ 0x2b,0x4c,0xa4,0x35,0x35,0x11,0x2b,0x88,0x79,0x80,0x64,0xe2,0x55,0x28,0xbc,0x9,
+ 0x3b,0xe4,0xfa,0xa3,0xf5,0x11,0xac,0x50,0x14,0x85,0x69,0x4d,0x4d,0x28,0xa7,0x8a,
+ 0x5,0x8b,0x5e,0x2b,0x0,0x99,0xad,0xd1,0x7d,0xd0,0xea,0x41,0xab,0x88,0x38,0x83,
+ 0x98,0xc7,0x42,0xca,0x92,0x99,0x78,0x15,0xa,0x6f,0xc2,0xe,0x11,0x7e,0xb7,0x39,
+ 0x82,0xb5,0x8a,0xa9,0x49,0xfc,0xd6,0x34,0xad,0x83,0x53,0x4c,0xca,0xcf,0x19,0x44,
+ 0x9b,0x6e,0x2d,0x6d,0x2e,0x74,0x71,0x8b,0x65,0x1e,0x35,0x99,0x78,0x15,0xa,0x6f,
+ 0xc2,0xe,0xb9,0xaa,0x1,0xe4,0x8c,0xcc,0xdd,0xa9,0x46,0xbe,0x6e,0xb1,0xb4,0xc6,
+ 0x8a,0x74,0x83,0xa5,0x6b,0x21,0x29,0xf4,0x20,0xe6,0x1,0x92,0x89,0x57,0xa1,0xf0,
+ 0x26,0x4c,0xca,0x95,0x16,0x8e,0x7d,0x1a,0x93,0x91,0x4d,0x6,0x3b,0x18,0xde,0xd1,
+ 0xf,0x41,0x9a,0x28,0x93,0x2f,0x3d,0xc8,0x77,0x1,0x50,0xa8,0x1f,0x22,0xd2,0x81,
+ 0xe8,0x3a,0xc3,0xb,0x4d,0xba,0x79,0x80,0x98,0xf5,0x2a,0x14,0xde,0x84,0x1d,0x32,
+ 0xa5,0x4c,0x53,0xd3,0xd7,0x26,0x1d,0xa6,0x28,0x7f,0xfa,0x6b,0x23,0xf5,0x3d,0xa,
+ 0xa9,0x4c,0xbe,0x34,0xe9,0x94,0xe2,0x59,0xcd,0x5e,0x4f,0x6a,0x7b,0x5d,0x67,0x78,
+ 0x61,0x8b,0x65,0x1e,0x20,0x66,0xbd,0xa,0x85,0x37,0x61,0x87,0x4c,0xbf,0x8a,0x70,
+ 0x1c,0xb3,0x2e,0x9,0x90,0x1a,0x17,0xc3,0xa2,0x11,0xe9,0x1,0x62,0xc5,0x2f,0xdd,
+ 0xca,0x21,0x9d,0xfc,0x1a,0x43,0x9a,0xa1,0x1f,0x8,0xa4,0x76,0x86,0x17,0xd6,0xbc,
+ 0xe6,0x1,0x62,0xd6,0xab,0x50,0x78,0x13,0x76,0xc8,0xf4,0xe3,0x10,0xc7,0xec,0xd,
+ 0x49,0x80,0x90,0x89,0x9,0x99,0x9a,0xa4,0xa3,0x7c,0x59,0xf3,0x12,0xf,0x5f,0x3,
+ 0x18,0xa3,0x30,0x33,0xd,0x40,0x4a,0x67,0x78,0xe1,0xf,0x62,0x1e,0x20,0x66,0xbd,
+ 0xa,0x85,0x37,0x61,0x87,0x4c,0x9f,0xd9,0x25,0x83,0x72,0x16,0x12,0x1d,0x53,0x21,
+ 0xe1,0xf6,0x34,0x51,0x4d,0xa8,0x4c,0xbe,0xfc,0x41,0xe8,0x59,0x94,0x1c,0x51,0x4d,
+ 0xd6,0xae,0xab,0x4d,0x17,0x1e,0x85,0xe6,0x1,0x62,0xd6,0xab,0x50,0x78,0x13,0x76,
+ 0xc8,0x54,0x9b,0xd0,0xf3,0xf2,0x1,0xe,0xcc,0xe9,0xa7,0x93,0xd0,0x33,0x59,0x25,
+ 0x6f,0x1e,0x85,0xf4,0x30,0x32,0x77,0x27,0xb3,0x77,0x22,0xca,0xb,0xa2,0x86,0x21,
+ 0xed,0x36,0x23,0x84,0x4f,0xba,0x39,0x90,0x98,0xf5,0x2a,0x14,0xde,0x84,0x1d,0xf2,
+ 0x3c,0x71,0x7d,0x4,0x5f,0x28,0x4a,0xc2,0x47,0x86,0x3a,0x31,0xcd,0xab,0xef,0x6f,
+ 0x8b,0x3c,0xfa,0xa4,0x13,0x87,0xbf,0x8c,0x7,0xd5,0x9e,0xaf,0xb0,0x9a,0xf6,0xaa,
+ 0x57,0x44,0x35,0x31,0x7,0x10,0xb3,0x5e,0x85,0xc2,0x9b,0xb0,0x43,0x9e,0xfe,0x60,
+ 0x47,0xf0,0x6a,0xba,0xe2,0xa5,0xab,0x5e,0x3d,0xca,0x67,0x54,0x13,0xe2,0xe1,0x48,
+ 0x0,0xaf,0x29,0xcc,0x90,0xf9,0xb0,0xae,0x33,0xbc,0xb0,0xc7,0x32,0x7,0x10,0xb3,
+ 0x5e,0x85,0xc2,0x9b,0x30,0x29,0x4f,0x5a,0x39,0x68,0x5,0x21,0xaa,0x74,0x32,0xfc,
+ 0xcb,0xe0,0x8a,0x37,0x9f,0x71,0xb1,0x88,0xa7,0x2a,0x0,0x41,0xcd,0xd0,0xeb,0x42,
+ 0x57,0x98,0xbc,0x9b,0x3,0x88,0x59,0xaf,0x42,0xe1,0x4d,0x98,0x94,0xa7,0xf6,0x80,
+ 0x3e,0xa3,0x42,0xc2,0xbd,0x6,0x7,0x74,0x2b,0x76,0x58,0xf4,0x1c,0x2b,0xd7,0xbc,
+ 0xea,0x88,0x6b,0x53,0xaa,0xe9,0xdf,0x64,0x89,0xe4,0x39,0xa6,0x10,0x62,0xd6,0xab,
+ 0x50,0x78,0x13,0x26,0xc5,0xa9,0x3d,0xa0,0x53,0xd0,0x6a,0xa,0x5e,0x9d,0x8e,0xac,
+ 0xe8,0x40,0x7a,0xa,0x10,0x6d,0xa,0x4,0x5d,0xb3,0x77,0xa1,0x2c,0x34,0x85,0xf,
+ 0x98,0xf5,0x2a,0x14,0xde,0x84,0x49,0x79,0x6a,0xf,0xe8,0xf7,0xec,0xe5,0xc4,0xf7,
+ 0x2a,0xd2,0x1c,0xd0,0xb,0x10,0xdd,0x9d,0x78,0xa4,0xb4,0xcf,0x4f,0x2a,0xc3,0x4f,
+ 0xd9,0xa6,0x4e,0x4d,0x35,0x15,0x84,0x2e,0xc4,0x1c,0x40,0xcc,0x7a,0x15,0xa,0x6f,
+ 0xc2,0xa4,0x3c,0xb5,0x7,0xf4,0x25,0x23,0x5c,0x18,0x93,0x26,0x9a,0x9,0xa,0x90,
+ 0x1f,0x84,0x78,0x24,0x13,0x13,0x35,0x71,0x27,0x39,0xc2,0xab,0x8a,0xc3,0x6e,0x33,
+ 0xa2,0xae,0xca,0x1d,0x61,0x4c,0x64,0x98,0x4a,0x7,0x15,0xb3,0x5e,0x85,0xc2,0x9b,
+ 0xb0,0xf3,0x1,0x7d,0xa8,0x83,0x61,0x99,0x81,0x91,0x22,0x38,0xae,0xf6,0x37,0x86,
+ 0x6f,0x34,0xf7,0x53,0xd5,0xb9,0x54,0x4f,0xce,0x20,0xd4,0x12,0x25,0xce,0x39,0x54,
+ 0x69,0x92,0xf2,0x85,0xac,0x4c,0xc5,0x44,0xa0,0xca,0xbd,0x4,0xc,0x96,0x33,0x8d,
+ 0x5a,0xe9,0x58,0x29,0xd6,0x19,0xf7,0x71,0x13,0x1c,0x83,0x87,0xa4,0x65,0x7d,0xf5,
+ 0x91,0x53,0x10,0x5e,0x55,0x57,0x8a,0xdd,0xcb,0x1a,0xcf,0xf,0xec,0x88,0xe1,0xe,
+ 0x25,0xc3,0xed,0x61,0xbd,0x24,0x3c,0x30,0x24,0x7d,0x76,0x3f,0xce,0xe4,0x43,0x6a,
+ 0x1b,0xa2,0xff,0xb1,0xc2,0x40,0x4f,0x1,0xa2,0x8d,0x70,0xa2,0x1b,0x44,0xae,0xae,
+ 0xca,0x73,0x29,0x63,0x9c,0x72,0x19,0xa,0x4a,0x23,0x81,0xe1,0xb7,0xdc,0x8f,0xfe,
+ 0xb3,0xc8,0x30,0x21,0x35,0x85,0x56,0xae,0xc0,0x9a,0x19,0xfb,0xdb,0x5e,0x86,0xa7,
+ 0x6c,0x88,0x60,0x79,0x28,0x19,0x6e,0xf4,0xf7,0x83,0x9c,0x98,0xdd,0x27,0xed,0xf9,
+ 0x63,0xa7,0x3f,0x18,0xee,0x67,0x55,0x68,0x3d,0x5,0x88,0x36,0xd2,0xfb,0x3d,0xf1,
+ 0xbc,0x21,0x17,0xa6,0x3c,0x87,0x54,0x3b,0xa7,0x31,0x2e,0xbd,0x6b,0x95,0x49,0xbb,
+ 0xd4,0xab,0x38,0xf8,0x30,0x54,0x3d,0xad,0xaa,0x97,0xba,0xf7,0x7a,0xd3,0xcd,0x57,
+ 0xa2,0xe5,0xfe,0xdb,0xed,0x22,0x8e,0x94,0xfd,0xa4,0xa4,0x9d,0x94,0xbc,0x93,0x88,
+ 0x22,0xfc,0xbc,0x32,0xc2,0x85,0x11,0x69,0x2,0x35,0x30,0x8e,0x85,0x35,0x8d,0x61,
+ 0x72,0xf2,0xb3,0x44,0x3d,0x5,0x8,0x99,0x4f,0xd2,0xf9,0x63,0x64,0x3c,0xb,0xd6,
+ 0xfb,0x0,0xa6,0xea,0x71,0x11,0xa8,0x72,0x6d,0x4,0x63,0xe9,0xf7,0xf,0x96,0xba,
+ 0x50,0x5e,0x95,0xdc,0xe3,0x6b,0x31,0xf2,0xbe,0x27,0xe0,0x99,0x30,0xb1,0x53,0xc7,
+ 0x9a,0x7f,0x39,0x1b,0x3b,0x5f,0x7a,0xae,0xbc,0x3a,0x6b,0xa1,0x37,0xb,0x5b,0x65,
+ 0xfc,0x6e,0x4b,0xd2,0x40,0xf1,0xfb,0x15,0x12,0xee,0x36,0xd0,0x7f,0x30,0xce,0x2e,
+ 0xa9,0x69,0xc,0x59,0x8e,0xee,0xd9,0x53,0x80,0x10,0x9f,0xda,0xeb,0x5e,0x5a,0x51,
+ 0x96,0xa6,0xea,0x77,0xc0,0xe7,0x7e,0x26,0xae,0x0,0xfd,0xb1,0x5,0x99,0xd8,0xae,
+ 0xa,0x73,0x7b,0xd0,0xe7,0x7,0x33,0xe1,0xaa,0xac,0x46,0xac,0x65,0xb,0xda,0x97,
+ 0xbf,0x8f,0x50,0x40,0xcd,0x59,0x64,0x3b,0x71,0x74,0xea,0xf0,0xaf,0x37,0x47,0xf1,
+ 0xaa,0x12,0x8b,0x77,0xee,0x60,0x27,0x4e,0xd0,0x4d,0x8,0x92,0xac,0xd6,0x93,0xf3,
+ 0x7,0xd5,0xcf,0x6,0x40,0x28,0x3e,0xef,0xb3,0x4a,0x2f,0xc8,0x88,0x31,0x65,0x24,
+ 0xc5,0xfa,0x2a,0xcf,0xc5,0x9c,0xf1,0x3b,0xec,0x3d,0xbc,0xa2,0xf7,0x3d,0x91,0x0,
+ 0xc5,0x87,0x9b,0xb6,0x36,0x8c,0x8,0x7,0x6,0x48,0xc0,0x2b,0x23,0xdd,0x89,0xf7,
+ 0x34,0xd4,0xe4,0xf,0x86,0xc9,0xea,0xc3,0x32,0x65,0x3,0x20,0x74,0x85,0x40,0xd7,
+ 0x2a,0xe3,0x94,0xed,0x96,0xbf,0x8b,0x43,0x55,0x82,0xb9,0xfa,0x4a,0xd7,0x41,0x5c,
+ 0x62,0xff,0xb5,0xcc,0xa9,0xa8,0x68,0x7b,0x9,0x50,0x14,0x77,0x8a,0xe6,0x4e,0x44,
+ 0x2b,0x7,0xad,0x20,0xe9,0x88,0x1,0xb,0x6a,0x82,0xe1,0x33,0x7a,0x22,0xb8,0x6c,
+ 0x0,0x84,0x9e,0x4f,0x37,0x54,0x97,0x2a,0x8c,0xcc,0x22,0x53,0x99,0xd4,0xdb,0x2c,
+ 0xcf,0x32,0x80,0x7f,0xab,0x27,0xc,0x8b,0xba,0xf6,0x95,0x80,0xd6,0xbc,0x84,0xce,
+ 0x1e,0x74,0x6,0x49,0x47,0x31,0x60,0xd6,0xa4,0x60,0x38,0xe5,0x5c,0x34,0x2b,0xc5,
+ 0x6c,0x1,0x84,0x26,0xfd,0x32,0xe5,0xa1,0xba,0x89,0x3d,0x3,0xd5,0x9e,0xcb,0xc1,
+ 0xb9,0x6e,0xca,0x36,0xb3,0x4c,0x8b,0x72,0xe5,0x25,0x81,0xbe,0xc7,0x9c,0x98,0xb8,
+ 0x98,0xa0,0x6b,0x6c,0xba,0x8c,0x48,0xa5,0xe7,0xa1,0x44,0x9d,0x94,0x6e,0x8d,0x62,
+ 0x60,0xd1,0xad,0x15,0xdd,0x5e,0xa5,0x89,0x53,0x4d,0x87,0x87,0x60,0x4b,0x2c,0xec,
+ 0x3f,0xa4,0x9,0x6d,0x3d,0x91,0x56,0xb6,0x0,0x42,0x3c,0xd0,0x35,0x2e,0x19,0x2d,
+ 0xb6,0x2a,0xe6,0xef,0x8d,0x5d,0x19,0xab,0x1f,0xed,0xf6,0x73,0x39,0xb1,0x1d,0x13,
+ 0x24,0x24,0x90,0x90,0x80,0xd4,0xbb,0xf,0x7c,0xb,0x97,0xc1,0x53,0x43,0xc9,0x93,
+ 0x81,0xaf,0xa6,0xed,0x8d,0x68,0x73,0x53,0x37,0xe9,0xbc,0xd1,0x26,0xe3,0xdc,0x4d,
+ 0xc9,0xed,0x15,0xe9,0x3d,0x48,0xff,0x91,0x76,0x7b,0xc5,0xf9,0xfc,0x9a,0xc6,0xc8,
+ 0xf9,0x3d,0x15,0x73,0x36,0x1,0xa2,0xcd,0x1b,0x72,0x1,0x80,0x3f,0xa5,0x62,0xae,
+ 0xce,0xe7,0x5e,0xcc,0x0,0x8a,0xad,0x25,0x48,0x48,0x0,0x5a,0x57,0xe3,0x1d,0x8b,
+ 0x9e,0x6,0xd9,0x9a,0xa5,0xa2,0x5f,0x6d,0x8a,0xe2,0xdf,0x6d,0x72,0xe2,0x2b,0xd2,
+ 0x9c,0x93,0x6,0x3d,0x2d,0xc9,0xec,0x28,0x7f,0x53,0x88,0x5c,0xc3,0x7b,0x44,0xd9,
+ 0x4,0x8,0x1d,0xce,0xd5,0xd5,0xe1,0xa3,0x78,0x26,0xdc,0x3,0x52,0x3,0xc4,0x75,
+ 0xe,0x3,0xbb,0xbf,0x47,0x5c,0x8b,0xca,0x65,0x21,0x1,0xf7,0x98,0x71,0x89,0xd5,
+ 0xc3,0x31,0x70,0x70,0xa2,0x3f,0x6b,0x7e,0x70,0x20,0x42,0x75,0x9f,0x76,0xeb,0xdb,
+ 0xdb,0xed,0x32,0x7e,0xb6,0x31,0xb9,0x7a,0x1c,0xe2,0x95,0xf0,0xf0,0xd0,0xf4,0xab,
+ 0x7,0x80,0xcf,0xfd,0xc1,0xf0,0xbe,0xd9,0x10,0x52,0x36,0x1,0x42,0xfc,0x3c,0x12,
+ 0xef,0xe7,0x99,0xa,0x63,0xe7,0x68,0x72,0x19,0xee,0xe1,0x35,0x50,0x55,0x31,0x12,
+ 0x2c,0x5a,0x1f,0x3f,0xd8,0xf7,0xc9,0x46,0x7,0x44,0x1b,0xa5,0x2b,0x81,0x61,0x7f,
+ 0xbc,0x1b,0x3,0xce,0x38,0x37,0xd1,0x81,0xcd,0xb7,0x5f,0x8f,0x2d,0xf7,0xdc,0x94,
+ 0xb2,0x33,0x17,0x6d,0x8e,0xe2,0x15,0x45,0xf7,0x71,0xcb,0x60,0x27,0x8e,0x37,0xd0,
+ 0x7d,0x30,0xe0,0xe6,0x9a,0x60,0xf8,0xca,0x6c,0x48,0x26,0xdb,0x0,0x39,0x2c,0x1e,
+ 0x69,0xf1,0x4d,0x85,0x31,0xdd,0x55,0xa4,0xbe,0xda,0xfd,0x4,0xe7,0xa9,0xcd,0xe3,
+ 0xb3,0xd1,0x29,0xd1,0x46,0xf1,0x4b,0xa0,0xd7,0xd4,0x6f,0xc1,0xf7,0x4c,0x32,0x40,
+ 0xa7,0xbc,0x73,0x3b,0xbe,0xdc,0xbf,0x12,0x3c,0xd2,0xe1,0x63,0xae,0xf6,0xe0,0xbf,
+ 0xed,0x32,0x7e,0xaa,0xac,0x1e,0xfb,0xb8,0x19,0x9e,0x1d,0x9e,0x3e,0xf6,0x15,0xd5,
+ 0xe3,0x4c,0x9e,0x5e,0xdb,0x10,0xcd,0x8a,0x69,0x53,0xb6,0x1,0x42,0xfc,0x91,0xd2,
+ 0x90,0x94,0x87,0x44,0x3a,0xab,0x88,0xe7,0x78,0x30,0xbe,0xa8,0xf8,0x87,0xb1,0x30,
+ 0x1c,0xd2,0x96,0xc3,0xbb,0xdf,0x37,0xe0,0x99,0x30,0x9,0x91,0x75,0x4d,0x68,0xff,
+ 0xec,0x63,0x44,0x1a,0x28,0x14,0x59,0xf9,0xd0,0xa8,0x7,0x9e,0x1,0xf9,0xe1,0x13,
+ 0x35,0x9f,0x7b,0xa,0x76,0x2e,0x59,0x98,0xb2,0x73,0x97,0x6d,0x89,0x62,0x71,0x6b,
+ 0xf2,0xec,0x71,0xcd,0x40,0x7,0x4e,0xeb,0x9b,0xde,0x73,0x30,0xbe,0xb,0x7b,0xd5,
+ 0x1f,0xc,0xab,0x21,0xa9,0x7a,0x2c,0xb0,0x5c,0x0,0xe4,0x58,0x0,0xff,0x30,0x5a,
+ 0x45,0x2,0x3e,0xb7,0x36,0xb6,0x56,0x8f,0x3b,0x52,0xe,0xd,0x48,0xbd,0x2a,0x30,
+ 0xe4,0xea,0x79,0x18,0xf0,0x93,0x5f,0x74,0xeb,0xe,0x5,0x8c,0x6b,0x3e,0xff,0x27,
+ 0x88,0x4,0x57,0x97,0x7c,0x57,0xfb,0x1e,0xf7,0x63,0x8c,0xfc,0xd3,0xe3,0x89,0x7e,
+ 0x90,0x9,0xcd,0x9a,0xef,0x7f,0x33,0x65,0x9f,0x3e,0xa,0x71,0x9c,0xa6,0x44,0x4e,
+ 0xa4,0xfc,0xe7,0x2f,0x8c,0x70,0xa1,0xc2,0x78,0xc6,0x9e,0xee,0xf,0x86,0x93,0x8d,
+ 0x67,0x81,0x8c,0x1f,0x67,0xed,0x21,0xaf,0x2,0x98,0x91,0x76,0x15,0xf1,0xb9,0xc9,
+ 0x2e,0xab,0x47,0x4a,0x1c,0x6b,0xac,0x15,0x67,0x2d,0xe7,0xc8,0x4a,0xf8,0x9e,0xf9,
+ 0x37,0x5c,0x55,0xa3,0x75,0x19,0xe4,0xed,0x6d,0x9,0x90,0xec,0x7a,0x6d,0x71,0x71,
+ 0x76,0xc2,0x24,0x57,0xbe,0x17,0x96,0xa1,0xd7,0xfe,0x49,0xbb,0xd6,0x74,0xfe,0x2d,
+ 0x64,0x94,0x48,0xc6,0x89,0x44,0x17,0xf6,0x77,0xe0,0x3c,0x3,0xbf,0xf3,0xb8,0x82,
+ 0x7d,0xb9,0x3f,0x18,0xce,0xaa,0x3f,0x40,0xae,0x0,0xa2,0x4d,0xb2,0xa3,0x7b,0x16,
+ 0x11,0x21,0x81,0x3a,0x66,0x14,0x99,0xb9,0x93,0xb9,0xbb,0x11,0xc9,0xbb,0x76,0x60,
+ 0xf5,0x77,0xf6,0x43,0x74,0xc3,0x3a,0xa3,0xa2,0x45,0xf9,0xbd,0xa7,0x76,0x5f,0x50,
+ 0x2e,0x14,0xa2,0xd6,0xd7,0x97,0xa0,0xe9,0xac,0x13,0x52,0xf2,0xf9,0x69,0x98,0xe3,
+ 0x64,0x25,0xac,0xcf,0x40,0x9,0x58,0x38,0xc2,0x85,0xe1,0x69,0xe2,0x5e,0x51,0x23,
+ 0x3d,0xb5,0xdc,0x4d,0xc5,0x48,0xae,0x0,0x42,0xcf,0xa2,0x78,0xbd,0xaa,0xf9,0xfb,
+ 0x15,0x0,0x6e,0xed,0xca,0x40,0xc0,0xe7,0x26,0x27,0xab,0x5,0x45,0x39,0x92,0x79,
+ 0x64,0x6a,0xe0,0xd9,0xe7,0x63,0xe8,0xb5,0xe6,0xfd,0x3c,0x76,0xbf,0xfb,0x6,0x1a,
+ 0x4f,0xcd,0xda,0x36,0x3b,0x8f,0x3d,0x4d,0x3e,0xaa,0x7a,0xf1,0x7f,0x20,0xb7,0xee,
+ 0x42,0xe3,0x2c,0x75,0x93,0xd1,0x9d,0x5,0xad,0x59,0xc9,0xd9,0xfd,0x1c,0xb8,0x62,
+ 0x80,0xe1,0xd9,0x63,0x2d,0x8b,0x86,0xa7,0xd4,0x34,0x83,0xa2,0xed,0x64,0x8d,0x72,
+ 0x9,0x10,0x6d,0x2e,0xc3,0x8d,0xf1,0x40,0x73,0xd3,0x1,0x7c,0x99,0x2,0x24,0xaa,
+ 0x6,0x3e,0x6b,0x9d,0x2a,0xb5,0x86,0x46,0xbf,0xf6,0xbf,0x6e,0xfe,0x1f,0x46,0x7d,
+ 0xd0,0xd3,0x38,0x1b,0xd5,0x2b,0x95,0xef,0xa7,0x36,0x85,0xb1,0x5d,0x6,0x8,0x16,
+ 0x74,0xf6,0x18,0x9f,0x2e,0x28,0x3,0xdd,0x5c,0x1,0x73,0x6b,0x83,0x61,0xdd,0x10,
+ 0xb8,0x56,0xfb,0x9d,0x4b,0x80,0x10,0x4f,0x4f,0x3,0x38,0x59,0x61,0xee,0x1,0xe5,
+ 0x56,0xab,0x13,0xaf,0x81,0x51,0x93,0x55,0xf0,0x0,0x0,0xb,0xe7,0x49,0x44,0x41,
+ 0x54,0x6a,0xd7,0x1c,0x70,0xf6,0xa0,0xd5,0xe,0x94,0x43,0xbd,0xf1,0x9f,0x6d,0x80,
+ 0xd4,0x6f,0x40,0x46,0x5d,0x9,0xfe,0xe8,0x70,0xb4,0x7d,0x64,0xc9,0xcd,0x3a,0xa3,
+ 0xe7,0x14,0xaa,0xf0,0xe3,0x3b,0x63,0xb8,0x61,0x6b,0xc,0x57,0xf,0x74,0xe0,0x27,
+ 0x6,0x37,0x57,0x1c,0x88,0x38,0x18,0x26,0x4f,0x68,0x8,0x67,0xdd,0x8c,0x29,0xd7,
+ 0x0,0x99,0xac,0x18,0x31,0xaa,0x3e,0xc1,0x47,0xc7,0xb7,0x5d,0x4b,0x52,0xac,0x22,
+ 0xef,0x90,0x92,0xb4,0x50,0x83,0x51,0xe8,0xe7,0x8e,0xaf,0x6b,0x1,0x45,0x35,0xc9,
+ 0x84,0x68,0x7b,0xb2,0xfb,0x3d,0xd5,0x3e,0x34,0x93,0x9a,0xe5,0x58,0x96,0xdf,0xe3,
+ 0xf,0x46,0x52,0xba,0x7b,0xf7,0xb4,0xb7,0xb9,0x6,0x8,0xf1,0xa7,0xb5,0xd1,0x7a,
+ 0x3d,0x1e,0x9,0x85,0x52,0xb8,0x75,0xa2,0xfa,0x2a,0xf7,0x9,0x9c,0x21,0xf5,0x45,
+ 0x78,0x4f,0x7b,0x58,0x2,0xf5,0x7d,0xcf,0xbf,0x81,0x5e,0xdf,0x24,0x3b,0x4f,0xf3,
+ 0xb4,0x6a,0x9f,0xa1,0x9,0x5,0x9b,0xed,0x89,0x61,0xa5,0x5b,0x72,0x1d,0x36,0x76,
+ 0x75,0xeb,0x86,0x5c,0xc8,0x22,0x1f,0x0,0x21,0xbe,0x9,0x18,0x6a,0x2e,0x43,0x4a,
+ 0x9b,0x70,0x6f,0x37,0x90,0xf8,0xdc,0x8f,0x72,0xe0,0xa7,0xb9,0xe8,0x64,0xb1,0xb7,
+ 0xa9,0x35,0xb9,0x30,0xc3,0x6b,0xa4,0x71,0xd,0xbe,0x3e,0x94,0xa2,0x2c,0x9,0x62,
+ 0xe0,0x67,0xd6,0x4,0x23,0x7f,0xcd,0x95,0x24,0xf2,0x5,0x10,0x6d,0x34,0x78,0x32,
+ 0x83,0x27,0xb0,0x7c,0xa5,0xed,0xd4,0x8a,0x2a,0xf7,0x3e,0xe,0x86,0xb7,0x39,0xd0,
+ 0x3f,0x57,0x9d,0x2d,0xd6,0x76,0x29,0xec,0xe8,0xe8,0x57,0x3e,0x0,0xf3,0x78,0x4d,
+ 0xb1,0xb8,0xe1,0x9a,0xb,0xb1,0xed,0x31,0x61,0xef,0xc9,0x19,0x9e,0xaa,0x6d,0x8,
+ 0xa7,0x8c,0xe8,0x69,0x4a,0x90,0x26,0xa,0xe5,0xb,0x20,0xc4,0x8a,0xd6,0xeb,0x90,
+ 0xcc,0x4c,0xba,0x5d,0x80,0x7,0xaa,0xdd,0x57,0x83,0xe3,0x8f,0x26,0xf8,0x2e,0xbb,
+ 0x22,0x64,0xb4,0x47,0x2b,0x89,0x11,0xed,0x7e,0xfb,0x75,0x34,0x9e,0x76,0x94,0x51,
+ 0x31,0x3b,0x7c,0xbf,0x8d,0xcb,0x38,0xac,0xb6,0x29,0xac,0x26,0x94,0xcd,0x49,0x9f,
+ 0xf3,0x9,0x90,0xbe,0x64,0x27,0x13,0x4f,0xdf,0x76,0xb0,0xd2,0x93,0x1b,0xc8,0xbc,
+ 0x46,0xdb,0xab,0x55,0xe3,0xe0,0x89,0x85,0xdd,0x74,0x60,0x4f,0x6d,0x7b,0x90,0x13,
+ 0x11,0x14,0x4f,0xa3,0x14,0x34,0x6e,0xe8,0xb5,0xb7,0x25,0x9c,0x88,0x52,0xd1,0xb6,
+ 0x27,0x1e,0xc4,0xa6,0x3f,0x5c,0xe,0xb9,0x6d,0x77,0xf1,0x30,0x5d,0x28,0x4e,0x18,
+ 0xbb,0xc2,0xdf,0x10,0xea,0xa6,0x5b,0xcb,0x36,0x3b,0xf9,0x4,0x8,0xf1,0xfe,0x6d,
+ 0x25,0xf1,0x8e,0x6a,0x92,0x49,0x1,0xb0,0xe9,0x2a,0x78,0xf,0xd5,0x57,0xb9,0x67,
+ 0xd1,0xd2,0x99,0xed,0x8e,0x96,0x4a,0x7b,0x2e,0xdf,0x18,0xc,0x38,0xed,0xe7,0x70,
+ 0xe,0x1f,0x9,0xc7,0xe0,0xe4,0x41,0x9c,0x52,0x3f,0xb7,0x2e,0x5d,0x82,0xd6,0x37,
+ 0xe8,0xf7,0x45,0x10,0xc0,0x5f,0xf7,0x7,0x23,0xdd,0x2e,0x7b,0x72,0x21,0x99,0x7c,
+ 0x3,0x84,0xfa,0x40,0xa9,0x12,0xd4,0xf0,0x3f,0xe4,0x5b,0x49,0x2a,0xe1,0x15,0xda,
+ 0xce,0x5,0xaa,0x5c,0xf3,0xc1,0x18,0xa5,0x79,0x13,0x24,0x24,0xd0,0x55,0x2,0x6d,
+ 0x80,0x3c,0xc3,0x1f,0x8c,0xd2,0x4e,0x23,0xe7,0x54,0x8,0x80,0x50,0xa7,0xc8,0xbc,
+ 0x84,0xcc,0x4c,0x88,0xc8,0xaa,0xb7,0xd3,0xa6,0x3a,0xb1,0xd5,0xa,0xb9,0x5e,0x1,
+ 0x63,0x87,0xe7,0x5c,0x2,0xe2,0x1,0x5,0x91,0x40,0x30,0xca,0x13,0x1,0xa8,0xbf,
+ 0x8c,0x70,0xfc,0x65,0x88,0x13,0xa3,0xd2,0x84,0xf,0xed,0xcc,0x20,0xbb,0xd0,0x1f,
+ 0xc,0x51,0x98,0xdb,0xbc,0x50,0xa1,0x0,0x32,0x4a,0xd9,0x6a,0xa9,0xb9,0xd,0xe9,
+ 0x0,0x7f,0xb9,0xb6,0xc7,0x2b,0xaa,0x5d,0xdf,0x90,0x64,0x10,0x48,0x44,0xb8,0xd2,
+ 0xbc,0x4c,0x85,0xfc,0x3e,0x64,0xd6,0x86,0x8,0x3e,0x31,0x1f,0x80,0x3a,0xc1,0x1c,
+ 0x7,0xfe,0x5a,0x1b,0xc,0xab,0x1e,0xab,0x79,0x61,0xb8,0x50,0x0,0xa1,0xce,0x1d,
+ 0x7,0xe0,0x45,0x4d,0x2f,0xaf,0x8f,0x7f,0xa6,0x68,0xf1,0x7b,0x48,0x18,0x33,0xe6,
+ 0x65,0xe,0xe4,0xfd,0x21,0xe7,0x6d,0x8a,0x62,0xa9,0x12,0x80,0x81,0x42,0xf8,0xd0,
+ 0xa,0x32,0xc1,0xc0,0xd6,0x2a,0xee,0x84,0xf7,0x99,0xdb,0xe1,0x9a,0x91,0x2b,0x85,
+ 0xa0,0x9e,0x10,0xa,0x9,0x10,0xe2,0x49,0x9b,0x3e,0x81,0xfe,0xee,0x6,0x92,0x3a,
+ 0x9f,0xfb,0x66,0x6,0xfc,0x36,0xef,0xa3,0x28,0x1e,0x98,0x13,0x9,0x5c,0xb9,0x25,
+ 0x8a,0xe7,0x15,0x1f,0xf,0x7a,0xc0,0xfd,0x43,0x9c,0x38,0xdc,0x28,0x42,0x9,0xb9,
+ 0xe5,0x32,0x76,0xcc,0xc4,0x86,0xd0,0xcb,0x39,0x61,0x2a,0x4d,0xa3,0x85,0x6,0x8,
+ 0xb1,0xf6,0x50,0x3c,0x63,0xee,0xd9,0x1a,0x1e,0x9,0x34,0x4,0x14,0xed,0x4a,0x42,
+ 0x7a,0x93,0xe3,0xf3,0x2d,0x1c,0xf1,0xbc,0xec,0x4a,0xe0,0xae,0x6d,0x31,0xdc,0xbf,
+ 0x83,0x42,0xc0,0x25,0xc9,0xa4,0xb,0x2d,0x5,0x81,0xbb,0xc6,0xdf,0x10,0x26,0xb5,
+ 0x40,0xde,0xa9,0x18,0x0,0x42,0x9d,0xa6,0xa4,0x18,0xa4,0x6d,0x57,0x89,0x42,0x5d,
+ 0xfc,0x45,0xfd,0x63,0x55,0x95,0x67,0xef,0x98,0xc4,0x5f,0x6,0xc7,0x84,0xbc,0x4b,
+ 0x48,0x3c,0x30,0x2b,0x12,0xd0,0xc6,0xd5,0xa5,0x6,0xe7,0xf4,0x73,0xe0,0x72,0x63,
+ 0x1f,0xf,0x2a,0xfa,0x9c,0x3f,0x18,0x3e,0x29,0x2b,0x4c,0x58,0x68,0xa4,0x58,0x0,
+ 0x42,0xac,0x53,0x28,0x20,0x2d,0x0,0x48,0xd3,0xbe,0x27,0xb0,0x43,0xbd,0xcf,0xfb,
+ 0x5d,0x40,0x5e,0x1c,0xb7,0xfb,0x37,0x67,0x8f,0x61,0x41,0x18,0xa2,0x4a,0x6e,0x24,
+ 0x40,0x37,0x56,0x14,0x36,0x54,0xa5,0xa3,0x2a,0x24,0xdc,0x69,0x90,0xd7,0x23,0x59,
+ 0x96,0xbd,0xe5,0x91,0x42,0xdf,0x1b,0xb3,0x6,0xed,0xb9,0xe1,0xcc,0xb8,0xd5,0x62,
+ 0x2,0xc8,0x40,0x25,0x29,0xa8,0x16,0x0,0x64,0xb3,0xf5,0x86,0xda,0x8d,0x95,0x55,
+ 0xae,0xb3,0x64,0xc6,0x1e,0x36,0xee,0x96,0x28,0x51,0x2c,0x12,0xa0,0x8b,0xaa,0xc9,
+ 0x8d,0x1d,0xe1,0x7c,0xf6,0x73,0x33,0x3c,0x63,0x22,0x74,0xf,0xfd,0x60,0xf2,0x58,
+ 0x78,0x7a,0xed,0x5a,0x6c,0x29,0x64,0x5f,0x8a,0x9,0x20,0x24,0x7,0x32,0x51,0xd,
+ 0x74,0x11,0x48,0x27,0x90,0xd4,0xfb,0xdc,0xd7,0xc6,0xb3,0xd3,0x75,0xba,0xed,0x2a,
+ 0xa4,0x0,0xc5,0xb3,0xf5,0x25,0xf0,0x75,0x84,0xe3,0xe8,0x75,0x1d,0x2b,0xc7,0x60,
+ 0x7,0xc3,0x3b,0x46,0x19,0x69,0x93,0xcd,0x6d,0x8d,0x39,0xa5,0x29,0x93,0xbe,0x6e,
+ 0xf,0x16,0x5a,0xbe,0xc5,0x6,0x10,0x92,0x87,0x36,0x52,0xbc,0x2a,0x9f,0x1f,0x92,
+ 0xe7,0xa5,0xfa,0x47,0xa0,0xda,0x73,0x1f,0x38,0x3f,0xaf,0xd0,0xc2,0x13,0xcf,0xd7,
+ 0x97,0xc0,0xb2,0x36,0x19,0xbf,0x50,0x82,0x4d,0x53,0x29,0x2f,0x3,0x96,0x57,0xb9,
+ 0x4d,0x89,0x2c,0xc2,0x30,0x71,0xdf,0x1c,0x78,0x7,0x9a,0x7a,0x78,0x97,0x42,0xc5,
+ 0x8,0x10,0x62,0x91,0xb2,0x2,0x75,0xfd,0xf5,0x20,0x1f,0xf7,0x47,0xf7,0x80,0xc4,
+ 0xe7,0xd6,0x6,0xa8,0xb3,0xd2,0x77,0x51,0x27,0x47,0x12,0x78,0x72,0x97,0x8c,0xeb,
+ 0x5b,0x92,0xb1,0x74,0x89,0x26,0xba,0x19,0x9e,0x37,0xb7,0xad,0x2,0x38,0x3f,0xd0,
+ 0xdf,0x18,0x49,0x86,0x3d,0x29,0x2,0x2a,0x56,0x80,0x90,0x68,0xc8,0x2f,0x84,0x7c,
+ 0x4a,0xf7,0xd3,0xc8,0x89,0xec,0xb8,0xee,0x52,0xff,0xae,0xf3,0xb9,0x5e,0x63,0x60,
+ 0xda,0xdb,0xaf,0x22,0x10,0xa9,0xbd,0x59,0xb8,0x6d,0x5b,0xc,0xf,0x6a,0xae,0x72,
+ 0x8f,0xa9,0x90,0x70,0xbb,0xa9,0x3,0x39,0x20,0x71,0xf9,0xdb,0x13,0x1a,0xa3,0x45,
+ 0xe5,0x47,0x5c,0xcc,0x0,0x51,0x67,0x9a,0x36,0x49,0x28,0xfd,0xaf,0x93,0x32,0xb1,
+ 0xde,0xe7,0xf9,0xb,0x7,0xef,0x1e,0x8a,0xd0,0xde,0xf3,0x34,0xef,0xbd,0x6f,0x89,
+ 0x47,0x20,0xf9,0x63,0x4b,0x14,0x4b,0x94,0x20,0xd3,0xc4,0xc0,0xf9,0xfd,0x1d,0x89,
+ 0x97,0x19,0x8a,0xc9,0x6c,0xfc,0xa4,0xa6,0x50,0xb7,0xa8,0x37,0x66,0xea,0xe6,0xb2,
+ 0x4c,0x29,0x0,0x84,0xfa,0x4f,0xc6,0x69,0x94,0x73,0x44,0x25,0xca,0x87,0x4c,0x29,
+ 0xdf,0x1a,0xe8,0x1f,0x1,0x9f,0x5b,0xeb,0xf7,0x9e,0x4b,0x79,0x89,0xb6,0x53,0x48,
+ 0x80,0x42,0x84,0xce,0xdd,0x1a,0xc5,0x67,0xe1,0xf8,0xf5,0x89,0x42,0xbf,0x19,0xe0,
+ 0xc0,0x59,0xfd,0x4c,0x81,0x63,0x6b,0x24,0xea,0x98,0xbc,0x6f,0x73,0x5b,0xb7,0x84,
+ 0x4b,0xc5,0x20,0xec,0x52,0x1,0x8,0xc9,0x8a,0x3c,0xd,0xaf,0xd6,0x8,0x8d,0xf4,
+ 0x26,0x97,0xc5,0xf3,0x90,0x24,0xe2,0x70,0x6,0xaa,0x5c,0xe7,0x82,0xb1,0x3f,0x17,
+ 0x83,0x50,0xed,0xc4,0xc3,0x63,0x3b,0x63,0xb8,0x7d,0x5b,0xc,0x8a,0xdd,0x61,0xa2,
+ 0xeb,0xd7,0xf,0x72,0x62,0x56,0x1f,0x83,0x4,0x37,0x49,0x21,0x7d,0x14,0x72,0xb9,
+ 0x8f,0x9e,0xfc,0xd5,0x2e,0x8a,0x9b,0x56,0x94,0x54,0x4a,0x0,0x21,0x1,0x52,0x48,
+ 0xd3,0xb9,0xca,0x21,0x5e,0x15,0x28,0x5,0xb,0xa3,0xff,0x11,0x48,0xce,0x82,0xd0,
+ 0x93,0xe4,0x65,0xa2,0x6d,0x88,0xf1,0x4,0x30,0x5e,0xd4,0xd8,0x55,0xf5,0x95,0x80,
+ 0x6b,0x7,0x3a,0x71,0xac,0x41,0xfe,0xe,0x62,0x90,0x3,0x2f,0x39,0xdd,0xe1,0xd9,
+ 0xe3,0xbf,0xc4,0x8e,0xbc,0x30,0x6c,0xf1,0x21,0xa5,0x6,0x10,0xea,0x26,0x65,0xb2,
+ 0x22,0x40,0x24,0x63,0xe7,0x27,0xe9,0x6f,0xca,0x6a,0xb2,0xbe,0xae,0xda,0x3d,0x9b,
+ 0xf1,0xc4,0xdf,0x82,0x72,0x24,0x1,0x4a,0x85,0x46,0xe0,0x20,0x3d,0x87,0x4a,0x47,
+ 0xf4,0x92,0x70,0x41,0x7f,0x47,0xe2,0xc6,0xca,0x4,0x3d,0xe7,0x70,0x87,0x4f,0x1b,
+ 0xff,0x25,0x42,0x26,0xca,0x16,0xb4,0x88,0xa9,0xde,0x14,0x94,0x43,0xfd,0x87,0xff,
+ 0xbe,0x8b,0x51,0x23,0xe5,0xee,0x22,0xe0,0x3c,0xb9,0xd2,0xe7,0x3d,0x32,0x6,0x79,
+ 0x1e,0x3,0xbe,0x51,0xa4,0xbc,0x97,0x2c,0x5b,0x77,0x6f,0x8f,0xe1,0xcf,0xdb,0x3b,
+ 0xc,0xe,0x49,0xbf,0x41,0xc0,0x20,0xdb,0x2a,0x33,0xc4,0x18,0xbf,0xbd,0xa6,0x21,
+ 0x42,0x5b,0xe3,0x92,0xa0,0x52,0x6,0x8,0x9,0x98,0x92,0x81,0xce,0x3,0x90,0x4c,
+ 0x91,0x9a,0x24,0x4a,0xa9,0x70,0xdb,0x17,0x95,0xf8,0xca,0x29,0x79,0xe6,0x72,0xf0,
+ 0x9f,0x97,0xc4,0x48,0x14,0x39,0x93,0x2b,0xc2,0x1c,0x77,0x6d,0x8f,0x81,0x14,0x80,
+ 0x2a,0x1d,0xea,0x95,0x70,0xc1,0x0,0x7,0x26,0x9b,0x58,0x35,0x38,0xd0,0x2,0xce,
+ 0x2f,0xad,0x6d,0x8c,0xec,0xd1,0x65,0x15,0x79,0x97,0x13,0xec,0x95,0x3a,0x40,0xa8,
+ 0xf,0x23,0x0,0xdc,0x18,0xbf,0xd1,0x22,0x45,0xa2,0x4a,0x64,0xdf,0x40,0x11,0x2f,
+ 0x6e,0xd,0x54,0xb9,0x4e,0x1,0x63,0x4,0x22,0x35,0xfc,0x69,0x29,0x8c,0x4b,0xd1,
+ 0xf0,0xd8,0x1c,0xe5,0x58,0xb0,0x4b,0xc6,0x82,0x9d,0x31,0x44,0x95,0x1d,0x15,0xad,
+ 0x15,0x4,0x8c,0x73,0x4d,0xae,0x1a,0x60,0xec,0x4d,0xc8,0xf2,0x65,0xc5,0xa4,0x0,
+ 0x34,0x2b,0xe0,0x72,0x0,0x88,0xda,0x57,0xa,0x92,0x4d,0x89,0x1b,0x29,0x1e,0xb0,
+ 0x4a,0x14,0xc,0xe2,0xb6,0xfa,0x4a,0xd7,0x17,0x5c,0xa2,0xed,0x17,0x53,0xa3,0x3b,
+ 0x9a,0x95,0x8f,0x6d,0xcb,0xb5,0x71,0x24,0x40,0xf1,0xd8,0x4e,0x19,0x9b,0x63,0x1d,
+ 0x67,0x8d,0xa9,0xb4,0x6a,0xf4,0x77,0xe0,0x0,0x8f,0xb9,0xa9,0xc3,0x39,0x9f,0xef,
+ 0xf4,0x44,0x2e,0x2d,0x85,0xf3,0x46,0xaa,0xc1,0x36,0xd7,0xcb,0xd2,0x99,0x26,0xb4,
+ 0x4a,0x10,0x48,0x48,0x2f,0xa2,0xa5,0x7f,0xb8,0x81,0x87,0x3e,0xab,0x72,0x7d,0x8b,
+ 0x33,0x46,0xfa,0x13,0x41,0x69,0x24,0xf0,0x8c,0xb2,0x62,0xac,0xd2,0x1c,0xc2,0x47,
+ 0x3a,0x19,0x7e,0xda,0x57,0xc2,0x4f,0x8d,0x73,0x4,0xaa,0x2d,0x6f,0x91,0xc0,0xaf,
+ 0x9a,0x10,0x8c,0xec,0xf1,0xeb,0x29,0x45,0xa1,0x97,0x1b,0x40,0xd4,0x31,0xa0,0x95,
+ 0x82,0x80,0xd2,0xd5,0xc,0xe5,0x1f,0x27,0xf5,0x91,0x3e,0xb8,0x61,0x90,0xe3,0x70,
+ 0x80,0x7d,0xa7,0x14,0x7,0x2c,0x97,0x3c,0xbf,0xb6,0x5b,0x6,0xe9,0x35,0x3e,0xd0,
+ 0x28,0x35,0xc8,0x55,0x9c,0x40,0x41,0xe0,0x18,0x62,0x90,0xe1,0x49,0xe5,0x8d,0x91,
+ 0xcd,0x9c,0x84,0x79,0x35,0x6b,0xc2,0x5d,0x2d,0xb3,0x73,0xc9,0x7e,0x4e,0xda,0x2e,
+ 0x57,0x80,0xa8,0xc2,0xa2,0xd5,0xe2,0x22,0x0,0x95,0x5d,0x57,0x94,0x5f,0xf7,0x77,
+ 0x6c,0x38,0xaf,0xbf,0xe3,0x58,0x6,0xc,0xcf,0x89,0x64,0x4b,0xa4,0xd1,0x76,0x8e,
+ 0x44,0x16,0xd9,0x97,0x76,0xcb,0xf8,0x4f,0x7b,0xc7,0x1,0x9c,0xd8,0x9f,0xd9,0x3b,
+ 0xb9,0x62,0x98,0xbc,0xba,0xa5,0x2a,0xef,0x4b,0xc,0xf3,0x26,0x34,0x84,0x9f,0x2f,
+ 0x91,0xee,0x1b,0xb2,0x59,0xee,0x0,0x21,0x1,0x50,0xd8,0x20,0xa,0x15,0x43,0x87,
+ 0x78,0x35,0xcc,0x50,0x42,0x30,0x7d,0x18,0x5e,0xbf,0x64,0xa0,0x33,0x32,0xbb,0x8f,
+ 0x54,0xba,0xf9,0xcc,0xc,0x87,0x38,0x75,0x81,0xaf,0x22,0x1c,0x8b,0x77,0xcb,0x78,
+ 0xa9,0x55,0x6,0x79,0xfc,0x69,0xe9,0x10,0xaf,0x84,0x33,0xfa,0x4a,0xa6,0x82,0x29,
+ 0x28,0xf5,0x76,0x81,0x61,0xde,0xae,0xbd,0xc2,0xf3,0xe,0xf8,0x8,0x1d,0xe,0x20,
+ 0x16,0x79,0x2b,0xa6,0x6a,0x76,0x0,0x88,0x2a,0x6f,0x8f,0x6,0x28,0x6a,0xee,0xc4,
+ 0xc4,0x77,0x15,0xc,0xeb,0x66,0x54,0x48,0x38,0xa6,0x42,0x1a,0x71,0x98,0x89,0x8,
+ 0x1b,0xc5,0x34,0x80,0x99,0xf2,0x42,0xd7,0xb4,0x2a,0x30,0x3a,0xb4,0x19,0xc9,0x56,
+ 0xbe,0xe9,0x61,0x38,0xa1,0xb7,0x3,0x3f,0x36,0x67,0x26,0x92,0xa8,0xc3,0x18,0x9e,
+ 0x84,0xc4,0xe7,0xd5,0xac,0x8e,0x7c,0x92,0x29,0x2f,0xa5,0x50,0xde,0x4e,0x0,0xd1,
+ 0x8e,0x7,0x99,0xac,0xd0,0xaa,0xd2,0x2d,0x8b,0xe4,0x30,0x7,0xdb,0x3d,0xa3,0x42,
+ 0xaa,0x38,0xcc,0xcb,0x50,0x2e,0x60,0x21,0x1d,0xc6,0x7,0x21,0x19,0x74,0xc6,0xf8,
+ 0x50,0x6b,0x34,0xa5,0x48,0x84,0x4c,0x43,0x8e,0xad,0xc8,0x68,0xc5,0xa0,0x9a,0x8f,
+ 0x73,0xce,0x16,0xd4,0x36,0x86,0xca,0x3a,0x60,0xb0,0x5d,0x1,0xa2,0x82,0x85,0x52,
+ 0xc2,0x91,0xc9,0xa,0xbd,0x86,0x75,0xfd,0x45,0xa3,0xe4,0xf5,0x7,0x79,0x19,0xa6,
+ 0xb8,0x25,0x1c,0xe0,0x65,0x18,0x6d,0x3a,0x3c,0x66,0x61,0x7f,0x1b,0xc9,0xa8,0xf6,
+ 0xcd,0xb6,0xe4,0x99,0x82,0xe,0xdc,0xda,0xdb,0x28,0x95,0x33,0xa,0xd8,0x76,0x5c,
+ 0x85,0x94,0xb0,0x9b,0x32,0x11,0xb4,0x4d,0xa9,0xc6,0x36,0x73,0x26,0x2f,0x70,0x30,
+ 0x3c,0x36,0x61,0x4d,0x64,0x79,0x61,0x7b,0x99,0x9f,0xa7,0xdb,0x1d,0x20,0xaa,0x94,
+ 0x29,0x83,0xa6,0xa,0x14,0x7a,0x4f,0x69,0x8a,0x3a,0xce,0xc5,0x30,0xc5,0xc3,0x30,
+ 0xcd,0x2b,0x25,0x5e,0x83,0x4c,0x19,0xac,0xe6,0x67,0x20,0x1b,0xa2,0x1c,0x6f,0xb4,
+ 0xc9,0x78,0xb3,0x2d,0xb9,0x5a,0x68,0x6e,0x68,0x3b,0x31,0x40,0xdb,0xa8,0x63,0x7b,
+ 0x3b,0x12,0x2b,0x6,0x19,0x17,0x9a,0xa4,0x3a,0x6,0x3c,0x6,0xd9,0xb1,0xa0,0xa6,
+ 0xa9,0x6d,0xad,0xc9,0x3a,0x65,0x51,0x4c,0x0,0xa4,0xfb,0x30,0x52,0xe8,0x21,0x15,
+ 0x2c,0x94,0xba,0x5a,0x97,0xfc,0x6e,0x6,0xbf,0x8b,0x61,0x8c,0x8b,0x61,0xac,0x53,
+ 0x79,0x77,0xb1,0xd4,0xe8,0xca,0xd2,0x74,0x21,0xc7,0xa4,0x2f,0xc3,0x32,0xbe,0x8c,
+ 0x76,0x7e,0xa7,0xff,0xeb,0xd1,0x3e,0x6e,0x86,0x83,0xbd,0x12,0xa6,0x7a,0x19,0xbe,
+ 0xe5,0x35,0x8d,0xa,0xf2,0x99,0x5d,0xc4,0xc0,0x17,0x4d,0x18,0x12,0x79,0x8a,0x95,
+ 0xd9,0xe1,0xdb,0xec,0x70,0x8,0x80,0xa4,0x97,0xd4,0x14,0x25,0x5d,0x1c,0xe9,0x55,
+ 0x28,0xd2,0x3c,0x25,0x1,0x32,0x24,0xda,0x8a,0x8d,0x25,0xd0,0xb8,0x58,0x62,0x95,
+ 0xe9,0x2b,0x31,0xf4,0x4b,0xbc,0x3,0xfd,0xf6,0x7c,0x4e,0xfe,0x8f,0x7e,0xe9,0x77,
+ 0xc9,0x1c,0xbb,0x12,0xef,0x40,0xab,0xe6,0x33,0xfd,0xbf,0x95,0x3,0xeb,0xa3,0x7c,
+ 0xf,0x20,0xd2,0x1,0x41,0x65,0x8c,0xac,0xcd,0xa7,0x7a,0x68,0x95,0x63,0x20,0x7b,
+ 0x29,0x2,0xb0,0x79,0x62,0x6f,0x71,0x86,0x45,0x72,0xc,0x8b,0x8a,0xd1,0xc3,0xcf,
+ 0x7c,0x3f,0xb2,0x53,0x32,0x13,0xc9,0x65,0xe7,0x89,0xa5,0xdb,0xa,0x85,0xe4,0xa0,
+ 0x43,0xfd,0xf7,0x94,0xf7,0x4e,0x57,0xc6,0x85,0xec,0x16,0x1,0x62,0x6f,0x27,0xc3,
+ 0x81,0x5e,0x9,0x87,0x7a,0x93,0x5b,0xc0,0x4c,0x88,0x1,0x1,0x46,0xab,0x5,0x93,
+ 0x17,0x8d,0x6f,0x88,0x96,0x6f,0xf2,0xf5,0x4c,0x84,0xa2,0x94,0x15,0x0,0xb1,0x20,
+ 0x34,0xa5,0xa,0x45,0x5e,0x39,0x88,0x62,0x79,0x79,0x25,0xec,0xd3,0xb,0xd8,0xbf,
+ 0x8d,0x63,0x74,0x3b,0xcf,0x5d,0xe4,0xc7,0x61,0xf1,0xd3,0xb1,0xba,0x32,0x8d,0x75,
+ 0x62,0xcf,0x67,0xfa,0x7f,0x66,0xc4,0x37,0x82,0xb1,0x77,0x1,0xf6,0x2e,0x47,0xec,
+ 0x9d,0xda,0x86,0xe8,0xbb,0x99,0xd5,0xb7,0x4f,0xe9,0x4c,0x25,0x6b,0x1f,0xc9,0x58,
+ 0xef,0xe9,0x90,0xbd,0x3d,0xf8,0xe6,0x38,0x87,0x74,0xac,0xb,0xfc,0x80,0xbe,0x12,
+ 0x1b,0xe3,0x62,0x6c,0x68,0x88,0x73,0xd0,0xed,0x52,0xe2,0x5,0x24,0x5c,0x54,0xe9,
+ 0x33,0xd9,0xfc,0xf5,0x66,0x0,0xa9,0x1e,0x7a,0x33,0x6,0x5a,0xd,0x12,0x2f,0xc6,
+ 0x94,0xff,0x1,0x3,0x1d,0x2c,0xb1,0x42,0x98,0x70,0xd4,0xd3,0xe3,0x9a,0x12,0xaa,
+ 0x2f,0xe3,0x8c,0x2d,0x93,0x62,0xf2,0xb2,0x9a,0xa6,0xc8,0xfb,0xd6,0xbb,0x67,0xaf,
+ 0x9a,0x2,0x20,0x79,0x18,0xef,0xf,0x47,0xa2,0xa2,0xc2,0xe5,0xf2,0x33,0x30,0xbf,
+ 0xc4,0x51,0xc3,0xc9,0x2b,0x92,0xc1,0xf,0x9e,0xf0,0x8e,0x34,0x17,0x4d,0xcd,0x1c,
+ 0x9f,0xcd,0x0,0xf,0x30,0x26,0x5,0x38,0x47,0x3d,0xe7,0x8,0xc8,0x2e,0x16,0x28,
+ 0x86,0x8,0x85,0xe6,0xd8,0x2f,0xbe,0x52,0x2,0x20,0x5,0x1e,0x93,0x95,0x3e,0xef,
+ 0x58,0x99,0x61,0xb4,0xc,0xee,0x65,0xe0,0x14,0x97,0xd8,0xcb,0x64,0xee,0x95,0x13,
+ 0xc1,0x8,0x25,0x2f,0xe8,0x7f,0xc,0xa4,0x81,0x69,0x7,0x58,0x3b,0x87,0x4c,0xe6,
+ 0x53,0xed,0x12,0x58,0x3b,0x38,0xfd,0x8d,0x76,0x89,0xcb,0xdb,0x24,0x6f,0x24,0x50,
+ 0xec,0xfe,0xdd,0x5,0x16,0xb5,0xa5,0xc7,0xb,0x80,0x58,0x12,0x9b,0xa8,0x64,0x17,
+ 0x9,0x8,0x80,0xd8,0x65,0xa4,0x45,0x3f,0x2d,0x49,0x40,0x0,0xc4,0x92,0xd8,0x44,
+ 0x25,0xbb,0x48,0x40,0x0,0xc4,0x2e,0x23,0x2d,0xfa,0x69,0x49,0x2,0x2,0x20,0x96,
+ 0xc4,0x26,0x2a,0xd9,0x45,0x2,0x2,0x20,0x76,0x19,0x69,0xd1,0x4f,0x4b,0x12,0x10,
+ 0x0,0xb1,0x24,0x36,0x51,0xc9,0x2e,0x12,0x10,0x0,0xb1,0xcb,0x48,0x8b,0x7e,0x5a,
+ 0x92,0x80,0x0,0x88,0x25,0xb1,0x89,0x4a,0x76,0x91,0x80,0x0,0x88,0x5d,0x46,0x5a,
+ 0xf4,0xd3,0x92,0x4,0x4,0x40,0x2c,0x89,0x4d,0x54,0xb2,0x8b,0x4,0x4,0x40,0xec,
+ 0x32,0xd2,0xa2,0x9f,0x96,0x24,0x20,0x0,0x62,0x49,0x6c,0xa2,0x92,0x5d,0x24,0x20,
+ 0x0,0x62,0x97,0x91,0x16,0xfd,0xb4,0x24,0x1,0x1,0x10,0x4b,0x62,0x13,0x95,0xec,
+ 0x22,0x81,0xff,0x7,0xe7,0x28,0xac,0x8c,0x63,0x41,0x70,0x9,0x0,0x0,0x0,0x0,
+ 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/icon/green.png
+ 0x0,0x0,0x1f,0xe2,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0xc8,0x0,0x0,0x0,0xc8,0x8,0x6,0x0,0x0,0x0,0xad,0x58,0xae,0x9e,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x1f,
+ 0x9c,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x7d,0xb,0xb8,0x1c,0x65,0x79,0xff,0xef,
+ 0x9d,0xdd,0x99,0xdd,0x44,0x2e,0x42,0x5,0xb2,0xb3,0x49,0x9,0x1a,0x39,0x3b,0x9b,
+ 0x20,0xc1,0xb4,0x58,0x40,0x91,0x8,0x69,0x2b,0xb7,0xe0,0x5,0xb1,0xa,0x96,0x94,
+ 0x7a,0x7d,0x5a,0x15,0x83,0x72,0x29,0xfe,0xc5,0xc7,0xb,0x49,0x41,0x41,0x2c,0x58,
+ 0xdb,0x52,0x81,0x20,0xa2,0xe2,0x25,0x92,0x42,0x6a,0x95,0xab,0x50,0x5,0xe9,0x9f,
+ 0x4b,0xb2,0xb3,0x89,0xa0,0x11,0xce,0xce,0x26,0x80,0x21,0x15,0x49,0xce,0xce,0xec,
+ 0xce,0x5b,0x66,0xce,0x9e,0x93,0x3d,0xe7,0xec,0xce,0xce,0xcc,0xce,0xee,0xd9,0xdd,
+ 0xf9,0xbe,0xe7,0xc9,0x73,0x4e,0xce,0x7e,0xef,0xfb,0xbd,0xef,0xef,0xfd,0x7e,0xfb,
+ 0xdd,0xbf,0x8f,0x20,0x92,0x40,0x40,0x20,0xd0,0x12,0x1,0x12,0xd8,0x8,0x4,0x4,
+ 0x2,0xad,0x11,0x10,0x4,0x11,0xb5,0x43,0x20,0xe0,0x81,0x80,0x20,0x88,0xa8,0x1e,
+ 0x2,0x1,0x41,0x10,0x51,0x7,0x4,0x2,0xe1,0x10,0x10,0x2d,0x48,0x38,0xdc,0x84,
+ 0x54,0x4c,0x10,0x10,0x4,0x89,0x49,0xa0,0x85,0x9b,0xe1,0x10,0x10,0x4,0x9,0x87,
+ 0x9b,0x90,0x8a,0x9,0x2,0x82,0x20,0x31,0x9,0xb4,0x70,0x33,0x1c,0x2,0x82,0x20,
+ 0xe1,0x70,0x13,0x52,0x31,0x41,0x40,0x10,0x24,0x26,0x81,0x16,0x6e,0x86,0x43,0x40,
+ 0x10,0x24,0x1c,0x6e,0x42,0x2a,0x26,0x8,0x8,0x82,0xc4,0x24,0xd0,0xc2,0xcd,0x70,
+ 0x8,0x8,0x82,0x84,0xc3,0x4d,0x48,0xc5,0x4,0x1,0x41,0x90,0x98,0x4,0x5a,0xb8,
+ 0x19,0xe,0x1,0x41,0x90,0x70,0xb8,0x9,0xa9,0x98,0x20,0x20,0x8,0x12,0x61,0xa0,
+ 0x17,0xfd,0x6a,0x51,0xea,0xa5,0x43,0x13,0x47,0x90,0x4d,0x19,0x92,0xe8,0x0,0xdb,
+ 0xc6,0x81,0x44,0x74,0x0,0x8,0x7,0x0,0xf6,0x81,0x4c,0x74,0x0,0x1,0x7,0x80,
+ 0x71,0x20,0x9c,0xbf,0x33,0x1f,0x8,0x80,0x1,0x8c,0x1,0xa8,0x80,0x51,0x1,0xd5,
+ 0x7f,0x77,0xfe,0xf,0x54,0x18,0x18,0x93,0x40,0x5b,0x41,0xf6,0x16,0x10,0x6d,0xa1,
+ 0x2a,0xb6,0x8e,0xa6,0xf5,0x5f,0x45,0x68,0xb6,0x50,0xe5,0x81,0x80,0x20,0x48,0xc8,
+ 0xea,0x71,0xc8,0x9e,0x91,0xc3,0x64,0x59,0xd2,0x6c,0xc6,0x62,0xd8,0xbc,0x14,0x44,
+ 0x47,0x2,0x58,0x1c,0x52,0x5d,0x50,0x31,0x1b,0xc0,0x16,0x30,0xb6,0x3a,0x3f,0x59,
+ 0x92,0xee,0x56,0x93,0xe9,0x9f,0x3e,0x42,0x8f,0x58,0x41,0x15,0x89,0xfc,0xde,0x8,
+ 0x8,0x82,0xf8,0xa8,0x21,0xf3,0xcd,0xfc,0xd1,0x35,0xf0,0xeb,0x0,0xe4,0x89,0x58,
+ 0x83,0x4d,0x47,0x82,0x90,0xf1,0x21,0xda,0x2c,0x8b,0x9,0xc2,0x4e,0x30,0x76,0x2,
+ 0xfc,0x2,0x40,0x29,0x0,0xfb,0x3,0x78,0x65,0xfd,0xa7,0x12,0x52,0xaf,0xd,0xc6,
+ 0x1d,0x20,0x6c,0x94,0xd8,0xbe,0x7f,0x34,0xb5,0xe5,0xf1,0x90,0x7a,0x84,0x58,0x3,
+ 0x2,0x82,0x20,0x2d,0xaa,0x83,0x3a,0x36,0x32,0x82,0x44,0xe2,0x34,0x30,0x9f,0x6,
+ 0xe0,0x78,0x1f,0xb5,0x66,0xf,0x80,0xc7,0x18,0x78,0x94,0x18,0xdb,0x98,0xd8,0x25,
+ 0x81,0x24,0xf1,0x4e,0x24,0x93,0x3b,0x79,0x8c,0x5f,0xb0,0xd2,0xd8,0xf9,0x1c,0x15,
+ 0xfe,0xe0,0xa5,0x4b,0x35,0x96,0xcd,0x95,0x33,0xbb,0xf7,0x37,0xcd,0xc4,0x2b,0x25,
+ 0xaa,0xed,0xf,0xb6,0xe7,0x3,0x52,0xe,0x84,0x11,0x6,0x72,0x18,0xff,0xb7,0x8f,
+ 0xf,0x7b,0x36,0x3,0xb8,0x7,0x8c,0xfb,0xc7,0x14,0xeb,0xce,0x9d,0xf4,0xe4,0xef,
+ 0x7d,0xc8,0x88,0x2c,0xd3,0x10,0x10,0x4,0x69,0x0,0xe4,0x60,0x5e,0x72,0x48,0xc2,
+ 0xaa,0x9d,0x46,0x4c,0xa7,0x83,0x5c,0x62,0x34,0x4f,0x84,0x12,0xdb,0x78,0x4c,0x92,
+ 0xf8,0x51,0xb6,0xe9,0x9,0x5b,0x91,0x1e,0xdf,0x4e,0x9b,0xb,0x61,0x6a,0xd7,0x21,
+ 0x63,0xaf,0x7d,0x75,0x92,0x95,0x85,0x44,0x76,0xba,0x46,0x9c,0x26,0x20,0xd,0x92,
+ 0xd2,0x0,0xa7,0xc9,0xe6,0xb4,0x4d,0x52,0x9a,0x60,0x27,0x1,0x1a,0x3,0xd3,0x18,
+ 0x4b,0xf6,0x98,0x64,0xf3,0x5c,0x90,0xf4,0x47,0x60,0x3e,0x98,0x13,0xb4,0x90,0x80,
+ 0x23,0x98,0x3d,0x5a,0x34,0x46,0x99,0x9,0xeb,0x61,0x4b,0xeb,0xcb,0xe9,0xcd,0x1b,
+ 0xc3,0xd8,0x19,0x57,0x99,0xd8,0x13,0x64,0x21,0x2f,0x4c,0x5b,0xe6,0xdc,0xd3,0x1c,
+ 0x42,0x30,0x70,0x7a,0xbd,0x9b,0x33,0xbd,0x3e,0xfc,0x12,0xcc,0xff,0xc1,0x9,0x3c,
+ 0x9e,0xa8,0xd2,0x13,0x41,0x7,0xc9,0x2a,0x2f,0x9b,0xcb,0xd6,0xee,0x1c,0x31,0xe7,
+ 0x20,0x49,0x23,0x70,0x7e,0xee,0x6d,0xd,0xc2,0x76,0xa9,0xa6,0xda,0xe8,0x46,0x92,
+ 0x76,0x1,0xbc,0x7,0xec,0xb6,0x30,0xfb,0x36,0xaf,0xd4,0xfc,0x18,0x48,0x5a,0xcf,
+ 0xcc,0xeb,0xcb,0x8a,0xfe,0x3f,0x71,0xad,0xf8,0x7e,0xfd,0x8e,0x2d,0x41,0x32,0x66,
+ 0x6e,0x19,0x41,0x3a,0x17,0x70,0x5b,0x8a,0x43,0x9b,0x0,0xa6,0x83,0xb0,0x81,0x81,
+ 0xd,0x65,0x59,0xbf,0xcf,0x2f,0xa0,0x4e,0xbe,0x3,0x79,0xd1,0x7e,0xa9,0x4a,0xf2,
+ 0x18,0x22,0x5a,0xe,0xc2,0x49,0x0,0x96,0x5,0x91,0x8f,0x34,0xaf,0x13,0x61,0x67,
+ 0x9e,0xac,0x79,0xfa,0x9,0x83,0x6e,0x2b,0x3f,0x70,0xf0,0xf5,0x58,0x7e,0x4f,0x35,
+ 0xd2,0x72,0x87,0x44,0x59,0xec,0x8,0xe2,0x10,0x43,0x82,0xf4,0x1,0x6,0x7f,0xa0,
+ 0x49,0xc,0x9f,0x6,0xb0,0xc1,0x96,0x68,0xc3,0xf6,0x64,0xe1,0x4e,0xbf,0x31,0xde,
+ 0x4b,0x8,0x1c,0x3,0xa2,0xe3,0x0,0x97,0x14,0xfd,0x93,0x26,0x48,0xd2,0x9a,0x2c,
+ 0x8f,0x3,0x74,0x7d,0x6d,0x67,0xf2,0xfa,0x1d,0xf3,0x1e,0x7f,0xa9,0x7f,0xc,0x9f,
+ 0x7d,0x4b,0x62,0x43,0x10,0xf,0x62,0xfc,0xce,0x21,0x5,0xb1,0xb4,0x41,0x56,0x5e,
+ 0xda,0xb0,0x8d,0xb6,0x39,0x6b,0x12,0xbe,0x92,0x5a,0xcd,0x9d,0x6,0x9b,0x56,0x82,
+ 0xb0,0x12,0x8c,0x57,0xf9,0x12,0x9a,0xed,0x4c,0xde,0x64,0x79,0x1a,0x84,0x7f,0x92,
+ 0x76,0x4b,0xd7,0x8f,0xee,0xbf,0x79,0xe7,0x6c,0x9b,0xda,0xf,0xe5,0xf,0x3d,0x41,
+ 0x3c,0x88,0xb1,0x8b,0x98,0xaf,0xa3,0x9a,0x7d,0xdd,0xe8,0xdc,0xad,0x25,0xbf,0xc1,
+ 0xc8,0x9a,0xda,0x9f,0x31,0x3b,0xa4,0xe0,0x95,0x0,0x34,0xbf,0x72,0x83,0x94,0x8f,
+ 0x9c,0x69,0x68,0xe0,0xc6,0xa4,0x89,0x2b,0x7e,0xfb,0xa,0xbd,0x3c,0x48,0xb6,0x47,
+ 0x6d,0xeb,0xd0,0x12,0xc4,0x83,0x18,0x16,0x11,0xae,0xad,0x55,0xf9,0x2b,0xdb,0xe7,
+ 0x14,0xb7,0xf9,0x1,0x74,0xfe,0xee,0xc3,0xb3,0x9c,0x4c,0xbc,0xb,0xc0,0x4a,0x6,
+ 0xde,0xec,0x47,0x66,0x28,0xf2,0x10,0x76,0x93,0x8d,0xdb,0x4a,0x8a,0xbe,0xa,0x4,
+ 0x67,0x71,0x32,0x76,0x69,0x28,0x9,0x92,0x35,0xf3,0x5f,0x6f,0x31,0xc6,0xf8,0x57,
+ 0xbb,0xc6,0x5f,0xf4,0x4b,0xc,0x77,0xa,0x96,0x12,0xe7,0x31,0xd1,0x79,0x0,0xe,
+ 0x89,0x5d,0xed,0x98,0x70,0x98,0xf8,0xf7,0x60,0xdc,0x20,0xc9,0x7f,0xb8,0x68,0x94,
+ 0x46,0x9d,0xf5,0x9e,0xd8,0xa4,0xa1,0x23,0xc8,0xbc,0x3d,0xb9,0x13,0xa4,0x4,0xdd,
+ 0x3d,0x35,0x82,0x74,0x83,0x5d,0xb3,0x3f,0xeb,0x97,0x18,0x99,0xca,0x12,0x8d,0xa8,
+ 0x7a,0x1e,0xe0,0x12,0xc3,0x59,0xe1,0x16,0xc9,0x41,0xc0,0xe9,0x7a,0xd9,0xf4,0x55,
+ 0x45,0x51,0xae,0xde,0x46,0x8f,0xee,0x8a,0x3,0x28,0xc3,0x4a,0x90,0x6f,0x0,0x58,
+ 0x8,0x4,0x23,0x46,0xd6,0xcc,0x2f,0x65,0xe0,0x3c,0x80,0x1d,0x62,0xcc,0x89,0x43,
+ 0x5,0x8,0xe5,0x23,0xe1,0x39,0x6,0x5d,0x5d,0x4b,0x4a,0xd7,0x3f,0x4b,0x9b,0x76,
+ 0x84,0xd2,0x31,0x20,0x42,0x43,0x47,0x90,0x30,0xb8,0x2f,0xe0,0x25,0xaf,0xa9,0x59,
+ 0xb5,0x4f,0x0,0xf8,0x10,0x0,0x29,0x8c,0x8e,0x58,0xca,0x10,0x76,0x0,0x7c,0xf5,
+ 0xdc,0x64,0xf5,0xaa,0x27,0xe9,0x49,0x67,0xf7,0xf1,0xd0,0xa5,0x58,0x13,0x64,0x11,
+ 0x2f,0x4a,0xed,0xae,0x26,0xcf,0x7,0x93,0x43,0x8e,0x83,0x86,0x2e,0xba,0xbd,0x73,
+ 0xe8,0x7f,0x98,0xe9,0xaa,0x72,0xaa,0x70,0x73,0xef,0x8a,0xec,0x4d,0x49,0xb1,0x25,
+ 0x48,0xa6,0x92,0x3f,0x9b,0x88,0xcf,0x7,0xf0,0xfa,0xde,0x40,0x3d,0xc4,0xa5,0x4c,
+ 0xae,0xad,0xf0,0x8f,0xec,0x2a,0xae,0xda,0x3e,0xa7,0x78,0xcf,0xb0,0x78,0x1b,0x3b,
+ 0x82,0xb8,0x83,0xf8,0x24,0x9c,0x56,0xc3,0xd9,0x77,0x25,0x52,0x48,0x4,0x9c,0xdd,
+ 0x2b,0x1e,0x95,0xe7,0xba,0x84,0x9c,0xf8,0xf2,0x33,0xb4,0xe9,0xa9,0x90,0xea,0xfb,
+ 0x46,0x2c,0x3e,0x4,0xe1,0x13,0x92,0xaa,0xf5,0xec,0x1a,0x80,0x57,0xf7,0xd,0xfa,
+ 0x83,0x6e,0x88,0x37,0x4b,0x9e,0x23,0xd0,0xa7,0x4b,0x4a,0xe1,0xeb,0x83,0xec,0x66,
+ 0x2c,0x8,0x32,0xcf,0xcc,0x1f,0x4d,0x84,0x35,0xc4,0xbc,0x7c,0x90,0x83,0xd5,0xb7,
+ 0xb6,0x7b,0x6f,0x88,0xbc,0x76,0xae,0x6c,0xad,0x1e,0xd4,0x41,0xfc,0xd0,0x13,0x24,
+ 0x6b,0xe6,0x3f,0xc4,0xe0,0xb5,0x0,0xf6,0xeb,0xdb,0xa,0x36,0xe4,0x86,0x11,0x70,
+ 0xaf,0xd,0xfb,0x82,0xb2,0xb2,0xe5,0x97,0x83,0xe6,0xea,0xd0,0x12,0x64,0x3e,0x2f,
+ 0x3e,0xd0,0xb6,0xec,0x35,0x0,0xde,0x3f,0x68,0x41,0x19,0x48,0x7b,0x9b,0x75,0xb7,
+ 0xa6,0xb6,0x2c,0x3b,0x9,0xbc,0xba,0xa4,0x14,0x6f,0x18,0x24,0xff,0x86,0x92,0x20,
+ 0xaa,0xa5,0x9d,0x4,0x86,0xd3,0x6a,0x88,0x19,0xaa,0x7e,0xab,0x8d,0x44,0x5f,0x32,
+ 0xe4,0xc2,0x5,0xfd,0x66,0x56,0x2b,0x7b,0xfa,0x92,0x20,0xd9,0x6a,0xee,0x54,0x9b,
+ 0xe9,0x7d,0x12,0xf3,0x1d,0x41,0xbf,0x71,0x32,0xa6,0xf6,0xb7,0x4,0xfc,0xeb,0xa0,
+ 0x4,0x20,0x96,0x76,0x12,0xfd,0xa8,0x96,0x4c,0xbe,0x67,0x7,0xf5,0xff,0xd9,0x93,
+ 0xbe,0x23,0xc8,0xfc,0x4a,0xee,0x8,0x5b,0xa2,0x8d,0x60,0xa8,0x4e,0xe5,0x91,0x65,
+ 0xa8,0xbf,0x25,0x7f,0x5b,0xae,0x33,0x56,0xfe,0x12,0x62,0xfe,0x42,0x2c,0x2b,0x5d,
+ 0xbf,0x39,0xed,0x3d,0x70,0x77,0xe,0x39,0xfe,0xc2,0xae,0x98,0xa7,0xef,0xd8,0xf7,
+ 0xa9,0x67,0xfb,0xcd,0xf4,0x46,0x7b,0xfa,0x8e,0x20,0x6a,0x45,0xbb,0x5,0x84,0xbf,
+ 0x72,0x8c,0x24,0xf0,0xc3,0x25,0xa5,0x78,0xb4,0x1f,0x0,0xb3,0xa6,0x76,0x35,0x3,
+ 0x1f,0xf3,0x93,0x57,0xe4,0xe9,0x13,0x4,0x18,0xbf,0xa9,0xd9,0xf6,0x89,0x3b,0xe6,
+ 0x6c,0xf9,0x4d,0x9f,0x58,0x34,0xc3,0x8c,0x3e,0x24,0x48,0xee,0xa,0x10,0x5d,0x40,
+ 0x44,0xdf,0xab,0x26,0x93,0x1f,0xd9,0x41,0x8f,0xb7,0xfd,0x86,0x51,0x4d,0xed,0x96,
+ 0x97,0x2f,0x50,0x73,0x49,0x25,0xd2,0xc0,0x21,0xf0,0x92,0x2d,0xd3,0x1b,0xb6,0x53,
+ 0xc1,0xb9,0xa6,0xa8,0xef,0x52,0xdf,0x11,0xc4,0x41,0xc8,0x59,0xed,0xf6,0xbb,0x5d,
+ 0x41,0xb5,0xb4,0xdb,0xc1,0x38,0xb5,0xef,0x90,0x15,0x6,0x4d,0x22,0xc0,0xc,0x50,
+ 0x9b,0x9a,0x26,0x81,0xde,0x30,0xaa,0x14,0x1e,0xea,0x37,0xd8,0xfa,0x92,0x20,0x7e,
+ 0x41,0xca,0x98,0xf9,0xbb,0x8,0x62,0xf1,0xcf,0x2f,0x5e,0xb3,0x9a,0xaf,0xcd,0xde,
+ 0x14,0xd7,0x36,0x92,0xde,0x68,0xc8,0x9b,0x1f,0x98,0x55,0x3b,0xa7,0x15,0x3e,0xb0,
+ 0x4,0xc9,0x98,0xda,0xd7,0x68,0x7c,0x7b,0xba,0x48,0x43,0x84,0x40,0xcd,0xae,0xbe,
+ 0x66,0x47,0xfa,0x57,0xbf,0xee,0x17,0x97,0x66,0x95,0x20,0xd9,0x4a,0xfe,0x4c,0x3b,
+ 0xc1,0xd5,0x72,0x52,0xff,0x41,0x10,0x40,0xea,0xab,0xe3,0x5f,0xb,0x22,0x23,0xf2,
+ 0xe,0xe,0x2,0x52,0xb5,0x36,0x3f,0xc8,0x45,0x1a,0xdd,0xf4,0x6c,0xd6,0x8,0xd2,
+ 0xd8,0x2,0xd8,0x35,0x3e,0xcc,0xef,0x71,0xd8,0x6c,0x65,0xe4,0x9d,0x4c,0xd2,0x77,
+ 0xbb,0x9,0x8a,0xd0,0xdd,0x65,0x4,0xa6,0x77,0xb7,0xa6,0xff,0x9f,0x60,0x60,0x4f,
+ 0xed,0x48,0x63,0xbf,0xad,0xcf,0x77,0xd9,0x92,0xb6,0xea,0x67,0x85,0x20,0xd9,0xaa,
+ 0xf6,0x3e,0xb6,0x71,0xe3,0x84,0x75,0x55,0x39,0x31,0xcf,0xcf,0xd1,0x4d,0xd5,0xd2,
+ 0x56,0x80,0xf1,0xe3,0xb6,0x5e,0x39,0x19,0xa6,0x81,0xee,0x67,0xa0,0xe8,0x4b,0x6f,
+ 0xaf,0x33,0xf9,0xe9,0xbb,0xf7,0xda,0xa6,0x88,0xcb,0x6b,0xba,0x64,0x42,0xf8,0x99,
+ 0xb9,0xcb,0x3e,0xf9,0xf9,0x83,0xb6,0xbc,0x18,0x71,0x71,0x81,0xd4,0xf5,0x9c,0x20,
+ 0xf3,0x2b,0x23,0xaf,0xb3,0x89,0x7e,0xe,0xd0,0xf8,0x99,0x6f,0xc2,0x45,0x86,0xac,
+ 0x3b,0xdb,0x42,0x3c,0xd3,0x7c,0x33,0xff,0x6,0x9b,0xf8,0x27,0xf5,0x7b,0x67,0xdb,
+ 0x65,0x9f,0xfa,0xf9,0x40,0x55,0x32,0x6,0x98,0x66,0x1c,0xb6,0x70,0x2b,0xd1,0x40,
+ 0xf9,0x11,0x2c,0x44,0x4d,0x73,0x33,0xdd,0x9e,0x51,0xe6,0xbc,0x63,0x36,0xdf,0x3d,
+ 0xe9,0x39,0x41,0x54,0x33,0xf7,0x53,0x80,0xde,0xe2,0x7e,0xc9,0x13,0xbe,0x5b,0x96,
+ 0x75,0xe7,0xbe,0x29,0xcf,0x34,0x7e,0x66,0xdc,0xde,0x0,0xb8,0x97,0x3e,0xf,0x6f,
+ 0x8a,0x19,0x1,0x5c,0x77,0xdb,0xad,0xb8,0x33,0xdf,0x56,0x4e,0x15,0xcf,0x9c,0xad,
+ 0xa0,0xf7,0x94,0x20,0x6a,0x65,0x7c,0x11,0x70,0xbc,0xe1,0xa0,0x5f,0x57,0x6d,0x6b,
+ 0x85,0x9f,0x19,0xb,0xd5,0xca,0xad,0x17,0x27,0x0,0x67,0xab,0x8a,0xcc,0x7e,0xb9,
+ 0xc4,0xf8,0x74,0x29,0xa5,0x7f,0x7e,0x36,0x2c,0xe9,0x19,0x41,0x32,0xa6,0x76,0xe,
+ 0x1,0x37,0x4d,0x38,0x49,0x4c,0xef,0x2a,0xa5,0xa,0x6d,0x7,0xdb,0x6a,0x25,0x7f,
+ 0x39,0x88,0x2f,0x9a,0xd,0x70,0xfa,0xb9,0xcc,0x81,0x1d,0x53,0x35,0x1,0xb5,0x4d,
+ 0x23,0xe2,0x4a,0x48,0x36,0x4e,0x19,0x4d,0xeb,0x77,0xf4,0x3a,0x26,0x3d,0x21,0xc8,
+ 0x42,0x5e,0xfa,0x4a,0xd3,0xaa,0x3c,0x38,0x79,0x97,0x2d,0x63,0xad,0x91,0xd2,0xdb,
+ 0x56,0xfa,0xfa,0xc5,0xa,0xeb,0x7c,0x81,0x12,0xb3,0xee,0x89,0xdb,0x37,0xb1,0x9d,
+ 0x25,0x6a,0x5f,0xe8,0xc,0x7c,0x26,0x6,0x9e,0xa8,0xc9,0x89,0x15,0x7e,0x26,0x73,
+ 0xa2,0x74,0xb6,0x27,0xf0,0x66,0x2a,0xda,0xe7,0x89,0xf0,0xf,0xae,0xe1,0x84,0x7,
+ 0xd,0x59,0x77,0x9e,0x8,0xf0,0x4c,0x19,0x53,0x7b,0x3d,0x1,0xce,0x6b,0x48,0x1,
+ 0xaf,0xe3,0x19,0x20,0xa6,0xf8,0xf9,0xea,0xf4,0x42,0xa9,0x53,0xf9,0x76,0x41,0xe8,
+ 0xbf,0xcf,0x6f,0x34,0x14,0xfd,0xdc,0x5e,0x9a,0xd5,0x75,0x82,0xa8,0x66,0xfe,0x28,
+ 0x80,0x9d,0xd6,0x23,0xed,0x38,0xc6,0x12,0xbf,0xa3,0x9c,0x2c,0x7e,0xdf,0xcb,0x49,
+ 0xe7,0xbe,0xaa,0x97,0x2c,0x79,0x23,0x1,0x27,0xf4,0x12,0x8c,0x5e,0x97,0xd5,0x79,
+ 0x37,0x69,0x80,0xbe,0xc,0xfc,0x80,0xeb,0x87,0xf0,0x36,0x7d,0xcc,0x48,0x17,0xae,
+ 0xf1,0xa3,0x2e,0x8a,0x3c,0xdd,0x27,0x48,0x25,0xf7,0x4d,0x10,0xbd,0xc7,0x35,0x96,
+ 0xf9,0x16,0x23,0x55,0x7c,0x6f,0x3b,0xc3,0x55,0x53,0xbb,0x16,0xc0,0x47,0xda,0xe5,
+ 0x9b,0xf1,0xb9,0x1f,0x80,0x3,0x2b,0x15,0x2,0x3d,0x43,0xc0,0x1f,0xdf,0xf7,0x80,
+ 0xa4,0x15,0xbd,0xda,0xb3,0xd5,0x55,0x82,0x64,0xaa,0xb9,0xb7,0x93,0x4d,0xdf,0xab,
+ 0x3,0x3c,0x6,0xd0,0xb1,0x86,0x52,0xf8,0xff,0x5e,0x80,0xab,0x55,0xed,0x2c,0xd8,
+ 0xb8,0xb5,0x67,0x41,0x11,0x5,0xf5,0x2f,0x2,0x2d,0x9,0xc3,0x77,0x19,0x4a,0xf1,
+ 0xc4,0x5e,0x18,0xde,0x55,0x82,0xbc,0xbc,0xf2,0xfd,0xc0,0xcb,0x2b,0xdf,0xc7,0x8e,
+ 0x37,0x1e,0xf8,0x42,0x39,0xa5,0x5f,0xda,0xae,0x6b,0xb5,0xdb,0x92,0x9d,0xdd,0x9c,
+ 0xed,0xdf,0xf4,0x13,0xad,0xc5,0x8c,0xdd,0x2,0xbd,0xa8,0x30,0x7d,0x53,0x86,0x8d,
+ 0x4f,0x19,0x69,0xfd,0x8a,0x6e,0xdb,0xd3,0x35,0x82,0x64,0x4d,0xed,0xc3,0xc,0x5c,
+ 0x57,0x77,0x40,0x57,0xe4,0xd4,0xb1,0xed,0xae,0xcc,0xcf,0x56,0xb4,0x4b,0x99,0xf0,
+ 0xb9,0xb6,0x4e,0x37,0x92,0x63,0xc2,0x83,0xd6,0xf,0x55,0xb6,0x55,0x27,0x32,0xf4,
+ 0x39,0x2,0xcd,0x5b,0x92,0x5d,0x12,0xf3,0xf1,0xa3,0xa9,0xe2,0x13,0xdd,0xb4,0xbe,
+ 0x2b,0x4,0x71,0x9e,0x56,0xae,0x58,0x73,0x1e,0x72,0xde,0xef,0x76,0x5b,0xf,0xe0,
+ 0xfd,0x65,0x45,0xff,0x37,0x2f,0x47,0xe,0xa9,0x68,0x4b,0x92,0x12,0x7e,0xc6,0x8c,
+ 0xfd,0x3d,0x1d,0x1e,0xa6,0x96,0x63,0x98,0x7c,0xe9,0x66,0x2d,0x6d,0xad,0xfb,0x56,
+ 0x43,0xd1,0xbb,0x7a,0x92,0xb4,0x2b,0x4,0xc9,0x9a,0xda,0xf9,0xc,0x7c,0xd9,0xf1,
+ 0x8b,0x8,0xf7,0x96,0x64,0xbd,0xed,0x6c,0x94,0x6a,0x6a,0xce,0x7d,0x49,0x7f,0x3d,
+ 0x3b,0x38,0x8b,0x52,0xfb,0xf,0x1,0x7f,0x23,0x76,0x2,0x9f,0x5b,0x52,0x8a,0x93,
+ 0x1b,0x5f,0xa3,0xf6,0x23,0x72,0x82,0xb8,0x8b,0x82,0x66,0xe5,0x61,0x10,0x16,0xb9,
+ 0x4,0x61,0xfb,0xcc,0x52,0x6a,0xcb,0x6d,0x6d,0x6,0xe6,0x67,0xc0,0x46,0xa0,0x33,
+ 0x21,0x51,0x3,0x21,0xf4,0xf5,0x39,0x2,0xad,0xe7,0xc4,0xb7,0x56,0xe5,0xc4,0xf1,
+ 0xdd,0x5a,0x40,0x8c,0x9c,0x20,0x19,0x2b,0x7f,0x31,0x31,0x7f,0xd1,0x85,0x9b,0xb1,
+ 0xde,0x48,0xe9,0x67,0xb4,0x83,0x5e,0x35,0x35,0x67,0x60,0xee,0xe,0xe6,0x3d,0x93,
+ 0xbf,0x2f,0x95,0x76,0x5a,0x86,0xe6,0xf3,0xa1,0x87,0xc3,0xef,0xf8,0x92,0xf8,0x1a,
+ 0x43,0x2e,0x76,0xe5,0x46,0x9b,0x48,0x9,0x72,0x10,0xe7,0xe7,0xc9,0xa6,0xfd,0x30,
+ 0x88,0xe6,0x8f,0x77,0xaf,0xe8,0xa4,0x92,0x5c,0xf8,0xa9,0x67,0xeb,0x61,0x6a,0xce,
+ 0x73,0x67,0x9e,0xe3,0x93,0x71,0xf9,0x21,0xec,0xb0,0xf,0x7d,0xd,0xef,0xd9,0x77,
+ 0x91,0xc5,0x9c,0x38,0xb2,0x9c,0xda,0xa4,0x47,0x5d,0x62,0xa4,0x4,0xc9,0x8e,0xe5,
+ 0x3e,0xc1,0x12,0x7d,0xa9,0x5e,0xa1,0x6f,0x30,0x94,0xc2,0xaa,0x76,0x6,0xab,0xa6,
+ 0xe6,0xac,0xb2,0x1f,0x13,0xcb,0x96,0x43,0x10,0xa4,0x5d,0xf5,0x98,0xf1,0x39,0x11,
+ 0x81,0xdd,0x83,0x31,0xd3,0x12,0xd3,0x1a,0x23,0x55,0xb8,0x38,0xb0,0xc2,0x36,0x2,
+ 0x91,0x12,0x44,0x35,0xb5,0x7b,0x1,0x1c,0xef,0x94,0x69,0x43,0x3a,0x7a,0xbb,0xb2,
+ 0xf9,0x61,0xaf,0xf2,0x7d,0x6f,0x46,0x1c,0xc2,0xc6,0x63,0x12,0x97,0x61,0xf6,0x2d,
+ 0xea,0xda,0xea,0xa5,0x8f,0x50,0xc2,0x9e,0xda,0xd2,0xa8,0x8f,0xe9,0x46,0x46,0x10,
+ 0xd5,0xca,0x1d,0xb,0x26,0xf7,0xca,0x16,0x66,0xdc,0x51,0x4e,0xe9,0xa7,0xb4,0xc3,
+ 0x27,0x63,0x6a,0x77,0x7,0xda,0x6f,0x35,0x8c,0x95,0x69,0x18,0x7d,0x6a,0x17,0xf8,
+ 0x2e,0x7d,0x4e,0xc0,0x27,0x4a,0x8a,0x7e,0x55,0x94,0xea,0x23,0x24,0x88,0xb6,0x16,
+ 0x8c,0x4f,0x8d,0x8f,0x16,0x78,0x55,0xbb,0x4b,0xa7,0x9d,0x1b,0x4d,0x98,0xf8,0x3b,
+ 0xed,0x9d,0x11,0xfd,0x90,0xf6,0x18,0xc5,0x21,0x47,0x43,0x3d,0x68,0xf5,0xa5,0xc2,
+ 0x78,0xd4,0x48,0xe9,0x47,0x45,0x89,0x46,0x34,0x4,0x61,0x48,0xaa,0xa5,0x39,0x3,
+ 0xa4,0xc3,0x1,0x6c,0xab,0xed,0x94,0x97,0xec,0x98,0xe7,0x7d,0x73,0xb7,0x6a,0xe5,
+ 0x37,0x82,0xf9,0x2f,0xa2,0x74,0x26,0x76,0xba,0xe2,0xf4,0xdd,0xe1,0xd3,0x57,0x66,
+ 0x3a,0x27,0xca,0xd7,0x76,0x23,0x21,0x48,0xa6,0x92,0x7b,0xbb,0x73,0x97,0xae,0x5b,
+ 0x41,0x19,0x57,0x18,0x29,0xdd,0x6d,0x49,0x5a,0x25,0x75,0x6c,0xf1,0xe9,0x90,0xec,
+ 0xf5,0xb1,0xab,0xd0,0x51,0x3b,0xec,0xb3,0xd2,0x44,0x5d,0xec,0xac,0xeb,0xf3,0xea,
+ 0x96,0x32,0x7e,0x6c,0xa4,0xf4,0xc8,0xbe,0x78,0xa3,0x21,0x88,0xa9,0xdd,0x48,0xc0,
+ 0xfb,0xfc,0xe,0xce,0xc5,0x65,0xd3,0x11,0x54,0x31,0x31,0x76,0x69,0xd,0x22,0xf1,
+ 0x71,0x86,0x5c,0x74,0x66,0x47,0x3b,0x4e,0x1d,0x13,0xa4,0xfe,0xd4,0xd9,0xaf,0x0,
+ 0x1c,0x8,0xe6,0x8d,0x46,0xaa,0xf8,0x56,0x2f,0xab,0x16,0xf0,0x88,0x5a,0xb3,0xa4,
+ 0x2d,0x0,0xf6,0xe9,0xd8,0xfa,0x38,0x2b,0x10,0x4,0x69,0x19,0x7d,0x22,0xba,0xbc,
+ 0x24,0x17,0x2e,0x89,0xa2,0x7a,0x74,0x4c,0x90,0x4c,0x25,0xff,0x5e,0x22,0xbe,0xd9,
+ 0x35,0x86,0xf0,0x29,0x43,0xf6,0xde,0x82,0x9c,0x35,0xf3,0x1f,0x64,0xf0,0x3f,0x47,
+ 0x61,0xfc,0x30,0xe8,0x10,0xf5,0xbc,0x83,0x28,0xb6,0x0,0x8f,0x80,0x4d,0x25,0x45,
+ 0x77,0x37,0xca,0x76,0x9a,0x3a,0x26,0x88,0x6a,0xe6,0x6e,0x6,0xc8,0x3d,0x25,0x48,
+ 0xa0,0xa3,0x4a,0x4a,0xe1,0x51,0xcf,0xf1,0x47,0x45,0xdb,0x0,0x42,0xdb,0x29,0xe0,
+ 0x4e,0x1d,0x13,0xf2,0x71,0x40,0xa0,0xf5,0x20,0x8c,0x6d,0xe9,0xad,0xe5,0xf4,0x66,
+ 0xe7,0x4e,0x83,0x8e,0x52,0x47,0x4,0x99,0xd2,0xbd,0x2,0x3f,0x66,0x28,0xc5,0xa5,
+ 0xde,0xe4,0x38,0x3c,0x7,0x4a,0x44,0xbe,0x1d,0xa0,0x23,0x4,0x84,0xf0,0x60,0x21,
+ 0xe0,0x77,0x62,0x42,0xc2,0xb5,0x46,0x52,0xff,0xbb,0x4e,0x9d,0xeb,0x88,0x20,0x53,
+ 0xba,0x57,0xa0,0x2f,0x19,0x8a,0xf7,0xeb,0xa5,0xaa,0xa5,0x7d,0x12,0x8c,0x7f,0xec,
+ 0xd4,0x68,0x21,0x3f,0xf3,0xee,0xe1,0xd8,0x60,0xe2,0x97,0x20,0xc0,0xd3,0x92,0xfc,
+ 0x62,0x6e,0x94,0x46,0xf7,0x74,0x82,0x4d,0x47,0x4,0x69,0xec,0x5e,0xa1,0x6a,0xbf,
+ 0xd1,0x98,0xbb,0xc5,0xf3,0xf1,0x13,0xd5,0xd4,0xee,0x3,0xf0,0xa6,0x4e,0xc,0x16,
+ 0xb2,0x2,0x1,0xbf,0xfb,0x56,0x89,0xe9,0xac,0x52,0xaa,0xe0,0x63,0x31,0xba,0x35,
+ 0xa6,0xa1,0x9,0xf2,0x2a,0x1e,0xd9,0x57,0xb1,0xa4,0x6d,0xee,0xec,0x15,0xb0,0xc3,
+ 0x50,0xf4,0x79,0x5e,0xa1,0x9b,0x6f,0xe6,0x8f,0xb6,0xc1,0xbf,0x10,0xe1,0x9d,0x86,
+ 0x80,0x18,0xa5,0x87,0xa8,0x12,0xfe,0x9a,0x11,0x2,0xd6,0x95,0x14,0xdd,0x5d,0x7e,
+ 0x8,0x9b,0x42,0x13,0x24,0x6b,0x2d,0x7e,0xb,0xb3,0x3d,0xbe,0x95,0x9d,0xf1,0x6d,
+ 0x23,0xa5,0xbf,0xdb,0x73,0xfc,0x61,0xe5,0x2f,0x0,0x73,0xd7,0xf,0xd9,0x87,0x5,
+ 0x42,0xc8,0xd,0xe,0x2,0xbe,0xef,0x13,0x63,0x18,0x46,0x4a,0xcf,0x76,0xe2,0x59,
+ 0x68,0x82,0xa8,0x15,0xed,0x42,0x10,0xd6,0xb8,0x85,0x13,0x5f,0x6c,0xc8,0xc5,0xf1,
+ 0xdf,0x5b,0x24,0xd5,0xd2,0x7e,0x8,0xc6,0xca,0x4e,0x8c,0x15,0xb2,0x2,0x81,0xa0,
+ 0x8,0xd8,0x35,0x5e,0xee,0xf7,0x41,0xd8,0x66,0xba,0x43,0x13,0x24,0x63,0xe5,0xbf,
+ 0x4b,0xcc,0xef,0x74,0x94,0xda,0x12,0x9d,0xbc,0x3d,0x59,0xb8,0xb3,0xd,0x41,0x9e,
+ 0x7,0xe3,0x8f,0x82,0x3a,0x28,0xf2,0x37,0x47,0xc0,0x5f,0x27,0x23,0x26,0xe8,0x79,
+ 0x80,0xd1,0xe9,0xcd,0xf0,0xa1,0x9,0xa2,0x9a,0x9a,0x33,0xfe,0x38,0xd4,0x9,0x41,
+ 0xc2,0xb2,0xb3,0xcf,0xbc,0x62,0x8b,0xd1,0x2a,0x1c,0xce,0xb3,0xce,0x52,0x82,0xee,
+ 0x8e,0x49,0xb8,0x82,0xb9,0x29,0x6a,0x7a,0x30,0xbc,0x26,0x72,0xfb,0xc5,0x8d,0xe9,
+ 0x3f,0x8d,0x54,0xe1,0x2f,0xc3,0x15,0x12,0xf2,0x6e,0xf0,0x79,0x7b,0x72,0xb,0xa5,
+ 0x4,0xfd,0xa6,0x5e,0xe8,0x73,0x86,0xa2,0x1f,0xec,0xd9,0x7a,0x54,0x72,0x97,0x81,
+ 0xe8,0x33,0x61,0x8d,0x1c,0x6a,0x39,0xbf,0x81,0x1e,0x6a,0x10,0x82,0x3b,0x17,0x0,
+ 0xb6,0x97,0xc,0x45,0xf,0xbd,0xad,0x29,0x54,0xb,0xa2,0x56,0xb4,0xb3,0x40,0x93,
+ 0xd7,0x83,0xfe,0xc4,0x50,0xf4,0x15,0x5e,0x2e,0x6,0x3e,0x18,0x15,0x1c,0xaf,0xc1,
+ 0x96,0x10,0x33,0x59,0x9d,0xc7,0xcf,0x83,0x31,0x9d,0x8c,0x43,0x42,0x11,0x24,0x6b,
+ 0xe5,0xbf,0xc8,0xcc,0xe3,0xe7,0x7f,0x89,0xaf,0x34,0xe4,0xe2,0x27,0x3d,0x5b,0x10,
+ 0x53,0xb3,0x0,0x24,0x3b,0x47,0x61,0x48,0x35,0x8,0x82,0x74,0x37,0xb0,0xcc,0x9f,
+ 0x35,0x52,0xc5,0xcb,0xc2,0x14,0x12,0x8a,0x20,0x99,0x8a,0x76,0x13,0x11,0xce,0xa9,
+ 0x17,0xf8,0xb7,0x86,0xa2,0x5f,0x2f,0xc6,0x1f,0x61,0xe0,0x17,0x32,0x1d,0x21,0xe0,
+ 0xf3,0x8b,0x85,0x81,0x7b,0xca,0x8a,0xbe,0x3c,0x4c,0x59,0xa1,0x8,0x32,0xf5,0x21,
+ 0x4e,0x3a,0xbe,0x2c,0x17,0xee,0x6f,0x55,0x78,0xd6,0xcc,0x9d,0xcb,0xa0,0x6f,0x84,
+ 0x31,0x4e,0xc8,0x78,0x20,0x10,0xa0,0x13,0x1e,0xb,0x1c,0xbd,0xc8,0x42,0xd8,0x6e,
+ 0xc8,0x7a,0x26,0xc,0xe,0x21,0x9,0xa2,0x15,0x1,0x8c,0x38,0x5,0x5a,0x26,0x65,
+ 0x9e,0xdb,0xa7,0xb0,0xbd,0x55,0xe1,0xaa,0x18,0xa0,0x87,0x89,0x4b,0x7b,0x19,0x41,
+ 0x90,0x40,0xb7,0xdb,0x2b,0x72,0xea,0x80,0x76,0x97,0xa7,0x37,0x3,0x3d,0x2c,0x41,
+ 0xfe,0x0,0xe0,0x15,0x0,0x7e,0x6f,0x28,0xba,0xe7,0x65,0xd3,0xaa,0x99,0xff,0x6,
+ 0xc0,0x3d,0x7d,0x36,0xab,0x7d,0xed,0x1a,0xf0,0x1c,0x3e,0xbb,0x16,0x3,0xee,0x65,
+ 0x7b,0xf3,0x3,0x7c,0x49,0x10,0x70,0x4c,0x49,0xd1,0x7f,0xde,0x5e,0xe9,0xd4,0x1c,
+ 0x81,0x9,0x52,0x7f,0x90,0xf3,0x85,0xba,0x9a,0x5f,0x1a,0x8a,0xfe,0xa7,0x5e,0x85,
+ 0x8a,0x19,0xac,0xa0,0x21,0xf1,0x91,0x5f,0x10,0x64,0x26,0x48,0x6d,0x30,0xf1,0x73,
+ 0xd3,0x4e,0x24,0x2d,0xc8,0xbc,0x4a,0x7e,0xb1,0x44,0xbc,0x69,0x5c,0x19,0xdd,0x62,
+ 0x28,0x5,0xcf,0x27,0xd5,0x54,0x53,0x73,0xd6,0x4b,0x16,0xfa,0x8,0x7b,0x6c,0xb3,
+ 0x88,0xfa,0xde,0x83,0xd0,0x13,0xad,0x31,0xe4,0xe0,0x37,0x2f,0x6,0x6e,0x41,0xa6,
+ 0x6e,0x52,0x6c,0x3f,0x7d,0xa6,0x9a,0x9a,0x78,0xda,0xa6,0x7,0xf1,0x17,0x45,0xb4,
+ 0x41,0x80,0xf0,0x43,0x43,0xd6,0xdf,0x16,0x14,0xa7,0xe0,0x4,0x19,0xd3,0x4e,0x61,
+ 0x9,0x1b,0xc6,0x1b,0x10,0x5c,0x68,0xc8,0x7a,0xcb,0x3,0x50,0xd3,0x56,0xdc,0x83,
+ 0xda,0x26,0xf2,0xb,0x4,0x82,0x21,0xe0,0x39,0x26,0xa1,0xa2,0xa1,0x14,0xb4,0x60,
+ 0xa,0x43,0x6c,0x35,0xc9,0x56,0x46,0xde,0xc9,0x24,0x7d,0xb7,0xde,0xc5,0xfa,0xa8,
+ 0xa1,0x14,0xbe,0xda,0xaa,0x50,0xb1,0x7,0x2b,0x68,0x38,0x7c,0xe6,0xf,0x30,0x38,
+ 0xf5,0xa9,0x71,0x38,0xb2,0xb5,0xe9,0xab,0x1a,0x8a,0x1e,0xb8,0x41,0x8,0x2c,0x90,
+ 0xa9,0xe6,0xcf,0x26,0x9b,0xd7,0x39,0x88,0xb6,0x7b,0x5a,0x4d,0xad,0x68,0x67,0x80,
+ 0xc4,0xc3,0x38,0xc3,0x51,0xfb,0xfa,0xd4,0x8b,0x0,0x3,0x38,0x45,0xde,0x33,0x67,
+ 0x1b,0x6d,0x1b,0xb,0xe2,0x49,0x70,0x82,0x98,0xb9,0xf7,0x13,0xe8,0x5f,0x5c,0x82,
+ 0x30,0x9d,0x5d,0x4e,0x15,0xbe,0xd9,0xaa,0x40,0xb1,0x48,0xe8,0x33,0x14,0x1,0x82,
+ 0xec,0x53,0x63,0x8c,0xb2,0xf9,0x7,0x2f,0xcc,0x5a,0x48,0x60,0x82,0xa8,0x66,0xfe,
+ 0xa3,0x0,0x7f,0x65,0x9c,0x20,0xfc,0x8e,0x72,0xaa,0xf8,0xfd,0x56,0xd1,0xc8,0x8c,
+ 0x69,0x1f,0x27,0x9,0x91,0xde,0xb6,0x1d,0xa3,0xc8,0xb,0x57,0x23,0x46,0xa0,0xdd,
+ 0xa2,0x76,0xb3,0xe2,0x82,0x13,0xa4,0xe1,0x24,0xa1,0x6d,0xd3,0xc9,0xdb,0xd3,0xad,
+ 0xf,0x4a,0x89,0x55,0xf4,0x88,0x23,0x2c,0xd4,0xcd,0x44,0xc0,0x7f,0x3,0x2,0xbb,
+ 0xc6,0x87,0x6d,0x9f,0x53,0x74,0xce,0x31,0xf9,0x4e,0x21,0x8,0xb2,0xf7,0x6c,0x47,
+ 0xbb,0x6d,0xc4,0x59,0x4b,0xbb,0x8a,0x19,0x1f,0xf7,0x6d,0x8d,0xc8,0xe8,0xb,0x1,
+ 0x31,0x46,0xf7,0x5,0xd3,0xcc,0x4c,0x5c,0xd3,0x8c,0xd4,0x56,0x67,0x9b,0x94,0xef,
+ 0x14,0x9c,0x20,0x56,0xee,0x22,0x30,0x5d,0xee,0x96,0xc0,0x78,0x9b,0x91,0xd2,0x7f,
+ 0xd8,0xaa,0x34,0xb1,0xcd,0xc4,0x67,0x1c,0x44,0x8d,0xf7,0x9,0x54,0x67,0xd9,0xfc,
+ 0xdc,0xfc,0x39,0xbd,0x84,0xc0,0x4,0xc9,0x98,0xda,0xc7,0x9,0xe3,0xe3,0x8a,0x76,
+ 0xcb,0xf7,0xaa,0xa5,0xfd,0x0,0x8c,0xb6,0xaf,0xdc,0x76,0xe6,0xf6,0x10,0x48,0xb,
+ 0x82,0xf4,0x24,0x88,0x61,0xf6,0x63,0x5,0x26,0x48,0xd6,0xd4,0x3e,0xcc,0xc0,0x75,
+ 0x6e,0x3,0x62,0xe3,0xfc,0x72,0x5a,0xbf,0xba,0x95,0x77,0x62,0x1f,0x56,0x80,0xb8,
+ 0x7,0xe8,0x4b,0x7,0xd0,0x2a,0xb2,0x36,0x20,0xd0,0x6e,0x48,0xd0,0xc,0xac,0xc0,
+ 0x4,0x51,0xab,0xf9,0x55,0xb0,0xf9,0xdf,0xc7,0xbb,0x58,0xde,0x5b,0x4d,0x44,0xb,
+ 0x12,0xa0,0x7e,0xa,0x82,0x4,0x0,0x2b,0x5c,0xd6,0x9e,0xb4,0x20,0x6a,0x25,0xf7,
+ 0x1e,0x10,0xb9,0x6b,0x1f,0x44,0xb8,0xba,0x24,0xeb,0xe7,0x8b,0x31,0x48,0xb8,0x80,
+ 0x9,0xa9,0xde,0x22,0xd0,0x9b,0x31,0x48,0x35,0xf7,0x76,0xb2,0xeb,0xcf,0xad,0x81,
+ 0x3c,0xdf,0x42,0x17,0xb3,0x58,0x5d,0xaa,0x0,0x62,0xcc,0xb2,0x17,0xd8,0x20,0x2d,
+ 0x6f,0x2f,0x66,0xb1,0xb2,0x55,0xed,0x14,0xb6,0x27,0x37,0x2b,0x7a,0xee,0x90,0x14,
+ 0xeb,0x20,0x82,0x20,0x5d,0x42,0xa0,0xde,0xc3,0x77,0x7b,0x31,0xbe,0x53,0x4f,0xd6,
+ 0x41,0xb2,0x56,0xfe,0x44,0x66,0xfe,0x89,0x3b,0x4,0x69,0x73,0x18,0x5e,0xac,0xa4,
+ 0xfb,0x8e,0x9d,0xff,0x8c,0x41,0xbe,0x31,0xfd,0x6b,0x1d,0xcc,0x9c,0x1,0x5b,0xd2,
+ 0x9e,0xac,0xa4,0x2f,0x60,0x6d,0x49,0xcd,0xc2,0x13,0x2e,0xa2,0x6d,0xe,0xc3,0x8b,
+ 0xbd,0x58,0x5d,0xa8,0x77,0x82,0x20,0xa1,0x41,0xed,0xc9,0x5e,0xac,0x3c,0xe7,0x95,
+ 0x5d,0x16,0x57,0x26,0xac,0xf4,0x2a,0x54,0xec,0xe6,0xf5,0x1f,0x4b,0x51,0xef,0xfd,
+ 0x63,0x15,0x6e,0x0,0x2,0xf4,0x64,0x37,0xaf,0x63,0x9c,0x6a,0x6a,0xbf,0x6,0x70,
+ 0xd8,0x78,0x23,0xd2,0xfa,0x30,0xbc,0x38,0xf,0x12,0x26,0xe8,0x42,0xa6,0x5b,0x8,
+ 0xf4,0xe4,0x3c,0x88,0x4b,0x90,0x4a,0x7e,0x23,0x88,0xdd,0xc7,0xda,0xbd,0x56,0xd3,
+ 0xc5,0x89,0xc2,0x6e,0x85,0x5a,0xe8,0x9d,0x81,0x40,0xdb,0xf1,0x48,0x8f,0x4e,0x14,
+ 0x8e,0xb7,0x20,0xb9,0xaf,0x0,0xf4,0xd1,0xf1,0x71,0x88,0xf7,0x61,0x78,0x71,0x26,
+ 0x3d,0xe2,0xca,0xdc,0xb6,0x22,0x44,0x5c,0xde,0xb0,0xa8,0xeb,0xd5,0x99,0xf4,0x7a,
+ 0x17,0xeb,0x23,0x0,0xae,0xad,0xf,0xd4,0xbd,0xa7,0x7a,0xc5,0xad,0x26,0xc3,0x52,
+ 0xc5,0x6,0xdb,0x8f,0x5e,0xdd,0x6a,0xe2,0x12,0x64,0x4c,0x3b,0x9,0x12,0xfe,0x6b,
+ 0x1c,0x31,0xef,0xa6,0x4b,0xec,0xc7,0xf2,0x59,0xaf,0xc4,0x28,0xdd,0x27,0x50,0xe1,
+ 0xb2,0xb5,0xdb,0x58,0xdb,0x4a,0x6b,0x80,0x65,0x96,0xbd,0x2a,0xd4,0xdd,0x4b,0x16,
+ 0x20,0x59,0x7b,0x7a,0xe2,0x2f,0x5e,0x83,0x1f,0xb1,0xe5,0x3d,0x5c,0x40,0x85,0x54,
+ 0x0,0x4,0x7c,0x74,0x3b,0xc3,0xec,0xc3,0xaa,0x4f,0x42,0x5,0x30,0xa4,0x21,0xab,
+ 0x6a,0x69,0x93,0x4f,0xaa,0x79,0x15,0x2e,0x56,0xd3,0xc3,0xe1,0x2b,0xa4,0xa2,0x45,
+ 0x20,0xcc,0x1a,0x48,0x47,0x4,0xc9,0x9a,0xda,0x4d,0x8c,0xf1,0x27,0x10,0xbc,0xb6,
+ 0xbd,0x8b,0xc5,0xc2,0x68,0x3,0xed,0xe3,0xcb,0x32,0xda,0x2,0x87,0x41,0x5b,0xaf,
+ 0x6f,0x77,0x77,0xc7,0x21,0x55,0xed,0xdd,0xb0,0xf1,0xad,0x3a,0x7e,0xb7,0x1a,0x8a,
+ 0xfe,0x57,0xcd,0xb0,0x14,0x6b,0x21,0x3e,0x6b,0x98,0xa8,0xf9,0x3e,0x81,0x6a,0x92,
+ 0xad,0xcd,0xf8,0xad,0xdd,0x96,0x28,0xaf,0x82,0x43,0x8d,0x41,0x1c,0x85,0x87,0xb2,
+ 0x96,0xb1,0x2c,0x4c,0x3c,0xdc,0xb9,0xcd,0x50,0x74,0x77,0xe1,0xb0,0x59,0x52,0xc5,
+ 0xb,0x53,0xed,0x83,0x2f,0x8,0xd2,0x1e,0xa3,0x90,0x39,0x88,0x70,0x69,0x49,0xd6,
+ 0xbf,0x10,0x46,0x3c,0x34,0x41,0xdc,0x56,0xc4,0xd2,0xee,0x7,0xe3,0x8d,0x6e,0x5f,
+ 0xcd,0xe6,0x91,0x52,0xba,0xb8,0xb5,0x29,0x41,0x2a,0xb9,0x3b,0x41,0x14,0xfa,0xa5,
+ 0xd1,0x30,0x8e,0xd,0xad,0x8c,0x98,0xed,0xa,0x1c,0x5a,0x22,0x3e,0xb6,0x24,0x17,
+ 0xff,0x3b,0xb0,0xe0,0xf8,0x4e,0x91,0xf0,0xa9,0x71,0x0,0xce,0x12,0x9d,0x5d,0x4e,
+ 0x36,0xbf,0x44,0x2e,0x3b,0x96,0x5b,0xcd,0x12,0x5d,0x19,0xbe,0x24,0x21,0x29,0x10,
+ 0x8,0x8d,0xc0,0x8b,0x86,0xa2,0xef,0x17,0x56,0xba,0x23,0x82,0x4c,0xb9,0xe9,0x1d,
+ 0x7c,0x8d,0xa1,0x14,0x3f,0xd6,0xcc,0x90,0xac,0x95,0x3b,0x86,0x99,0x1e,0xc,0x6b,
+ 0x64,0x5c,0xe4,0x98,0xdb,0x9c,0x6f,0x10,0xdd,0xb0,0xf1,0xaf,0xf4,0x20,0xef,0x5,
+ 0x10,0x7e,0x60,0xc8,0xfa,0xdb,0xc3,0xd6,0xa1,0x8e,0x8,0xb2,0x8c,0x97,0xc9,0xe5,
+ 0xea,0xee,0x6d,0x60,0xa8,0x4,0x3c,0x54,0x52,0xf4,0x37,0x78,0x8c,0x43,0x9e,0x7d,
+ 0x79,0xf5,0xfd,0xa0,0xb0,0x86,0xc6,0x46,0x2e,0x68,0x5,0x88,0xd,0x30,0xe1,0x1c,
+ 0x25,0xe0,0x13,0x25,0x45,0xf,0x7d,0xbb,0x67,0x47,0x4,0x71,0x4c,0x6e,0x7c,0xf1,
+ 0x96,0x6a,0xf6,0x5b,0x4a,0x73,0xb6,0xdc,0xdd,0xcc,0x95,0x8c,0xa5,0x7d,0x87,0x18,
+ 0x67,0x86,0x73,0x33,0xa6,0x52,0xa2,0xc5,0xe8,0x38,0xf0,0x9d,0x8c,0x3f,0xdc,0xb1,
+ 0x75,0xa7,0x16,0x64,0x2a,0xb9,0x77,0x10,0xd1,0x6d,0x75,0x65,0x5f,0x29,0x29,0x7a,
+ 0xd3,0x9b,0x14,0xb3,0xa6,0x76,0x3e,0x3,0x5f,0xee,0xb4,0x3c,0x21,0x2f,0x10,0xf0,
+ 0x8d,0x0,0xf3,0xa8,0x91,0x2a,0x2e,0xf0,0x9d,0xbf,0x49,0xc6,0x8e,0x9,0x2,0x3e,
+ 0x21,0xa9,0x5a,0x3b,0x74,0x0,0x8b,0xc0,0xd8,0x36,0x57,0xb1,0x72,0x4f,0xd2,0x93,
+ 0x93,0x7,0xaa,0x26,0xca,0x9c,0x6f,0xe6,0x8f,0xb6,0xc1,0xbf,0xe8,0xc4,0x58,0x21,
+ 0x2b,0x10,0x8,0x82,0x0,0x1,0xeb,0x4a,0x8a,0xfe,0xbe,0x20,0x32,0xd3,0xf3,0x76,
+ 0x4e,0x10,0x77,0xfb,0x7b,0xfe,0x4a,0x80,0x57,0xbb,0xad,0x88,0x44,0x67,0x95,0x92,
+ 0x85,0xef,0x34,0x33,0x4a,0x35,0xb5,0xfb,0x0,0xbc,0xa9,0x13,0x83,0x85,0xac,0x40,
+ 0xc0,0x2f,0x2,0xc4,0x74,0x56,0x29,0xd5,0xbc,0x2e,0xfa,0xd6,0xe1,0x37,0xa3,0x57,
+ 0xbe,0x8c,0x95,0x7f,0x13,0x31,0x3b,0x95,0xdf,0xf3,0x61,0x4f,0xd5,0xd2,0x3e,0x9,
+ 0x46,0xcb,0x27,0xdb,0xa2,0xb0,0x45,0xe8,0x18,0x70,0x4,0xa2,0x9b,0xa4,0x78,0x5a,
+ 0x92,0x5f,0xcc,0x8d,0xd2,0xe8,0x9e,0x4e,0x10,0x89,0xa4,0x5,0x71,0xc,0x50,0x4d,
+ 0xcd,0x99,0xc6,0x3d,0x6,0xc0,0x4b,0xa8,0x26,0x34,0x63,0xee,0xa6,0x67,0xa6,0x1b,
+ 0xa6,0x56,0xe,0xcf,0x81,0x12,0x4e,0x77,0x4c,0x24,0x81,0x40,0x73,0x4,0xa2,0x22,
+ 0x88,0x84,0x6b,0x8d,0xa4,0xfe,0x77,0x9d,0xc2,0x1c,0x1d,0x41,0x1a,0xde,0xd,0x1,
+ 0xf8,0xef,0xd,0xa5,0xf8,0x4f,0x4d,0xbb,0x59,0x15,0x6d,0x3,0x8,0xa7,0x74,0x6a,
+ 0xb8,0x90,0x17,0x8,0x78,0x21,0xc0,0xb6,0xf4,0xd6,0x72,0x7a,0xf3,0xc6,0x4e,0x51,
+ 0x8a,0x90,0x20,0x53,0x5a,0x87,0x47,0xc,0x45,0xff,0x93,0x66,0xc6,0x65,0xcd,0xfc,
+ 0x7,0x19,0xfc,0xcf,0x9d,0x1a,0x2e,0xe4,0x87,0x0,0x81,0x89,0xda,0x37,0xb1,0xf0,
+ 0xd7,0xaa,0xf5,0x68,0x9c,0xee,0xf6,0xd1,0xc2,0x10,0xb0,0xa9,0xa4,0xe8,0x47,0x44,
+ 0x81,0x50,0x64,0x4,0x71,0xbb,0x59,0x95,0xdc,0x37,0x40,0x74,0xae,0xf3,0x3b,0x83,
+ 0x3f,0x58,0x56,0x8a,0xee,0x5b,0x86,0x8d,0x69,0x1,0x8f,0xa8,0x35,0x4b,0xda,0x2,
+ 0x60,0x9f,0x28,0x1c,0x10,0x3a,0x86,0x4,0x81,0x8,0xd7,0x7c,0x88,0xe8,0xf2,0x92,
+ 0x5c,0xb8,0x24,0xa,0x64,0x22,0x25,0x48,0xc6,0xd2,0x8e,0x27,0xc6,0xbd,0x75,0xc3,
+ 0x5a,0xb6,0x22,0xaa,0xa9,0xdd,0x2,0xa0,0xe9,0xf6,0xf8,0x28,0x9c,0x12,0x3a,0x62,
+ 0x8e,0x0,0xf1,0x71,0x86,0x5c,0x8c,0x64,0x6b,0x53,0xa4,0x4,0x71,0xc2,0x92,0xb5,
+ 0xf2,0xb7,0x39,0x8f,0x7b,0x7a,0xb5,0x22,0xea,0xd8,0xe2,0xd3,0x21,0xd9,0xeb,0x63,
+ 0x1e,0x46,0xe1,0x7e,0x50,0x4,0xfc,0xb4,0x32,0x8c,0x1f,0x1b,0x29,0xdd,0xbd,0x92,
+ 0x2a,0x8a,0x14,0x3d,0x41,0xc6,0x72,0xa7,0xb2,0x44,0xb7,0xb7,0x6d,0x45,0xac,0xfc,
+ 0x46,0xf0,0xf8,0xdd,0x5a,0x22,0x9,0x4,0x9a,0x22,0xe0,0x87,0x10,0xd3,0x4,0x99,
+ 0xe9,0x9c,0x72,0xaa,0x70,0x73,0x54,0x88,0x46,0x4e,0x10,0xc7,0x30,0xd5,0xd4,0x7e,
+ 0xc,0x60,0x85,0x57,0x2b,0x92,0xad,0xe4,0xcf,0x64,0xe2,0xa6,0xb,0x8a,0x51,0x39,
+ 0x27,0xf4,0xc,0x11,0x2,0x7e,0xc8,0xc2,0x78,0xd4,0x48,0xe9,0x47,0x45,0xe9,0x75,
+ 0x77,0x8,0xd2,0xf0,0xc8,0xe,0x80,0x96,0x63,0x11,0x71,0x25,0x50,0x94,0xa1,0x1c,
+ 0x76,0x5d,0xed,0x19,0xd2,0xe9,0xce,0xdd,0x66,0x8,0x76,0x85,0x20,0x4e,0x41,0x19,
+ 0x53,0xfb,0x39,0x1,0xe3,0xdb,0xdf,0x6d,0x7c,0xca,0x48,0xeb,0x57,0x4c,0x37,0x20,
+ 0x53,0xc9,0x9f,0x4d,0xc4,0xeb,0x86,0x3d,0xb4,0xc2,0xbf,0xe,0x11,0xf0,0x31,0xb5,
+ 0xb,0x42,0x9,0x7b,0x6a,0x4b,0x8d,0xfd,0xb6,0x3e,0xdf,0x61,0x69,0x53,0xc4,0xbb,
+ 0x46,0x10,0xd5,0xcc,0xaf,0x2,0xea,0x6f,0x19,0x12,0x3f,0x2b,0x25,0x13,0xc7,0x8d,
+ 0xd2,0xe6,0x27,0xa7,0x1b,0xdf,0xb0,0x2,0x1f,0xa5,0x5f,0x42,0x57,0xdc,0x10,0x60,
+ 0x5a,0x63,0xa4,0xa,0x17,0x47,0xed,0x76,0xd7,0x8,0xe2,0x8e,0x45,0x2a,0xda,0xb7,
+ 0x41,0x78,0x97,0xf3,0x3b,0x81,0xfe,0xa5,0xa4,0x14,0x3e,0xd8,0x84,0x20,0xe7,0x1,
+ 0xf8,0xb7,0xa8,0x1d,0x13,0xfa,0x62,0x85,0x80,0xc5,0x9c,0x38,0xb2,0x9c,0xda,0x14,
+ 0xf9,0x36,0xa6,0xae,0x12,0x24,0x6b,0x2e,0x3e,0x92,0x61,0x3b,0x9b,0x18,0xdd,0x33,
+ 0xc1,0xb6,0x4d,0x27,0x6f,0x4f,0x17,0xee,0x6c,0x42,0x92,0x7,0x0,0x1c,0x1b,0xab,
+ 0x90,0xa,0x67,0xa3,0x43,0x80,0xf8,0x1a,0x43,0x6e,0x7e,0xdc,0xbb,0xd3,0x42,0xba,
+ 0x4a,0x90,0x7a,0x2b,0x72,0x21,0x8,0x6b,0x5c,0x43,0x89,0xef,0x32,0xe4,0xe2,0x89,
+ 0x33,0x8,0x52,0xd5,0xce,0x80,0x8d,0x1f,0x74,0xea,0x8c,0x90,0x8f,0x25,0x2,0x5b,
+ 0xab,0x72,0xe2,0xf8,0x67,0x69,0xd3,0x8e,0x6e,0x78,0xdf,0x75,0x82,0x38,0x46,0x67,
+ 0xac,0xfc,0x5d,0xc4,0xbc,0x7c,0xdc,0x1,0xfa,0xa8,0xa1,0x14,0xbe,0xda,0xa4,0x15,
+ 0xb9,0x1,0xc0,0x5f,0x77,0xc3,0x49,0xa1,0x73,0x78,0x11,0x20,0xf0,0xb9,0x25,0xa5,
+ 0x78,0x63,0xb7,0x3c,0xec,0x9,0x41,0x54,0x4b,0x3b,0x9,0x5c,0xbf,0xd,0x9e,0xf1,
+ 0x4c,0x82,0x13,0xcb,0x9f,0x49,0x6f,0x7a,0xaa,0xd1,0xa9,0x43,0x2a,0xda,0x92,0xa4,
+ 0x84,0x9f,0x31,0x63,0xff,0x6e,0x39,0x2b,0xf4,0xe,0x1d,0x2,0x2d,0x6f,0xf4,0x8c,
+ 0xca,0xd3,0x9e,0x10,0xc4,0xed,0x6a,0x35,0x9c,0x3a,0x4,0x63,0xbd,0x91,0xd2,0xcf,
+ 0x98,0xee,0x44,0xb6,0xa2,0x5d,0xca,0x84,0xcf,0x45,0xe5,0x9c,0xd0,0x33,0xd4,0x8,
+ 0xec,0x92,0x98,0x8f,0x1f,0x4d,0x15,0xc7,0x1f,0x94,0xed,0x52,0xea,0x19,0x41,0x5e,
+ 0xf5,0xdc,0xc8,0xbe,0xca,0xfe,0x92,0xb3,0xc2,0xfe,0x67,0x8e,0x2f,0x4c,0xf8,0x7c,
+ 0x59,0xd6,0x3f,0xdd,0xe8,0xd7,0x22,0x5e,0x94,0xda,0x6d,0xc9,0xce,0x80,0x7d,0x59,
+ 0x97,0xfc,0x15,0x6a,0x87,0x5,0x81,0x16,0x6b,0x6b,0x51,0xbb,0xd7,0x33,0x82,0x38,
+ 0x86,0xcf,0xb3,0x72,0x6f,0x96,0x98,0x9c,0x87,0x77,0x64,0xd7,0x11,0xc6,0xbb,0x8d,
+ 0x94,0xfe,0xed,0x46,0xa7,0xd4,0xaa,0x76,0x16,0x6c,0xdc,0x1a,0xb5,0xa3,0x42,0xdf,
+ 0x30,0x21,0xc0,0x77,0x19,0xca,0xcc,0xc9,0x9e,0x6e,0x78,0xd8,0x53,0x82,0x38,0xe,
+ 0x4c,0xb9,0xfe,0x87,0x68,0xd4,0x4e,0xd2,0x5f,0x6c,0xa7,0xcd,0x85,0x29,0x24,0x31,
+ 0x35,0xe7,0x79,0x37,0xe7,0x99,0x37,0x91,0x4,0x2,0xd3,0x11,0xd8,0x3,0x92,0x56,
+ 0x18,0xf2,0x66,0xa7,0xa7,0xd1,0xf5,0xd4,0x73,0x82,0xd4,0x49,0xb2,0x8e,0x81,0xb3,
+ 0xc7,0x5b,0x11,0xde,0x68,0xa4,0x8a,0x6f,0x9d,0xde,0xd5,0x7a,0xc9,0x92,0x37,0x12,
+ 0x70,0x42,0xd7,0x11,0x10,0x5,0xc,0x16,0x2,0x36,0x7d,0xcc,0x48,0x17,0xae,0xe9,
+ 0x95,0xd1,0xb3,0x42,0x90,0xf9,0xbb,0xf,0xcf,0xda,0xc9,0x84,0xd3,0xd5,0xd2,0xea,
+ 0x24,0xb9,0xd2,0x48,0x15,0x3f,0xd9,0xe8,0x74,0xc6,0xd4,0x5e,0x4f,0x80,0x73,0xa6,
+ 0x58,0x5c,0x57,0xda,0xab,0xda,0xd0,0xff,0xe5,0xdc,0x68,0x28,0xba,0x7b,0x62,0xb5,
+ 0x57,0x69,0x56,0x8,0xe2,0x38,0xa7,0x56,0x73,0xa7,0xc1,0xa6,0x1f,0x4d,0x3a,0xca,
+ 0xfc,0x59,0x23,0x55,0xbc,0x6c,0xa,0x49,0xc4,0x66,0xc6,0x5e,0xd5,0x83,0xbe,0x2f,
+ 0x87,0x81,0x27,0x6a,0x72,0x62,0x45,0xb7,0x16,0x4,0x5b,0x1,0x30,0x6b,0x4,0x71,
+ 0x49,0x52,0xc9,0x5d,0x6,0xa2,0xcf,0x78,0x91,0x44,0xad,0xe4,0x2f,0x7,0xf1,0x45,
+ 0x7d,0x1f,0x41,0x61,0x60,0x57,0x11,0x90,0x6c,0x9c,0x32,0x9a,0xd6,0xef,0xe8,0x6a,
+ 0x21,0x4d,0x94,0xcf,0x2a,0x41,0x5c,0x92,0x98,0xda,0xf5,0x0,0xfe,0x66,0xd2,0x36,
+ 0xe2,0xcb,0xc,0xb9,0xf8,0xd9,0x46,0x5b,0x55,0x2b,0xb7,0x1e,0x4c,0xa7,0xf7,0x1a,
+ 0x1c,0x51,0x5e,0xc4,0x8,0xf8,0xd9,0xb6,0xde,0xac,0x92,0x32,0x3e,0x5d,0x4a,0xe9,
+ 0x9f,0x8f,0xd8,0x1a,0x5f,0xea,0x66,0x9d,0x20,0x2e,0x49,0x2c,0xed,0xbf,0xc0,0x38,
+ 0x69,0xc2,0x62,0x2,0x7d,0xa8,0xa4,0x14,0xbe,0x3e,0xf1,0xff,0x5,0xbc,0xe4,0x35,
+ 0x35,0xab,0xe6,0x7c,0x7b,0x1c,0xee,0xcb,0x2b,0x91,0xa9,0xff,0x10,0x98,0x4e,0xe,
+ 0x9f,0x64,0x21,0xa6,0xef,0x95,0x52,0x85,0x77,0xce,0x96,0x43,0x7d,0x41,0x90,0x7a,
+ 0x4b,0xe2,0x5c,0x5,0xb4,0x97,0x0,0x4c,0x67,0x18,0xa9,0xc2,0xe4,0xc5,0xe,0x59,
+ 0x2b,0x7f,0x22,0x83,0x37,0x80,0x91,0x9e,0x2d,0xb0,0x44,0xb9,0x3d,0x47,0xe0,0x7e,
+ 0x45,0xde,0xf3,0xe7,0xdb,0x68,0xdb,0x58,0xcf,0x4b,0xae,0x17,0xd8,0x37,0x4,0xf9,
+ 0xe3,0x5d,0x47,0x1c,0x50,0x7d,0x45,0xd5,0x68,0x24,0x80,0x5d,0xe3,0xe5,0xdb,0xe7,
+ 0x14,0xef,0x99,0x0,0x47,0xad,0xe6,0x57,0xc1,0xae,0x1f,0xc2,0x9a,0x2d,0xc4,0x44,
+ 0xb9,0xbd,0x42,0x60,0xb,0xc9,0x7c,0x5c,0x89,0x8a,0xbf,0xeb,0x55,0x81,0xcd,0xca,
+ 0xe9,0x1b,0x82,0xb8,0xad,0xc8,0xd8,0xc8,0x8,0x24,0xa9,0xd8,0x68,0xe8,0xc,0x92,
+ 0x58,0xb9,0xcf,0xbc,0xbc,0x4f,0x65,0xca,0x6c,0xd7,0x6c,0x2,0x28,0xca,0xf6,0x40,
+ 0xc0,0x67,0x37,0x6a,0x86,0x6,0xc2,0xb,0xa8,0xd2,0x52,0x63,0x4e,0xe1,0xe9,0xd9,
+ 0xc6,0xb7,0xaf,0x8,0xe2,0x80,0x31,0xf5,0xa6,0xf8,0x3a,0x3c,0x8c,0xb7,0x19,0x29,
+ 0xfd,0x87,0x93,0x2d,0x89,0xa9,0x5d,0x7,0xe0,0xc3,0xb3,0xd,0x9e,0x28,0xdf,0x3,
+ 0x81,0xf6,0x77,0x2c,0xb4,0x14,0x66,0x4e,0xe4,0xbb,0x71,0x3a,0x30,0x4c,0xbc,0xfa,
+ 0x8e,0x20,0x6e,0x4b,0xc2,0x4b,0x16,0xc0,0xaa,0x4d,0xf9,0xf6,0x20,0xf0,0xaa,0x92,
+ 0x52,0x74,0xce,0x8c,0xb8,0x29,0x5b,0xc9,0xdf,0xc6,0x34,0x7e,0x41,0x9d,0x48,0xc3,
+ 0x83,0x0,0xc3,0xfe,0xd3,0xb2,0xb2,0xe5,0x97,0xfd,0xe2,0x51,0x5f,0x12,0xc4,0x1,
+ 0xe7,0x80,0x9d,0xaf,0xde,0x7f,0xce,0x3e,0x29,0xe7,0xb8,0xee,0xeb,0x26,0xc0,0x62,
+ 0x1b,0xe7,0x97,0xd3,0xfa,0xd5,0xd,0x2d,0x89,0xb3,0x1a,0x3f,0x39,0xfb,0xd5,0x2f,
+ 0xa0,0xa,0x3b,0x1a,0x10,0x8,0xd0,0x92,0x30,0xe1,0xcd,0x65,0x59,0xaf,0xbf,0x33,
+ 0xd3,0x1f,0x28,0xf6,0x2d,0x41,0x26,0x5b,0xa,0x53,0xbb,0x89,0x81,0x73,0x26,0xe1,
+ 0x9a,0xb6,0xe2,0x9e,0x35,0xf3,0x5f,0x67,0xf0,0x7,0xfa,0x3,0x4e,0x61,0x45,0x58,
+ 0x4,0x24,0x5b,0x7a,0xed,0x68,0x7a,0xe6,0xad,0x37,0x61,0xf5,0x45,0x25,0xd7,0xf7,
+ 0x4,0x71,0xbb,0x5c,0x66,0xee,0x1a,0x80,0xfe,0x7e,0xc2,0x69,0x67,0x6e,0xdc,0x56,
+ 0x78,0x75,0x99,0xf4,0xdf,0xba,0x9f,0x5b,0xda,0x85,0x2f,0xcf,0x7e,0x8d,0x9f,0x7b,
+ 0x17,0x69,0xd0,0x10,0x78,0x1,0xd5,0xc4,0x91,0xcd,0x1e,0x5c,0xea,0x7,0x47,0x6,
+ 0x82,0x20,0xe,0x50,0x19,0x4b,0xfb,0x1c,0x31,0x2e,0x6d,0x0,0x6d,0xb,0xd9,0x7c,
+ 0x41,0x29,0x5d,0xdc,0xe0,0xfc,0x2d,0x6b,0xe6,0x3f,0xc4,0xe0,0xaf,0xf5,0x3,0xa8,
+ 0x71,0xb7,0x81,0xc1,0xce,0x35,0x4f,0x7e,0x60,0x78,0xa4,0x56,0x31,0x4f,0xde,0xb1,
+ 0xef,0x53,0xcf,0xfa,0xc9,0x3c,0x1b,0x79,0x7c,0x79,0x31,0x1b,0x86,0x35,0x2b,0x53,
+ 0x1d,0xbf,0xd2,0xd4,0x69,0x29,0xf6,0x3e,0xed,0x4b,0x7c,0xb1,0x21,0x17,0xdd,0xd6,
+ 0x63,0xca,0x65,0x75,0xfd,0x62,0xf4,0xb0,0xda,0x11,0x76,0xa,0x77,0x2,0xf,0xc6,
+ 0x7f,0x8c,0x29,0xd6,0x7b,0x76,0xd2,0x93,0xbf,0xef,0x67,0x88,0x6,0x8a,0x20,0x2e,
+ 0x9,0x9c,0x77,0xe,0xa5,0xc4,0x1a,0x30,0x56,0xee,0x5,0x96,0xbf,0x69,0xc9,0xd2,
+ 0x5,0xcf,0x51,0x61,0x7b,0x9d,0x44,0xdf,0xec,0x67,0xd0,0x7,0xde,0x36,0xa7,0xd6,
+ 0xd8,0xee,0x6d,0x80,0xa1,0x12,0x11,0x7d,0x6f,0x4e,0xd2,0x7c,0x6f,0xb3,0xe7,0xc2,
+ 0x43,0x29,0xec,0xa2,0x50,0x48,0x17,0xbb,0x68,0x91,0x4f,0xd5,0x6a,0x25,0xf7,0xff,
+ 0x40,0xd4,0xb8,0xa9,0xf1,0x71,0x30,0xaf,0x31,0x52,0xc5,0x6f,0xd5,0x6f,0x51,0x59,
+ 0xb,0xe0,0xf5,0x3e,0xd5,0x89,0x6c,0x9d,0x20,0x10,0x60,0xa6,0xa,0x44,0x5f,0x32,
+ 0xe4,0xc2,0x5,0x9d,0x14,0xd7,0x4b,0xd9,0x81,0x25,0x88,0x3b,0xee,0xa8,0x6a,0xa7,
+ 0xb0,0xd,0x87,0x8,0x8b,0x1b,0x40,0xfb,0x8e,0x8d,0xda,0x95,0x49,0x59,0x7e,0xca,
+ 0xb6,0x6c,0xa7,0xeb,0xf5,0xfe,0x5e,0x2,0x3a,0xd4,0x65,0x85,0xdc,0x70,0x58,0xc7,
+ 0x64,0x27,0x81,0x57,0x37,0xae,0x65,0xd,0x2,0x56,0x3,0x4d,0x10,0x7,0xe0,0x43,
+ 0x59,0xcb,0x58,0x16,0x7f,0x1,0xa0,0x55,0xd,0x80,0x5b,0xc4,0x7c,0x85,0xac,0xa4,
+ 0xaf,0xb0,0x2c,0xf3,0xdd,0xc,0x76,0x48,0xe4,0x5e,0x7f,0x2a,0x52,0x8,0x4,0xc8,
+ 0xb9,0x14,0xd3,0xb9,0x63,0xa3,0x21,0x5,0x68,0x35,0x8,0xb8,0xd7,0x86,0x7d,0x41,
+ 0x3f,0x2d,0x0,0xfa,0x45,0x61,0xe0,0x9,0x32,0xe1,0x68,0xb6,0x9a,0x7f,0x17,0xdb,
+ 0xf6,0x25,0x0,0x1d,0xd9,0xe0,0x7c,0x1,0xa0,0x2b,0x6d,0x60,0x33,0x11,0xd6,0xec,
+ 0xbd,0xdd,0xd1,0x2f,0x3c,0x22,0xdf,0xc,0x4,0x82,0xf,0xce,0xaf,0x9d,0x2b,0x5b,
+ 0xab,0x7,0x61,0xbc,0xd1,0x2c,0xda,0x43,0x43,0x10,0xc7,0xb9,0x3,0x79,0xd1,0x7e,
+ 0xe9,0xaa,0x7c,0x9,0x18,0x17,0x4e,0x71,0x96,0xe8,0x76,0x10,0xae,0x87,0x8d,0x37,
+ 0x1,0xbc,0x5a,0x54,0xfb,0x9e,0x20,0xf0,0x3b,0x2,0xfd,0x43,0xe3,0xb9,0x9e,0x9e,
+ 0x94,0x1a,0x71,0x21,0x43,0x45,0x90,0xc9,0xd6,0x64,0xcf,0xc8,0x72,0x4e,0x48,0xce,
+ 0x33,0xc0,0x53,0xb7,0xa1,0x10,0xdd,0x4e,0xe0,0x87,0x99,0xf9,0x4,0x80,0xde,0x12,
+ 0x31,0x96,0x83,0xaf,0xce,0xab,0x75,0x8,0xd0,0xa5,0x2,0xe8,0x6,0x70,0x75,0xad,
+ 0x91,0xda,0x3a,0x65,0x67,0xf6,0x20,0x2,0x34,0x94,0x4,0x99,0x24,0x8a,0x95,0x5b,
+ 0xcd,0x90,0x3e,0xe,0xe6,0xf9,0x33,0x5a,0x14,0xe6,0x1d,0x60,0x9c,0xa,0xc2,0xbc,
+ 0x41,0xc,0x5c,0x64,0x36,0x7b,0x54,0xfc,0x40,0x9c,0x70,0xef,0x1,0xc4,0x43,0x60,
+ 0x5e,0x5b,0x4e,0x15,0xbf,0x1f,0x99,0x7d,0xb3,0xac,0x68,0xa8,0x9,0xe2,0x60,0x3b,
+ 0xef,0xc5,0x45,0x7,0x49,0x69,0xf9,0x5c,0xd8,0x58,0x5,0xaa,0x5f,0x33,0x34,0x9,
+ 0x3a,0xdd,0x5,0x82,0x15,0xcb,0xd7,0x76,0xdb,0x8d,0x25,0x82,0xb1,0xe3,0xf,0x44,
+ 0x58,0x3b,0x2f,0x39,0x77,0xed,0x23,0xf4,0x88,0x35,0xcb,0x75,0x3a,0xd2,0xe2,0x87,
+ 0x9e,0x20,0x13,0x68,0x39,0xf7,0xfe,0xee,0xb1,0x94,0x73,0x6d,0xf0,0xaa,0xc9,0xb7,
+ 0x13,0x27,0x3e,0x64,0x94,0x9,0xee,0x6,0x89,0x4c,0xd8,0xc5,0xaf,0x48,0xa3,0xd2,
+ 0x6d,0x65,0x6e,0xe5,0xf,0xc6,0x0,0xf,0x93,0xbe,0x45,0x90,0xd6,0x96,0x94,0xcd,
+ 0x8f,0x75,0xdb,0xec,0xd9,0xd0,0x1f,0x1b,0x82,0x34,0x82,0x5b,0x5f,0x6d,0x77,0x2e,
+ 0x20,0x73,0x9f,0xaa,0x9e,0x96,0x76,0x3,0x98,0xeb,0xce,0x69,0xe,0x1b,0x3a,0xed,
+ 0x5a,0x8d,0x0,0x35,0x90,0x80,0x9b,0x99,0x78,0x9d,0x21,0x17,0x9d,0xb,0xc9,0x87,
+ 0x36,0xd,0x5b,0x15,0x8,0x14,0xa8,0xf9,0x63,0xda,0xc9,0x2c,0xd1,0x4a,0x6,0x3b,
+ 0xdb,0x56,0xe,0x99,0x21,0x3c,0xc8,0x24,0x89,0x90,0xc,0x7b,0x7b,0xa4,0x78,0x9e,
+ 0x19,0xeb,0x24,0x99,0x6e,0x2a,0x51,0xe1,0xd1,0x40,0x60,0xf,0x68,0xe6,0x58,0x13,
+ 0x64,0x22,0x66,0xb,0x79,0xe9,0x2b,0x2d,0x6b,0x6c,0x25,0x13,0xad,0xac,0xef,0xf1,
+ 0x92,0x6,0x2e,0x9e,0xdd,0x20,0xc4,0x5e,0x10,0x74,0x10,0xdf,0x24,0x59,0xf6,0xba,
+ 0xd1,0xb9,0x5b,0x4b,0x3,0x87,0x4d,0x7,0x6,0xb,0x82,0x4c,0x3,0x2f,0x3b,0x96,
+ 0x3b,0x9c,0x41,0x2b,0x21,0x39,0xad,0xa,0x1d,0xe7,0xb,0xdb,0x1e,0xb7,0x34,0xcc,
+ 0x0,0x5,0x8d,0x5c,0x70,0x2,0x55,0x89,0x68,0x3d,0x88,0xd7,0xcf,0x4b,0xcc,0xbd,
+ 0x75,0xd8,0x6,0xdf,0xbe,0xe2,0x3a,0x84,0xbd,0x6c,0xbf,0x7e,0xfb,0xca,0x97,0xe5,
+ 0xfc,0x52,0x58,0xbc,0x9c,0x99,0x96,0x43,0xe2,0x13,0xc0,0xd8,0xd7,0x97,0xa0,0x9b,
+ 0xa9,0xbe,0x3f,0x63,0x72,0xd7,0xab,0xb3,0x57,0xc3,0xf9,0x5b,0x3b,0xd,0xd3,0xf6,
+ 0x75,0x84,0x25,0x5f,0x58,0x39,0xe0,0x7e,0x22,0x5e,0x4f,0xb5,0xc4,0xfa,0x7e,0x3c,
+ 0xe1,0xd7,0xe,0xbd,0xa8,0x3f,0x6f,0x1b,0xae,0xa8,0xb,0x1c,0x54,0x7d,0x79,0xce,
+ 0x2b,0xff,0x5b,0xe3,0x15,0x6c,0xf3,0x9f,0x3,0xe4,0xc,0xee,0xc7,0x6f,0xa6,0xef,
+ 0x93,0x14,0xbc,0x81,0x68,0x34,0x9c,0x8a,0x4e,0x4b,0x41,0xe0,0xf5,0x25,0xb9,0xf8,
+ 0xdf,0x7d,0xe2,0x52,0x5f,0x98,0x21,0x8,0x12,0x32,0xc,0xea,0xee,0x25,0xb,0x38,
+ 0x51,0x3d,0x1a,0x90,0x46,0x88,0x78,0x9,0x40,0x47,0x1,0xf6,0x42,0x80,0xfa,0xff,
+ 0xe6,0x47,0xe2,0x67,0x61,0xd3,0x83,0x60,0x3c,0x88,0x4,0x3f,0x60,0xc8,0xc5,0x7,
+ 0x43,0xc2,0x30,0xf4,0x62,0x82,0x20,0x11,0x87,0x78,0x1e,0x2f,0x3a,0x28,0x59,0x4d,
+ 0x2d,0xb3,0xd9,0x3e,0x95,0x9,0x7f,0x42,0xcc,0x87,0x81,0xe8,0xe0,0xa9,0x5b,0x61,
+ 0xeb,0x85,0x4e,0xa0,0x3f,0xe5,0xf0,0x51,0x43,0xdf,0xa8,0x7e,0x30,0xc9,0x57,0xcf,
+ 0xcc,0xdb,0x8f,0xff,0x5,0xd3,0x7d,0x90,0x70,0x9f,0xc4,0xb8,0x6f,0x54,0x29,0x3c,
+ 0x14,0xb1,0xdb,0x43,0xab,0x4e,0x10,0xa4,0x7,0xa1,0x55,0x79,0xd9,0x5c,0xb6,0x76,
+ 0xe7,0x88,0x39,0x7,0x49,0x1a,0x81,0xf3,0x13,0x98,0xf8,0xa7,0x44,0x66,0x2,0xc1,
+ 0x0,0xb8,0x8,0xa6,0x22,0x6c,0xda,0x2,0xd8,0x45,0xb0,0x54,0xec,0x87,0x1b,0xa,
+ 0x23,0xf3,0xb1,0xc7,0x8a,0x4,0x41,0x7a,0xc,0xf8,0xf4,0xe2,0xe,0x19,0x7b,0xed,
+ 0xab,0x93,0xac,0x2c,0x24,0xb2,0xd3,0x35,0xe2,0x34,0x1,0x69,0x90,0x94,0x6,0x38,
+ 0x4d,0x36,0xa7,0x6d,0x92,0xd2,0x4,0x3b,0x9,0xd0,0x18,0x98,0xc6,0x58,0xb2,0xc7,
+ 0xa4,0x89,0xdf,0xb9,0x36,0xe6,0xfc,0xdd,0x96,0xa4,0x5d,0xa6,0x6c,0x16,0xfb,0xfd,
+ 0x7c,0xf7,0x2c,0x43,0x1d,0xaa,0x78,0x41,0x90,0x50,0xb0,0x9,0xa1,0xb8,0x20,0x20,
+ 0x8,0x12,0x97,0x48,0xb,0x3f,0x43,0x21,0x20,0x8,0x12,0xa,0x36,0x21,0x14,0x17,
+ 0x4,0x4,0x41,0xe2,0x12,0x69,0xe1,0x67,0x28,0x4,0x4,0x41,0x42,0xc1,0x26,0x84,
+ 0xe2,0x82,0x80,0x20,0x48,0x5c,0x22,0x2d,0xfc,0xc,0x85,0x80,0x20,0x48,0x28,0xd8,
+ 0x84,0x50,0x5c,0x10,0x10,0x4,0x89,0x4b,0xa4,0x85,0x9f,0xa1,0x10,0x10,0x4,0x9,
+ 0x5,0x9b,0x10,0x8a,0xb,0x2,0x82,0x20,0x71,0x89,0xb4,0xf0,0x33,0x14,0x2,0x82,
+ 0x20,0xa1,0x60,0x13,0x42,0x71,0x41,0x40,0x10,0x24,0x2e,0x91,0x16,0x7e,0x86,0x42,
+ 0x40,0x10,0x24,0x14,0x6c,0x42,0x28,0x2e,0x8,0x8,0x82,0xc4,0x25,0xd2,0xc2,0xcf,
+ 0x50,0x8,0x8,0x82,0x84,0x82,0x4d,0x8,0xc5,0x5,0x81,0xff,0x3,0xc2,0x59,0xb7,
+ 0x5f,0x8,0x4,0x0,0xce,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,
+ 0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/icon/yellow.png
+ 0x0,0x0,0x28,0xba,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0xc8,0x0,0x0,0x0,0xc8,0x8,0x6,0x0,0x0,0x0,0xad,0x58,0xae,0x9e,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x20,
+ 0x0,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0x9d,0x7,0x9c,0x14,0x45,0xf6,0xc7,0xbf,
+ 0xb5,0x64,0x4,0x1,0x15,0x3c,0x4c,0x80,0x4a,0x32,0x11,0x76,0x76,0x51,0x50,0x14,
+ 0x15,0xb3,0x9e,0x39,0xeb,0xa9,0x98,0x73,0x42,0xfd,0x7b,0x7a,0xe6,0x13,0xb3,0x87,
+ 0x19,0xf5,0xc,0x98,0x4f,0xf4,0x3c,0xd3,0x19,0xce,0x80,0x82,0x61,0x67,0x11,0x33,
+ 0xa0,0x82,0xa2,0x22,0x26,0x50,0x90,0xc,0xdb,0xff,0x79,0x3d,0x35,0xbb,0xbd,0xbb,
+ 0xd3,0x61,0x7a,0x67,0x66,0x67,0xa6,0xeb,0x7d,0x3e,0xf3,0xd9,0xd0,0x55,0xd5,0xef,
+ 0xbd,0xaa,0xdf,0x54,0x7a,0x41,0x61,0xc8,0x68,0xc0,0x68,0xc0,0x55,0x3,0xca,0xe8,
+ 0xc6,0x68,0xc0,0x68,0xc0,0x5d,0x3,0x6,0x20,0x66,0x74,0x18,0xd,0x78,0x68,0xc0,
+ 0x0,0xc4,0xc,0xf,0xa3,0x1,0x3,0x10,0x33,0x6,0x8c,0x6,0xc2,0x69,0xc0,0xcc,
+ 0x20,0xe1,0xf4,0x66,0x6a,0x45,0x44,0x3,0x6,0x20,0x11,0xe9,0x68,0x23,0x66,0x38,
+ 0xd,0x18,0x80,0x84,0xd3,0x9b,0xa9,0x15,0x11,0xd,0x18,0x80,0x44,0xa4,0xa3,0x8d,
+ 0x98,0xe1,0x34,0x60,0x0,0x12,0x4e,0x6f,0xa6,0x56,0x44,0x34,0x60,0x0,0x12,0x91,
+ 0x8e,0x36,0x62,0x86,0xd3,0x80,0x1,0x48,0x38,0xbd,0x99,0x5a,0x11,0xd1,0x80,0x1,
+ 0x48,0x44,0x3a,0xda,0x88,0x19,0x4e,0x3,0x6,0x20,0xe1,0xf4,0x66,0x6a,0x45,0x44,
+ 0x3,0x6,0x20,0x11,0xe9,0x68,0x23,0x66,0x38,0xd,0x18,0x80,0x84,0xd3,0x9b,0xa9,
+ 0x15,0x11,0xd,0x18,0x80,0x64,0xb7,0xa3,0xdb,0x0,0x9b,0x3,0xdd,0x81,0x2e,0xc0,
+ 0x1a,0xfa,0xa7,0xdb,0xef,0xf2,0xdc,0x2,0x96,0x2,0xcb,0xf4,0xc7,0xf9,0xbb,0xfc,
+ 0x4f,0xfe,0x9e,0x1,0x4c,0xd7,0x1f,0xf9,0xfd,0x8b,0xec,0xb2,0x6d,0x5a,0x73,0xd3,
+ 0x80,0x1,0x48,0xf8,0xb1,0xd1,0xb,0xe8,0xf,0x6c,0xa,0xc,0x4,0x6,0xe8,0xdf,
+ 0xc3,0xb7,0x18,0xbc,0x66,0x8d,0x3,0x2c,0x2,0x9c,0xd7,0x81,0xff,0x1,0x2b,0x82,
+ 0x37,0x61,0x4a,0x6,0xd1,0x80,0x1,0x48,0x10,0x2d,0x41,0x25,0xb0,0x5,0xb0,0x89,
+ 0x6,0x85,0x80,0x41,0x66,0x89,0x30,0xb4,0x1c,0x98,0xa7,0x3f,0xf3,0x1,0x99,0x75,
+ 0x3a,0x1,0x9d,0xf5,0xcf,0xd6,0x61,0x1a,0x5,0x4,0x34,0x2f,0x0,0xff,0x5,0xde,
+ 0x2,0x3e,0xa,0xd9,0x8e,0xa9,0xe6,0xd0,0x80,0x1,0x88,0xfb,0x70,0xe8,0xb,0xec,
+ 0xa9,0x3f,0xc3,0x3,0x8c,0x9a,0x25,0xc0,0x87,0xc0,0x54,0xe0,0x6b,0x7,0x8,0x9c,
+ 0x60,0x90,0xdf,0xff,0xf0,0x69,0xab,0x7d,0x3,0xc0,0xac,0x7,0xf4,0x3,0x84,0x1f,
+ 0xf9,0x29,0x9f,0xe,0x1,0xf8,0xf9,0x14,0x78,0x43,0x83,0xe5,0x45,0x60,0x41,0x80,
+ 0x3a,0xa6,0x48,0x3,0xd,0x18,0x80,0xd4,0x57,0xc8,0xda,0x1a,0x10,0x7b,0xe9,0x9f,
+ 0x6e,0x3,0xe6,0x7b,0x7,0x18,0x3e,0xd6,0xdf,0xd6,0x9f,0x85,0x19,0x5d,0x56,0x15,
+ 0x1b,0x52,0x46,0x4f,0x6a,0x68,0x8b,0x45,0x5b,0xca,0xf4,0xcf,0xfa,0xbf,0xb7,0x44,
+ 0xb1,0xd4,0xfe,0xd4,0xb0,0xf4,0x8d,0xf,0x68,0xff,0xea,0xfb,0xac,0x39,0x75,0x3a,
+ 0xdd,0xa6,0x7f,0x43,0xcf,0xef,0x7e,0x64,0xf3,0xa5,0xcb,0x3d,0x67,0xb4,0x1f,0x80,
+ 0x67,0xf4,0x47,0x66,0x18,0x43,0x1,0x35,0x60,0x0,0x2,0x6d,0x1d,0x33,0x85,0x0,
+ 0x43,0x96,0x3b,0xd,0x29,0xe,0x3c,0xaf,0x81,0x20,0x80,0xc8,0x68,0x93,0x6c,0xc5,
+ 0x91,0x59,0x21,0xf9,0xed,0x5f,0x46,0x5f,0x6a,0x6a,0x67,0x2,0xf9,0x5f,0xd8,0x25,
+ 0x55,0x3d,0x1e,0xbf,0x98,0xd,0xaf,0x55,0xf1,0xdb,0x8b,0x93,0x59,0x32,0xe9,0x43,
+ 0x3a,0xfc,0xf2,0x1b,0x1d,0x5d,0xc6,0x80,0xcc,0x72,0x29,0xb0,0x4c,0x9,0x38,0x4e,
+ 0x22,0x5b,0x2c,0xca,0x0,0x29,0x4f,0x2c,0x85,0x8e,0xd2,0xe0,0xe8,0x91,0x66,0x4,
+ 0x7c,0xe,0x3c,0xa7,0x3f,0x13,0x33,0x19,0x21,0xd6,0xbb,0xac,0x4e,0x2b,0xb6,0xc2,
+ 0x62,0x4,0xb0,0x23,0x20,0xef,0xca,0x2b,0xc5,0x3f,0x83,0xb7,0xa7,0xc2,0xcb,0xef,
+ 0xc2,0x8b,0x93,0x5d,0x5f,0xfd,0x2a,0xf0,0x24,0x70,0x2f,0xb0,0x32,0xaf,0xc,0x16,
+ 0xc9,0xcb,0xa2,0x8,0x10,0x19,0xac,0xc7,0xeb,0x4f,0xc3,0x6e,0x9a,0xed,0x0,0x85,
+ 0xac,0xdb,0x3,0x51,0x2d,0x20,0x6a,0xd8,0x8a,0x32,0x86,0x61,0xd9,0xa0,0x28,0x18,
+ 0xfa,0xf2,0xdb,0x24,0x48,0x5e,0x9c,0xe4,0xa,0x16,0xd9,0xd0,0xb,0x48,0xe4,0xb3,
+ 0xa8,0x60,0x18,0x2f,0x0,0x46,0xa2,0x4,0x10,0x37,0x60,0xfc,0xea,0x0,0x85,0xcc,
+ 0x18,0x72,0xef,0x10,0x88,0xac,0x6a,0xf6,0xc4,0xe2,0xcf,0x60,0x7f,0xd6,0xa,0x54,
+ 0xa9,0x99,0xb,0x79,0x81,0xa5,0x7d,0x5b,0x66,0x2f,0x5e,0xca,0xad,0x1a,0x28,0x72,
+ 0xa0,0x10,0x79,0x8a,0x2,0x40,0xdc,0x80,0xf1,0x1b,0x70,0xbb,0xfe,0xc8,0xa6,0x3b,
+ 0x10,0x59,0xd5,0x6c,0xe9,0x0,0x85,0xdc,0x83,0x14,0x2d,0x55,0x7f,0xe,0xe3,0x9e,
+ 0x86,0x71,0x4f,0xd5,0x17,0xa1,0x53,0x47,0xe6,0x75,0x59,0x9d,0x7,0xbe,0xfe,0x9e,
+ 0xeb,0x0,0xd9,0xe0,0x47,0x96,0x4a,0x19,0x20,0x6e,0xc0,0x90,0xcb,0xb4,0xdb,0x12,
+ 0x37,0xdc,0xff,0xd0,0xc7,0xb1,0xbe,0x9d,0x6f,0x4d,0x66,0x5d,0xda,0x70,0xa0,0x3d,
+ 0x53,0x58,0x6c,0xeb,0x5b,0xa1,0xc8,0xa,0xb8,0x1,0xa5,0x6b,0x17,0x16,0x8f,0xa8,
+ 0xe0,0xc9,0xc7,0x87,0x72,0xb4,0xba,0xd4,0xbe,0x67,0x89,0x1c,0x95,0x2a,0x40,0xee,
+ 0x72,0xd9,0x63,0xdc,0x9d,0x38,0x35,0xfa,0x7b,0x60,0x60,0xc8,0x11,0x2c,0x8c,0x42,
+ 0x31,0xa,0x90,0x23,0xe0,0x92,0x26,0x37,0xa0,0x6c,0x33,0x98,0x5,0x7b,0x6f,0xcb,
+ 0xfd,0x67,0x1f,0xc0,0x5,0x6a,0x28,0x72,0xdf,0x13,0x19,0x2a,0x45,0x80,0x6c,0xa7,
+ 0x4d,0x2f,0x9c,0x9d,0x78,0x3f,0x70,0x59,0x60,0x60,0x54,0xd3,0x1f,0xcb,0x6,0x85,
+ 0x7c,0xe4,0x86,0x3b,0x52,0x24,0x40,0xb9,0xfd,0x5f,0xf0,0xcf,0xff,0xd4,0x17,0xfb,
+ 0x84,0x7d,0x99,0x77,0xf2,0x1,0xdc,0xb2,0x45,0x3f,0x6e,0x56,0x83,0x90,0x25,0x6a,
+ 0xc9,0x53,0xa9,0x2,0xe4,0x3e,0xa0,0x67,0xe2,0x93,0x19,0x30,0xde,0x67,0x20,0x2d,
+ 0x18,0xa5,0xc1,0xd1,0xae,0xe4,0x7b,0xdf,0x47,0xc0,0xe7,0xde,0x82,0xeb,0xc6,0xc3,
+ 0x44,0xc7,0x6d,0x49,0xef,0xd,0xe0,0xb4,0x83,0xf9,0xf9,0xb4,0x83,0xb8,0x99,0x15,
+ 0xdc,0xab,0xb6,0xe4,0xc7,0x52,0xd6,0x53,0x29,0x2,0x24,0xe3,0xfe,0xb2,0xe2,0x6c,
+ 0x94,0x30,0xc5,0x38,0x1b,0xc5,0x89,0x58,0x94,0x65,0xdc,0x40,0x89,0x57,0xb8,0xe9,
+ 0x11,0xb8,0x7e,0x3c,0xcc,0xf9,0xb9,0x4e,0xd0,0x7d,0x46,0xc0,0x95,0x27,0xf3,0xe3,
+ 0x26,0xbd,0xb8,0x99,0x4e,0xdc,0xa4,0x7a,0xdb,0xd6,0xc8,0x25,0x47,0x91,0x6,0x88,
+ 0xf5,0x5,0x6d,0xf8,0x9d,0xb3,0x6c,0x70,0x40,0xd7,0x92,0xeb,0xdd,0x2c,0xa,0x34,
+ 0x6b,0x4e,0x12,0x24,0xb2,0xf4,0x4a,0x51,0x8f,0xee,0x30,0xe6,0x34,0x38,0x78,0x27,
+ 0xa6,0xa0,0xb8,0x49,0x95,0xf3,0x50,0x16,0x5f,0x59,0x10,0x4d,0x45,0x16,0x20,0x56,
+ 0x35,0x87,0x63,0xd9,0xe0,0x18,0x5c,0x10,0x3d,0x51,0x24,0x4c,0xbc,0xf2,0x1e,0x5c,
+ 0x7c,0x7,0xbc,0xf7,0x49,0x1d,0xc3,0xa3,0x8f,0x84,0x31,0xa7,0x42,0x59,0xb,0xfe,
+ 0x43,0xd,0x37,0xa9,0xa,0xdb,0x48,0xb2,0x24,0x28,0x72,0x0,0xb1,0xaa,0xd8,0x8e,
+ 0x32,0xce,0xc2,0x42,0xec,0xae,0xc,0x85,0xd0,0xc0,0xfc,0x5,0x70,0xc6,0xf5,0x30,
+ 0x5e,0x8c,0xeb,0x35,0x6d,0x5f,0x1,0xd7,0x9c,0x6,0x31,0x71,0x8,0x48,0xde,0x2f,
+ 0xdd,0xa8,0x62,0x7c,0x15,0xa2,0xf9,0x82,0xaa,0x12,0x19,0x80,0x58,0xaf,0xd3,0x92,
+ 0x8e,0x8c,0x1,0xce,0x29,0xa8,0x1e,0x28,0x62,0x66,0xae,0xbc,0x37,0x39,0x9b,0xa4,
+ 0xa8,0x73,0xc7,0x24,0x48,0x8e,0xdf,0xd7,0xfe,0xcf,0xcf,0x28,0x2e,0x56,0xe5,0xc8,
+ 0x91,0x7b,0xd1,0x52,0x24,0x0,0x62,0x55,0x51,0x89,0xb2,0xc1,0x21,0xc6,0x83,0x86,
+ 0xb2,0xa8,0x81,0x27,0x5e,0x81,0x33,0x6f,0x80,0x1f,0x7e,0xa9,0x6b,0xf4,0xdc,0x23,
+ 0xe0,0xba,0x33,0xf4,0xdf,0x16,0xb7,0xd1,0x99,0x73,0x8a,0x75,0x13,0x5f,0xf2,0x0,
+ 0xb1,0xe2,0x9c,0x8,0x5c,0x93,0x98,0xf2,0x57,0xcf,0xe2,0xb8,0x30,0x4d,0x39,0x34,
+ 0x30,0x75,0x6,0x9c,0x79,0x3d,0xbc,0xe9,0x38,0xe,0x3e,0x62,0x37,0x78,0xf0,0x72,
+ 0x5d,0x48,0xf1,0x26,0x2b,0x39,0x57,0xd,0x41,0xdc,0x6,0x8a,0x8a,0x4a,0x16,0x20,
+ 0xd6,0x64,0xd6,0xa0,0xd,0x63,0xb0,0x38,0xae,0xa8,0x7a,0xa4,0x48,0x99,0x5d,0xbc,
+ 0x14,0x46,0x5d,0xe,0x8f,0xbd,0x5c,0x27,0xc0,0x4e,0x5b,0xc2,0x4b,0x62,0xfa,0x28,
+ 0x64,0x31,0x8f,0x32,0xce,0x51,0xe5,0xf6,0xdd,0x54,0xd1,0x50,0x49,0x2,0xc4,0x9a,
+ 0xc2,0x8e,0xd4,0xd8,0xb3,0x86,0x39,0xa1,0xca,0xf3,0x50,0x3c,0xfa,0x32,0xb8,0xff,
+ 0xd9,0xba,0x97,0x6e,0xd1,0x1b,0x3e,0x7c,0xb4,0x1e,0x13,0x37,0xa8,0x18,0xe7,0xe6,
+ 0x99,0xad,0xd0,0xaf,0x2b,0x54,0x80,0xec,0x1,0x1c,0xa9,0x83,0x10,0x64,0xf4,0x8d,
+ 0x63,0xc5,0x39,0x16,0x10,0x9b,0x2b,0x43,0xcd,0xa4,0x81,0x13,0xff,0xe,0x77,0x39,
+ 0x2c,0x84,0xd7,0x5e,0x3,0xe6,0x3a,0x66,0x16,0x14,0xff,0xa1,0x25,0x87,0xaa,0x1,
+ 0x85,0xef,0x7b,0x52,0x88,0x0,0x91,0xb8,0x52,0xe2,0x37,0xbd,0x8e,0xee,0x5f,0xf9,
+ 0x19,0xc8,0xe4,0xda,0xaa,0xe6,0x42,0x2c,0xae,0x6a,0xa6,0x71,0x61,0x5e,0xeb,0xd0,
+ 0xc0,0xe8,0x7f,0x24,0x2f,0x16,0x9d,0x64,0xd5,0xdf,0x81,0xbc,0xc7,0x32,0xf6,0x52,
+ 0xc3,0xf8,0xa9,0x90,0x15,0x57,0x88,0x0,0x79,0x24,0x11,0xf3,0xe9,0x10,0xad,0xb4,
+ 0xaa,0xc4,0x2c,0x22,0x21,0x77,0x7c,0xc9,0x8a,0x73,0x33,0x90,0x3a,0x3b,0xf1,0x2d,
+ 0x6f,0xa,0xe4,0x5e,0x3,0x77,0x4e,0x80,0x93,0xae,0xae,0x7b,0xcf,0x86,0xeb,0xc2,
+ 0x57,0xe2,0xd,0x9f,0x22,0x8b,0x59,0xd4,0xb0,0x83,0x1a,0xc2,0xac,0xdc,0x73,0x13,
+ 0xee,0xd,0x85,0x8,0x10,0x71,0xd2,0x91,0x35,0xea,0x4,0xe0,0xe4,0xc4,0xc7,0xf7,
+ 0x1b,0xc6,0x8a,0xe3,0x4,0x55,0x38,0x4d,0x98,0x5a,0x39,0xd1,0xc0,0xab,0xef,0xc3,
+ 0x48,0xe9,0x45,0x4d,0x3b,0x56,0xc2,0x2b,0x72,0x8d,0x58,0x47,0x8b,0x68,0xc9,0x10,
+ 0x35,0x10,0x9,0x53,0x54,0x70,0x54,0x88,0x0,0x11,0x25,0x89,0xc9,0x7a,0x20,0x73,
+ 0x5,0x2b,0x8e,0x6c,0x9,0x65,0xcf,0x62,0xa8,0x40,0x35,0xf0,0x46,0x35,0x8c,0x38,
+ 0xa1,0x8e,0x39,0xb9,0x48,0xbc,0xeb,0xc2,0x6,0xcc,0x5a,0xc,0x51,0x15,0xbc,0x5f,
+ 0x68,0x22,0x14,0x2a,0x40,0x2,0xe9,0xc9,0x8a,0xf3,0x9a,0xb9,0xfc,0xb,0xa4,0xaa,
+ 0x66,0x2f,0xf4,0xdf,0xc9,0xb0,0xeb,0xe9,0x75,0x6c,0x9c,0x73,0x38,0x5c,0x7f,0x66,
+ 0x3,0xb6,0x5a,0xb0,0xb5,0x1a,0xc4,0xa4,0x66,0x67,0xd6,0xc1,0x40,0xd1,0x2,0xc4,
+ 0x8a,0x23,0x46,0xe,0x72,0x9,0x68,0xa8,0x48,0x34,0x20,0x77,0x24,0x87,0x38,0x66,
+ 0x8e,0xb,0x8f,0x81,0xab,0x1c,0xcb,0x2f,0x5b,0xc,0x8b,0x8d,0x54,0x5,0x33,0xb,
+ 0x45,0xa4,0xe6,0x6,0xc8,0x1,0x3a,0x1e,0xd3,0xd3,0x99,0x28,0x44,0xdf,0x8e,0x3b,
+ 0xac,0x80,0x32,0xa9,0x6d,0xca,0x36,0xa7,0x6,0x1a,0x6e,0xdc,0x65,0x16,0x91,0xd9,
+ 0xa4,0x1e,0xb5,0x64,0x3d,0x35,0x90,0xc0,0x81,0x34,0x72,0x29,0x4f,0x73,0x2,0xc4,
+ 0x39,0x3,0x48,0xa4,0x74,0x89,0x67,0xeb,0x4b,0x56,0x15,0xfb,0xa3,0x70,0x78,0x25,
+ 0x78,0x54,0xe9,0x72,0x0,0xac,0x77,0x2d,0x2c,0x9e,0xa,0x5f,0xed,0xe3,0xdb,0xb6,
+ 0x29,0x90,0x1f,0xd,0x8c,0xb9,0x1f,0xfe,0x4f,0xdf,0xb0,0xb7,0x6c,0x1,0x2f,0xdf,
+ 0x6,0x23,0x62,0xf5,0xd6,0x35,0x73,0xb0,0x18,0xa0,0x62,0x38,0x2c,0xbc,0xf2,0xc3,
+ 0x5b,0xc3,0xb7,0x34,0x17,0x40,0xe4,0x12,0xf0,0x1,0x7,0x33,0x7f,0x2,0x7f,0xd7,
+ 0x4d,0xab,0x8a,0x91,0x28,0x9c,0x57,0x4e,0xee,0x5a,0x2b,0x5b,0xd,0x36,0x9f,0x5,
+ 0x2d,0xb5,0x1f,0xd4,0x8c,0x11,0xb0,0x30,0xd0,0xbe,0xbf,0x79,0x7a,0x22,0xdd,0x5b,
+ 0xdb,0xf,0x84,0xe5,0xdf,0xc3,0x4a,0x87,0x2b,0x5f,0xe1,0x70,0xd7,0x24,0x4e,0x4e,
+ 0x1e,0x3,0x77,0x48,0x4c,0x47,0x39,0xc7,0xdf,0x34,0x79,0xb2,0xb5,0xfa,0x6a,0xf5,
+ 0x9a,0x7c,0x9b,0xa5,0xec,0xa6,0xb6,0x66,0x61,0x93,0x5e,0xd4,0xc4,0xca,0xcd,0x1,
+ 0x10,0x49,0x23,0xf0,0x6e,0xc2,0x80,0x30,0xe5,0xf3,0x7d,0x81,0x36,0x26,0xf4,0x14,
+ 0xc5,0x8a,0x33,0x4,0xc5,0xab,0x58,0x81,0x22,0x9b,0x43,0x9b,0x8d,0x60,0xb3,0x2f,
+ 0x93,0x6d,0xfe,0xf6,0x34,0x7c,0x95,0xb4,0xc1,0x2e,0x78,0x5a,0xe7,0x52,0x68,0x37,
+ 0x8,0x3a,0xe,0x87,0x16,0x3a,0x5e,0x84,0xcc,0x80,0x8b,0xde,0x83,0xdf,0x26,0xc0,
+ 0x82,0x57,0xa,0x5e,0x84,0x20,0xc,0x2e,0x59,0x6,0x3b,0x9f,0xa,0x6f,0x7d,0x90,
+ 0x2c,0x7d,0xe2,0x7e,0x70,0xc7,0xff,0x35,0xa8,0x69,0xf1,0x2c,0x8a,0xfd,0x54,0xac,
+ 0xf9,0xf2,0x9e,0x34,0x7,0x40,0x24,0xd1,0xcb,0xf6,0x5a,0x15,0xb2,0x54,0x92,0x78,
+ 0x53,0x7e,0xe0,0x10,0x9f,0x71,0x89,0x7a,0x28,0xc1,0x9e,0x83,0x53,0xbb,0x2d,0xa0,
+ 0xc3,0xd6,0xb0,0xe0,0x25,0x58,0x56,0xe0,0xbe,0x3b,0x1d,0x77,0x80,0x1e,0x77,0x42,
+ 0x9b,0x8d,0xbd,0xe5,0xfb,0xf1,0x26,0xf8,0x4e,0x3c,0x84,0x8b,0x9f,0xde,0xff,0x14,
+ 0x76,0x39,0xd,0xc4,0x1,0x4b,0x68,0xdc,0x5f,0xe1,0xb8,0x86,0x2b,0x61,0x8b,0x27,
+ 0x55,0x5,0xb2,0x57,0x6d,0x16,0xca,0x37,0x40,0x52,0x97,0x80,0x22,0xac,0x9c,0x54,
+ 0x8c,0xd4,0x3f,0xbd,0x1,0x52,0xcd,0x33,0x25,0xed,0x1,0xb8,0xc6,0xa1,0xd0,0xeb,
+ 0xe1,0xe0,0x3,0x60,0xfe,0x4,0x98,0xb9,0x7f,0xf0,0xf2,0x5,0x5c,0x52,0x42,0xb,
+ 0x89,0x15,0xb0,0xd0,0x1a,0xab,0x27,0x97,0x5a,0x83,0x1b,0x7f,0xd,0x5e,0xac,0x62,
+ 0x5c,0xd9,0x1c,0x62,0xe4,0x13,0x20,0x47,0x0,0xf,0x3a,0x84,0x94,0x99,0xc3,0x77,
+ 0xb3,0x6d,0xc5,0x11,0x63,0x5,0x59,0x86,0x95,0x26,0xb5,0xe8,0x2,0x3,0x43,0x84,
+ 0xc1,0x2d,0xc6,0x3d,0x95,0x4b,0xf,0x9e,0x7d,0x23,0x48,0xe4,0x14,0xa1,0x34,0x37,
+ 0xed,0xc9,0x7,0x16,0xbb,0xab,0xa,0x3b,0x83,0x56,0x5e,0x29,0x5f,0x0,0x91,0xc5,
+ 0xb4,0x4,0xe1,0x4f,0xc5,0xb2,0x15,0x53,0x74,0xdf,0x41,0xaf,0x3,0x2b,0x34,0x30,
+ 0x79,0x4b,0xa3,0x9f,0xb6,0x7d,0x12,0x9,0xd1,0x2e,0x85,0x15,0xdf,0xc3,0x77,0xa3,
+ 0xf3,0xaa,0xc0,0x26,0xbf,0xac,0xc7,0x5d,0xb0,0x96,0x4,0x9b,0xcf,0x90,0x16,0x55,
+ 0xc1,0x17,0x3b,0xc0,0xaa,0x66,0xdd,0xc3,0x66,0xc8,0x74,0xfa,0xe2,0x35,0x35,0xc9,
+ 0xfd,0x88,0x98,0xa5,0x8,0xc9,0xdd,0x88,0xdc,0x91,0x34,0xa0,0x8f,0x69,0xc3,0x48,
+ 0xb5,0xb9,0xff,0x61,0x4e,0x56,0x98,0xd2,0x8d,0xe4,0xb,0x20,0x32,0x3d,0xfe,0x55,
+ 0xbf,0x53,0x80,0x32,0xcc,0x4f,0x8,0x2b,0x6e,0xfb,0x72,0x88,0x55,0xaf,0x7f,0x38,
+ 0x9e,0x3e,0xaf,0x43,0x47,0xb1,0x4e,0x11,0xbb,0xdf,0xcb,0x60,0xce,0xa5,0x7e,0xcd,
+ 0x17,0xc6,0xf3,0x56,0xeb,0xc2,0x16,0xdf,0x85,0xe7,0x65,0xd6,0x21,0x30,0xef,0xb1,
+ 0xf0,0xf5,0xb,0xa8,0xe6,0x7,0xd3,0x61,0xd8,0x31,0x20,0x9b,0xf7,0xd5,0xda,0xc1,
+ 0xc4,0xbb,0xd3,0x2e,0xb5,0x1e,0x50,0x31,0x3b,0xa7,0x4b,0xde,0x28,0x1f,0x0,0x19,
+ 0xa4,0x67,0xf,0xc9,0xe4,0x24,0xb4,0x5f,0x22,0x21,0x66,0x83,0x78,0xe2,0xf5,0xe5,
+ 0xd5,0xf1,0xaa,0x4,0x1c,0x7a,0xd4,0x7b,0xe8,0x63,0xbd,0xeb,0x61,0x6d,0x1d,0x87,
+ 0x61,0xd9,0x4c,0x98,0xbe,0x35,0xac,0x8,0x64,0x1d,0x9f,0x37,0x25,0xbb,0xbe,0x48,
+ 0x40,0x2d,0xe0,0xe,0x4b,0xc5,0xf4,0x65,0x10,0x40,0xc6,0x4b,0xee,0x82,0xcb,0xb5,
+ 0x27,0xcf,0x7e,0xdb,0xc3,0x93,0xd7,0xa6,0xad,0x74,0x86,0x8a,0x31,0x36,0x40,0x73,
+ 0x59,0x29,0x92,0xf,0x80,0xc8,0xee,0xf3,0x50,0xcd,0xad,0xac,0x34,0xf,0xf3,0xe3,
+ 0xdc,0x8a,0xdb,0xd1,0xd7,0x1b,0x1a,0x21,0x34,0xae,0xb6,0xc6,0x21,0xd0,0x4b,0x2f,
+ 0x5e,0xe5,0xe9,0xcc,0x3,0x60,0xbe,0x3e,0x5c,0xf7,0x7b,0x49,0x21,0x3c,0x5f,0xeb,
+ 0x58,0xe8,0xd1,0x4,0xdf,0xae,0x79,0xf,0xc3,0xac,0x86,0xd7,0xd0,0x85,0x20,0x58,
+ 0x38,0x1e,0x16,0x2e,0x86,0xad,0x47,0xc1,0x47,0x3a,0xc1,0x5d,0xda,0x53,0x2d,0x58,
+ 0x82,0xc5,0x48,0x55,0x91,0x1f,0x9b,0xad,0x5c,0x3,0x44,0x2e,0x1f,0xc4,0x6c,0x5d,
+ 0x48,0x12,0xd3,0xc,0x4d,0xa4,0x10,0xd0,0x27,0xdf,0xe9,0x95,0x68,0x55,0x73,0x10,
+ 0x16,0xfe,0xeb,0x6,0xd9,0x77,0xf4,0x99,0x8,0xad,0x74,0xd0,0xf5,0xb9,0x63,0xe0,
+ 0xfb,0x86,0x7,0xe9,0xe1,0x3a,0x2a,0x6f,0xb5,0xba,0x5f,0x4,0xeb,0x5c,0x11,0xfe,
+ 0x75,0xb,0xff,0x7,0x33,0xa,0x2a,0x99,0x55,0x78,0x59,0x74,0x4d,0x89,0xb5,0x75,
+ 0xe4,0xdf,0x92,0x7f,0xf4,0x5c,0x27,0xb9,0xd4,0x5a,0xbf,0x71,0x5c,0xfd,0xd7,0x54,
+ 0x8c,0x1d,0x9a,0xfc,0xb2,0x0,0xd,0xe4,0x1a,0x20,0x62,0x99,0x29,0xa0,0x10,0x12,
+ 0x4f,0xbf,0x8b,0xbc,0x78,0xd2,0x4b,0x2b,0xa9,0xe3,0x9f,0xd3,0x6f,0xe3,0xe7,0xa1,
+ 0xd3,0x6e,0xc9,0xe6,0x16,0xbc,0xc,0x5f,0xec,0x1c,0x40,0xdc,0x2,0x2b,0xd2,0xed,
+ 0x74,0x58,0x5f,0xd2,0x94,0x84,0xa4,0x62,0xba,0x0,0xcd,0x40,0xc4,0xfd,0xce,0x83,
+ 0xa7,0xc4,0x4e,0xdb,0xed,0x2,0x51,0x1e,0x58,0x9c,0xa7,0x2a,0xec,0x4,0x3f,0x39,
+ 0xa5,0x5c,0x2,0xe4,0x24,0x1d,0x61,0x4f,0x4,0x90,0x84,0x98,0x2,0x14,0xcf,0x90,
+ 0xf9,0x56,0xdc,0x6,0x90,0xff,0x57,0xaa,0x7c,0xeb,0xca,0xb7,0xaf,0xd0,0xca,0x5f,
+ 0xe0,0x8b,0x91,0x49,0x7b,0xab,0x62,0xa3,0x35,0x8f,0x82,0x9e,0x12,0x88,0x3e,0x24,
+ 0xfd,0x7a,0x3f,0x7c,0x7d,0x74,0xc8,0xca,0x85,0x5b,0xed,0xdd,0x8f,0x61,0xd8,0x28,
+ 0x90,0xd3,0x2d,0xa1,0x67,0x6f,0x82,0x3d,0xb6,0x69,0xc4,0xaf,0x8c,0xa5,0xe1,0x2a,
+ 0x86,0x64,0x1d,0xce,0x19,0xe5,0xa,0x20,0xb2,0x21,0x97,0x43,0x3b,0xf1,0x2f,0x17,
+ 0x92,0xd0,0x3b,0xf7,0x78,0x49,0x61,0x55,0xb1,0x19,0x8a,0xb7,0x5d,0xd2,0x30,0xd7,
+ 0x55,0xed,0xbc,0x17,0x6c,0xe4,0xf0,0xdb,0xfc,0xe6,0x58,0xf8,0x45,0x72,0x4f,0x16,
+ 0x21,0x75,0xde,0x7,0x36,0xf2,0x3c,0xaf,0xf0,0x16,0xea,0xa7,0xb1,0xf0,0x6d,0x69,
+ 0x7a,0x19,0x9f,0x3f,0x16,0xae,0xd5,0xb7,0x66,0xae,0x1b,0x76,0xc5,0x63,0xaa,0xbc,
+ 0xd6,0x3d,0x3b,0x27,0x3,0x20,0x57,0x0,0x91,0xa0,0xd0,0x37,0x6a,0x8e,0xdf,0xc,
+ 0x72,0x1a,0x65,0xc5,0xed,0x78,0x49,0x7f,0xf1,0x95,0xb2,0xef,0x44,0xe8,0xa0,0xbf,
+ 0x4e,0x7e,0xbe,0x1d,0x66,0x9f,0xe2,0x5b,0xa5,0x60,0xb,0x88,0x79,0x49,0x1f,0xc9,
+ 0xc4,0x1c,0x92,0x7e,0xb8,0x12,0xe6,0x5c,0x1c,0xb2,0x72,0x61,0x57,0xfb,0xee,0x27,
+ 0x18,0x74,0x28,0xfc,0xa2,0xd7,0x1c,0x6f,0x8e,0x83,0xe1,0xe9,0x83,0x38,0x1d,0xa5,
+ 0x62,0xf5,0xc,0x5f,0xb3,0x2a,0x58,0x2e,0x0,0x22,0x97,0x82,0x12,0x6c,0x21,0x65,
+ 0x54,0x24,0x76,0x34,0x9e,0x47,0x4b,0x56,0x9c,0xbd,0x1,0x7f,0x9f,0x90,0x6e,0x67,
+ 0xc2,0xfa,0x37,0x25,0x15,0xb0,0xe4,0x63,0x98,0xbe,0x2d,0xac,0x9a,0x9f,0x55,0x85,
+ 0xe4,0xb5,0xb1,0xd5,0x2a,0xa0,0x5f,0x13,0xbc,0x4c,0xbf,0x3b,0xf,0x7e,0xcc,0xf9,
+ 0x32,0x3c,0xaf,0x2a,0x71,0xbe,0xcc,0x19,0x19,0xe5,0xa8,0x3d,0xe1,0xbe,0x4b,0xd2,
+ 0xb2,0x32,0x83,0x36,0xc,0xcf,0xd5,0x5,0x62,0x2e,0x0,0x22,0x47,0x49,0x92,0x7,
+ 0x50,0x48,0xd6,0x42,0x32,0xf8,0x3d,0x29,0x61,0xc6,0x3e,0x29,0x61,0xc6,0x9e,0xda,
+ 0xcc,0xa7,0x2f,0xdb,0xba,0x7,0xf4,0x9b,0x4,0x72,0xb9,0x26,0x34,0xf3,0x20,0x98,
+ 0xff,0x84,0x5f,0xd3,0x85,0xfd,0xbc,0x6d,0x5f,0xd8,0x74,0x5a,0x78,0x1e,0x67,0x9f,
+ 0x8,0x3f,0x17,0x75,0x6c,0x68,0x4f,0xd9,0x3f,0x9b,0x9,0x83,0xe,0x83,0xe5,0x92,
+ 0x76,0x55,0x8e,0x3f,0x1f,0x81,0x81,0x7d,0xd2,0x56,0x19,0xab,0x62,0xb9,0x89,0x68,
+ 0x93,0x6d,0x80,0x88,0x5f,0x87,0xcc,0x1e,0xeb,0x69,0x31,0xe4,0xc,0x52,0xac,0x77,
+ 0x5d,0xc9,0xaa,0xb2,0x93,0x64,0x7a,0xee,0x4f,0xec,0xca,0xeb,0x8f,0x85,0x6e,0xa7,
+ 0x25,0xdb,0xf9,0xe5,0x1e,0xf8,0xa6,0x4,0x22,0x8a,0xb6,0xea,0xe,0x5b,0xcc,0x9,
+ 0xf,0x90,0x59,0x87,0xc2,0xbc,0xfa,0x61,0xb,0xc3,0x37,0x56,0x98,0x35,0x4f,0xf8,
+ 0x7b,0x5d,0x9a,0xea,0xd3,0xf,0x86,0x7f,0xa4,0x8f,0xc9,0xb8,0x2,0xc5,0x0,0x55,
+ 0x6e,0x1f,0x6,0x65,0x95,0xb2,0xd,0x10,0xb1,0xc3,0xbe,0x41,0x73,0x28,0x7b,0xa,
+ 0xdf,0x23,0x16,0xab,0x9a,0xc9,0x58,0x6c,0xe5,0x29,0x55,0xc7,0x11,0xd0,0x47,0x9f,
+ 0xfb,0x49,0xc1,0x8f,0x7b,0xc2,0xf2,0x6f,0xb2,0xaa,0x88,0x66,0x69,0x4c,0x9c,0xba,
+ 0x6,0xfd,0x11,0xfe,0xd5,0x5f,0xee,0xe,0xbf,0xe7,0xdd,0x7e,0x2f,0x3c,0xbf,0x21,
+ 0x6a,0xbe,0xf3,0x11,0xc,0xd5,0x76,0x59,0xe2,0x50,0x25,0xb3,0x88,0xc4,0xd7,0x4a,
+ 0x43,0x63,0x54,0x8c,0xac,0x5f,0x84,0x65,0x1b,0x20,0xb2,0x21,0x1f,0xae,0x99,0x97,
+ 0x80,0x6f,0x32,0x9b,0xb8,0xcf,0x1e,0xc9,0x2c,0x4f,0xfe,0xc6,0x88,0x1b,0x3f,0x7,
+ 0x9d,0x76,0x4f,0xb6,0x33,0xfb,0x24,0xf8,0xf9,0xce,0x10,0xaa,0x2e,0xd0,0x2a,0x83,
+ 0x57,0x80,0x6a,0x19,0x8e,0xb9,0xe9,0xdb,0xc0,0x1f,0x72,0xf0,0x57,0xda,0x74,0xf0,
+ 0x85,0xf0,0xb8,0xf6,0x23,0xbd,0x68,0x14,0x5c,0x21,0x17,0x8,0x8d,0x49,0x7c,0xd8,
+ 0x7,0x66,0xdb,0x4d,0x37,0x9b,0x0,0x91,0x3d,0x44,0x2a,0x64,0x8b,0x7c,0xad,0xe9,
+ 0x11,0xed,0x1,0x90,0x38,0x62,0x88,0xe4,0x6d,0x6f,0xb5,0xd6,0x28,0xe8,0xa1,0x57,
+ 0x60,0x35,0x7f,0xc0,0x7,0x1d,0x4b,0x6b,0x34,0xc,0xf8,0x15,0x5a,0xae,0x11,0x4e,
+ 0xa6,0xcf,0x6,0xc0,0x92,0x8f,0xc2,0xd5,0x2d,0xa2,0x5a,0xce,0x90,0x41,0x32,0x7b,
+ 0x4c,0x9b,0x0,0xad,0xd2,0x7d,0xa7,0x28,0xce,0x56,0xe5,0xe8,0x53,0x9c,0xec,0x8,
+ 0x98,0x4d,0x80,0x88,0x9,0xfb,0x79,0x9a,0x2d,0x59,0x5a,0x79,0x6,0x9d,0xb6,0xe2,
+ 0xb6,0x97,0x98,0xff,0x2e,0x5b,0x5c,0x50,0xbb,0xeb,0xe3,0x8b,0xe9,0xc3,0xe0,0xf,
+ 0x31,0x6,0x2e,0x21,0x12,0xbf,0xf9,0xd6,0x92,0xb1,0x3a,0x4,0x7d,0xdc,0xb,0x96,
+ 0x7,0x8a,0x75,0x11,0xa2,0xf1,0xc2,0xaa,0x22,0x36,0x5a,0x93,0x3e,0x4c,0xf2,0xf4,
+ 0xaf,0x6b,0x60,0xff,0x74,0x86,0x26,0x16,0x53,0x55,0x5,0x62,0x1c,0x9b,0x35,0xca,
+ 0x16,0x40,0x24,0x75,0xb2,0x6c,0x90,0xe4,0x8c,0x41,0x7a,0x6c,0x33,0xf0,0x8e,0xdc,
+ 0x6d,0xc5,0x6d,0x53,0x76,0x7f,0xfb,0x10,0x19,0x3c,0x72,0xdb,0x3c,0xef,0xa1,0xe2,
+ 0xbd,0x10,0xf4,0xea,0xae,0x4d,0x3e,0x4,0x71,0xd,0xe,0x43,0x1f,0xae,0x9,0x2b,
+ 0x43,0x38,0x5b,0x85,0x79,0x57,0x33,0xd7,0xb9,0xee,0x41,0x38,0x4f,0xdb,0xf0,0x1e,
+ 0xbe,0x1b,0x8c,0x4f,0x25,0xe7,0x69,0xc8,0x57,0xd,0x47,0xa8,0xca,0xec,0x65,0xdb,
+ 0xcd,0x16,0x40,0x9c,0x46,0x89,0x72,0x30,0x9f,0x9a,0x49,0xd2,0xaa,0xd5,0xaa,0x62,
+ 0x2f,0x94,0x7d,0x4,0x6c,0xa8,0xef,0x5b,0x49,0xbf,0xf9,0x30,0x34,0xa5,0x15,0x58,
+ 0x2b,0xc3,0xd4,0x2c,0xba,0x3a,0x33,0x66,0x43,0xff,0xfd,0x93,0xe6,0x27,0x1d,0xdb,
+ 0xc3,0xe7,0x4f,0xc2,0xba,0xdd,0xd2,0x8a,0xf1,0xb2,0x8a,0x5,0xf8,0xe2,0xd,0xa8,
+ 0x81,0x6c,0x1,0x44,0x42,0xf8,0x48,0x28,0x1f,0x21,0xff,0xcd,0xb9,0x9,0x36,0x5d,
+ 0xd7,0x3d,0x4e,0xa3,0xcb,0x80,0x9d,0x66,0x17,0xab,0x59,0x4,0x1f,0x74,0xc8,0xa4,
+ 0x46,0xd1,0x97,0xdd,0x77,0x34,0x3c,0xad,0xdd,0x67,0x6e,0x3b,0x1f,0x4e,0x76,0xb,
+ 0xe5,0x50,0xc3,0x30,0x55,0x69,0x7b,0xb0,0x36,0x99,0xb2,0x1,0x10,0xd9,0x61,0x8a,
+ 0x5,0xbf,0xfc,0x94,0x65,0xd3,0xae,0x5e,0x5c,0x59,0x53,0x58,0x87,0x1a,0xa6,0x43,
+ 0xc0,0xf0,0x3d,0x4d,0x16,0xb1,0xc0,0x1b,0x10,0x7f,0x16,0xf1,0x6b,0xc9,0x94,0xc4,
+ 0x29,0xec,0xa3,0x54,0xa,0x95,0x4c,0x2b,0x17,0x67,0xf9,0x7,0x9e,0x83,0xa3,0xb4,
+ 0xb3,0x68,0xbd,0xf4,0x6e,0xd,0xc5,0x29,0xe3,0x6a,0x35,0x98,0x86,0xe1,0xb1,0x43,
+ 0x9,0x9d,0xd,0x80,0x88,0x3,0xd4,0x43,0xfa,0xed,0xb2,0xb4,0xf2,0xb4,0x7d,0xb0,
+ 0xaa,0x38,0x1,0x45,0x9,0x9d,0xd3,0x86,0xd2,0x7b,0x5d,0xa5,0xd,0xee,0x84,0xae,
+ 0x8e,0xd0,0xe7,0x41,0x9b,0x5b,0x3a,0x1d,0x3e,0xcd,0x2c,0xa,0x52,0xd0,0xa6,0xb,
+ 0xb5,0xdc,0x6f,0xb,0xa1,0xdf,0x7e,0xf0,0xa3,0xde,0x76,0x79,0xdc,0xac,0x7f,0xa2,
+ 0x62,0xb5,0x86,0xb2,0x4d,0x12,0x27,0x1b,0x0,0x11,0x70,0xa4,0xbc,0x4,0xe5,0x4,
+ 0xc1,0xd3,0xee,0xdc,0x8a,0xdb,0xf1,0xad,0x7c,0x8f,0x80,0x9b,0x24,0x55,0x31,0x55,
+ 0x96,0xd0,0xa8,0x6b,0x87,0x8,0x34,0x21,0x41,0x1b,0xa6,0x5,0xca,0x2d,0x54,0x4c,
+ 0xda,0xf0,0xe5,0xd5,0x79,0xb3,0x7e,0x49,0x22,0xd6,0xc5,0xa5,0x6e,0xf1,0x2e,0x6a,
+ 0xd8,0x55,0x55,0xda,0x2b,0x9a,0x26,0x51,0x53,0x1,0xe2,0x5c,0x5e,0xc9,0x21,0xdc,
+ 0x40,0xcf,0xe5,0x55,0xdc,0xe,0xfc,0x96,0x75,0x73,0x80,0x26,0x69,0xa0,0xb9,0x2b,
+ 0x87,0xf5,0x2a,0x2c,0x41,0x6f,0xc2,0x20,0x5d,0xf1,0xc2,0x24,0xd8,0x5d,0x5b,0xf8,
+ 0x6f,0x3b,0x18,0xde,0x18,0xe7,0x52,0x4b,0x71,0x9b,0x2a,0xe7,0xd4,0x20,0x6d,0x7a,
+ 0x95,0x69,0x2a,0x40,0x9c,0xcb,0x2b,0x31,0x31,0xf1,0xcc,0x5e,0x6a,0x55,0x33,0x1a,
+ 0x8b,0xf4,0xae,0xf8,0x4d,0x95,0xa4,0x58,0xeb,0x87,0xf5,0x2a,0x2c,0x51,0x6f,0x42,
+ 0xbf,0x6e,0x14,0xbf,0xf5,0xf5,0x76,0x85,0x5,0x8b,0x92,0x25,0x67,0x3f,0x9f,0xd6,
+ 0x25,0xd7,0x7e,0xc4,0x72,0xfa,0xa9,0xa1,0x2c,0xf1,0x6b,0x33,0x97,0x0,0x71,0x2e,
+ 0xaf,0xe4,0xac,0xd2,0x33,0xf9,0x89,0x15,0x67,0x62,0xc2,0x78,0xb1,0xb1,0x6f,0x58,
+ 0x53,0x24,0x28,0xf6,0xba,0x61,0xbd,0xa,0x4b,0xd4,0x9b,0x30,0x48,0x77,0x4a,0xb8,
+ 0xd2,0x97,0xde,0x49,0x96,0xbc,0xe7,0x62,0x18,0xf5,0x67,0x97,0x5a,0x35,0x1c,0xa4,
+ 0x2a,0x3,0x5c,0x46,0x7b,0xbc,0xb4,0x29,0x33,0x88,0xd8,0x7c,0xc8,0xa5,0xa0,0x2c,
+ 0xb3,0x7e,0x4,0xc4,0x92,0xd7,0x95,0xac,0x2a,0x2a,0x51,0xbc,0x17,0x44,0x1,0x91,
+ 0x2a,0x13,0xd6,0xab,0xb0,0x84,0xbd,0x9,0xfd,0xfa,0xff,0xd2,0x71,0x70,0x99,0x5e,
+ 0x5a,0x79,0x5e,0x1a,0x2a,0xc6,0xab,0xf2,0xda,0xeb,0x7,0xbf,0x66,0xd3,0x3e,0x6f,
+ 0xa,0x40,0x24,0x0,0x75,0xca,0x94,0xfd,0x71,0xe0,0x60,0x4f,0x80,0xc4,0xed,0xe5,
+ 0x57,0xe9,0x7a,0xf7,0x84,0x52,0x7f,0xc2,0xf6,0x39,0xac,0x57,0x61,0x9,0x7b,0x13,
+ 0xfa,0xa9,0xd2,0x99,0xf3,0x50,0x2e,0xb,0xbf,0x73,0x37,0x68,0x9e,0xa3,0x62,0xa4,
+ 0xb7,0xfd,0xf5,0x7b,0x89,0x7e,0xde,0x14,0x80,0x9c,0xf,0x8c,0xd1,0xed,0x88,0x99,
+ 0x71,0xea,0xf7,0xb4,0xaf,0xb6,0xe2,0xfc,0x3b,0xe1,0xf3,0xe2,0x36,0x19,0x6,0x64,
+ 0xb7,0x4,0x8b,0x85,0xf5,0x2a,0x2c,0x71,0x6f,0x42,0xbf,0x9e,0xee,0xb4,0x6d,0xdd,
+ 0x3e,0xa4,0xea,0x41,0x88,0x6d,0xe2,0x52,0xc3,0x62,0x84,0xaa,0x8,0x96,0x10,0x36,
+ 0x5d,0xb,0x4d,0x1,0x88,0x4,0x9e,0x4e,0x85,0x18,0x97,0xf8,0x3b,0x2f,0xfa,0xcc,
+ 0x20,0x92,0x2d,0x68,0x4d,0x3f,0xc1,0x23,0xf7,0x3c,0xac,0x57,0x61,0x89,0x7b,0x13,
+ 0xfa,0x8d,0x3,0x49,0x8,0x2a,0x56,0xbe,0x42,0x2e,0xb1,0x7c,0x53,0x4d,0x34,0x29,
+ 0x32,0x7c,0x53,0x0,0x22,0xfb,0x8f,0x1e,0x9a,0xb,0x99,0xc6,0x5c,0x5d,0xe3,0xac,
+ 0x2a,0xb6,0x43,0xd9,0xa6,0xed,0x86,0x1a,0x6a,0x20,0xac,0x57,0x61,0x4,0xbc,0x9,
+ 0xbd,0x6,0xcb,0xd,0xf,0xc1,0xb9,0x37,0x27,0x4b,0x6c,0x57,0xe,0xaf,0xbb,0x7b,
+ 0x1e,0xbf,0xa4,0x62,0xec,0x12,0x76,0xe0,0x85,0x5,0x88,0xd8,0x67,0xcf,0xd2,0x2f,
+ 0x95,0xfc,0x60,0xe9,0xcd,0xc6,0x74,0x1,0xab,0x8a,0x4b,0x51,0xa4,0x77,0xb9,0xf,
+ 0xcb,0x79,0xa9,0xd4,0xb,0xeb,0x55,0x18,0x1,0x6f,0x42,0xaf,0x2e,0x96,0xe4,0x3b,
+ 0x43,0x74,0xc,0x9c,0xee,0x6b,0xc1,0x1c,0xf7,0x2b,0xc1,0x45,0x2a,0x16,0xde,0xac,
+ 0x29,0x2c,0x40,0xe,0x4a,0x64,0x7b,0x4a,0x85,0x7,0x95,0xb8,0x35,0x92,0x8,0xc7,
+ 0x95,0xac,0x20,0x8e,0x51,0xa5,0x32,0xe0,0xc3,0xc8,0x11,0xc6,0xab,0x30,0x22,0xde,
+ 0x84,0x6e,0xea,0x94,0x7b,0x10,0xd9,0x87,0xa4,0xe8,0xf7,0x37,0x1b,0xe5,0x38,0xac,
+ 0x7b,0xd8,0x84,0x7d,0x48,0x58,0x80,0x48,0xd4,0x92,0x94,0xff,0xef,0xf5,0x9,0xdf,
+ 0xf,0x4f,0x5b,0x9,0x2b,0x6e,0xe7,0x98,0xb,0xe9,0x57,0x1a,0x66,0xc4,0x15,0x59,
+ 0x9d,0x30,0x5e,0x85,0x11,0xf1,0x26,0xf4,0xea,0xc9,0x75,0x77,0x85,0x39,0x3a,0xbf,
+ 0xa9,0xcf,0x46,0xfd,0x32,0x55,0x41,0xa8,0x9c,0x18,0x61,0x1,0x22,0x31,0xef,0x24,
+ 0x63,0x94,0xd0,0xb1,0x89,0x98,0x23,0xae,0xa1,0xd,0xcd,0xfe,0x23,0x0,0x58,0xc3,
+ 0x78,0x15,0x46,0xc8,0x9b,0xd0,0x4d,0x83,0x3b,0x9c,0x4,0xaf,0xe9,0xa8,0x7,0xf,
+ 0x5d,0x1,0x87,0xb9,0xdb,0x91,0xbf,0xa1,0x62,0x8c,0x8,0xd0,0x13,0x8d,0x8a,0x84,
+ 0x5,0x88,0x33,0x11,0xa7,0x4,0x69,0x78,0xcb,0xed,0xe5,0xd6,0xfb,0x1c,0x45,0x19,
+ 0x4d,0x8,0x40,0x1b,0x46,0xac,0x22,0xab,0x13,0xc6,0xab,0x30,0x42,0xde,0x84,0x6e,
+ 0xbd,0x79,0xca,0x35,0x70,0xbb,0x4e,0xe2,0xf7,0xb7,0xe3,0xe0,0x32,0x77,0xa3,0xe8,
+ 0xb9,0x2a,0x46,0xf7,0x30,0xa3,0x22,0x2c,0x40,0x24,0xda,0x59,0x5f,0xfd,0x42,0x79,
+ 0xf1,0x5c,0x57,0x80,0x98,0xd,0xba,0x7f,0xbf,0x84,0xf1,0x2a,0x8c,0x90,0x37,0xa1,
+ 0x9b,0x2,0xc7,0x3e,0x6,0x67,0xc8,0x2,0x3f,0x61,0x1,0x7b,0xd0,0x4e,0xf0,0x58,
+ 0x2a,0x5c,0x61,0xba,0xa,0x2d,0xe8,0xa2,0x6,0x79,0x7,0x4f,0x4f,0x57,0x2d,0x2c,
+ 0x40,0x24,0x98,0x93,0xa4,0x7d,0x97,0x4,0xbe,0x9d,0xbc,0x46,0x80,0x55,0xcd,0x7d,
+ 0x58,0xf9,0x4d,0x9b,0xe5,0x3f,0x22,0xb,0xac,0x44,0xa6,0x5e,0x85,0x11,0xf4,0x26,
+ 0x4c,0xd7,0x63,0x2f,0xbf,0x9b,0xcc,0x6d,0x28,0x24,0x11,0x17,0xc5,0x3f,0xc4,0x95,
+ 0x14,0x5b,0xa9,0x72,0xde,0xcd,0xb4,0xe7,0xc3,0x0,0x44,0x62,0xef,0xa6,0x2,0xe2,
+ 0xc6,0x81,0xa,0x4f,0x80,0x98,0x13,0x2c,0xff,0x3e,0xc9,0xd4,0xab,0x30,0x82,0xde,
+ 0x84,0xe9,0x94,0x38,0x7b,0x2e,0xf4,0xd8,0x23,0xf9,0xa4,0x7d,0x5b,0x58,0xe4,0x15,
+ 0x22,0xac,0x86,0xa3,0x55,0xa5,0x77,0xa4,0x9d,0x6c,0xcd,0x20,0x9b,0x26,0x6e,0xd0,
+ 0x3f,0xd1,0x8d,0xf9,0xa6,0x54,0xb3,0xe2,0xf6,0x7d,0x49,0xc8,0xb8,0x36,0xfe,0x63,
+ 0xab,0x24,0x4a,0x64,0xea,0x55,0x18,0x41,0x6f,0x42,0xb7,0x7e,0x6e,0x35,0x4,0x56,
+ 0xae,0x4a,0x3e,0x5d,0xf6,0xe,0xb4,0x6e,0xe5,0x3a,0x22,0x42,0x45,0x5e,0xc,0x33,
+ 0x83,0x38,0x8d,0x14,0x2f,0x4b,0xb0,0xe3,0x79,0x7c,0x66,0xc5,0xb1,0x4a,0x62,0x10,
+ 0xe7,0x52,0x88,0x4c,0xbd,0xa,0x23,0xea,0x4d,0x98,0xae,0xb,0xba,0xee,0x58,0x97,
+ 0x22,0x61,0xc1,0xc4,0x64,0xc4,0x13,0x17,0xfa,0xb7,0x8a,0xb1,0x4f,0xa6,0xdd,0x18,
+ 0x6,0x20,0xe2,0x2e,0x2b,0x6e,0xb3,0x42,0x62,0xb0,0xe8,0xea,0x0,0x65,0xbd,0x43,
+ 0x4f,0x5a,0xd5,0xde,0xb8,0x67,0xca,0x5b,0x74,0xca,0x67,0xea,0x55,0x18,0x51,0x6f,
+ 0xc2,0x74,0x3,0xa2,0xf7,0x3e,0xf0,0xe5,0xb7,0xc9,0x27,0x3f,0xbd,0x2,0x5d,0xbb,
+ 0xb8,0xe,0x9b,0x69,0x2a,0x46,0xff,0x4c,0x7,0x55,0x18,0x80,0x88,0x81,0xa2,0x3e,
+ 0x5c,0xe3,0xf4,0x84,0x1,0xe2,0x2d,0x6e,0x2f,0x35,0x77,0x20,0x1,0xbb,0x23,0x53,
+ 0xaf,0xc2,0x88,0x7a,0x13,0xa6,0xd3,0x66,0xc5,0x91,0x10,0xff,0x2c,0xf9,0xe4,0xdb,
+ 0x17,0x60,0x3d,0xf,0xa3,0x27,0x15,0x23,0xe3,0xf1,0x9e,0x71,0x5,0x40,0xf2,0xe,
+ 0xa7,0x2,0x4e,0x7b,0xa6,0x56,0xb,0x9c,0x18,0x27,0xe0,0x38,0x2a,0xd9,0x62,0x99,
+ 0x7a,0x15,0x46,0xd8,0x9b,0xb0,0xe1,0x18,0x18,0x79,0x32,0xbc,0xaa,0x73,0x10,0x7d,
+ 0xf1,0x34,0x6c,0xbc,0xbe,0xc7,0x28,0x59,0x48,0x3b,0x35,0xc2,0xce,0xb6,0x1c,0x98,
+ 0xc2,0x0,0x44,0x40,0x91,0x72,0x95,0x17,0xb0,0x48,0x1e,0xf4,0xb4,0x64,0x2e,0x9,
+ 0x3,0xf6,0x43,0xa6,0x5e,0x85,0x11,0xf6,0x26,0x6c,0xa8,0xd1,0x3,0xce,0x87,0x27,
+ 0xb5,0xdb,0xde,0x27,0x4f,0xc0,0xa6,0x1b,0x7a,0xe8,0x3c,0xc4,0x5d,0x48,0x18,0x80,
+ 0xc8,0xb2,0x2a,0x95,0xbb,0x78,0x3f,0xc0,0x35,0xb,0xa5,0x55,0xc5,0x99,0xa8,0xec,
+ 0x46,0xdb,0xe,0x38,0xe4,0x8a,0xab,0x58,0xa6,0x5e,0x85,0x11,0xf6,0x26,0x6c,0xd8,
+ 0xb1,0xc7,0x5d,0x9,0xf7,0x88,0x2b,0x1e,0x10,0x1f,0xf,0xe5,0x5e,0xbb,0x8c,0x1a,
+ 0xba,0xab,0x4a,0xf7,0x4b,0xed,0x74,0x83,0x26,0xc,0x40,0x9c,0x9e,0x84,0x9e,0x8e,
+ 0x52,0xc6,0xcc,0x3d,0x20,0x4e,0x33,0xf5,0x2a,0x8c,0xb8,0x37,0xa1,0x53,0xab,0xce,
+ 0x3c,0x86,0x93,0xfe,0x9,0x43,0xbd,0xe2,0x80,0xaf,0xa0,0x97,0xda,0xca,0x8e,0xa3,
+ 0x10,0x98,0xc2,0x0,0x44,0x8e,0x75,0x53,0xbe,0x1d,0x62,0x0,0xf6,0x86,0xeb,0x12,
+ 0xab,0x9a,0x9b,0xb0,0x38,0x33,0x30,0x37,0x51,0x2d,0x98,0xa9,0x57,0x61,0xc4,0xbd,
+ 0x9,0x9d,0xc3,0xe4,0xa2,0xdb,0xe1,0xaa,0x7f,0x26,0xff,0x33,0xf1,0x6e,0xd8,0xc6,
+ 0x3b,0xf9,0x41,0x7f,0x15,0x23,0xa3,0xa4,0x90,0x61,0x0,0x72,0x1,0x70,0xb5,0x66,
+ 0x52,0xce,0x95,0xf5,0x4,0xd7,0x78,0x74,0x1b,0x33,0x93,0x80,0x88,0xcf,0xd4,0xab,
+ 0x30,0xe2,0xde,0x84,0x4e,0xad,0x9e,0x3c,0x6,0xee,0xd0,0x39,0x94,0xa7,0x3c,0xc,
+ 0x83,0x52,0x16,0x82,0xe9,0x54,0x5f,0xc3,0x20,0x55,0xe9,0x1d,0xf9,0xb3,0x61,0xb5,
+ 0x30,0x0,0x91,0x19,0x21,0x95,0xc5,0xc7,0x33,0x51,0x8e,0x15,0xb7,0x53,0x3b,0xfb,
+ 0x66,0xb9,0xd,0x38,0x8c,0x4a,0xb7,0x58,0xa6,0x5e,0x85,0x11,0xf7,0x26,0x74,0xe,
+ 0x4,0x67,0x7a,0xb6,0x19,0x4f,0x41,0xef,0xd,0x3c,0x86,0x49,0x8,0x7b,0xac,0x30,
+ 0x0,0x91,0xc,0x71,0xb7,0x6b,0x36,0xce,0x2,0xb4,0x67,0x70,0x9a,0x19,0xc4,0xd8,
+ 0x61,0x5,0x7,0x75,0x26,0x5e,0x85,0x11,0xf7,0x26,0x74,0x2a,0xd5,0x79,0xcc,0x2b,
+ 0x6e,0xb7,0xe2,0x7e,0xeb,0x4a,0x21,0x3c,0xb,0xc3,0x0,0x44,0x66,0xd,0xbd,0xea,
+ 0xc3,0xd3,0xd4,0xc4,0xcc,0x20,0xc1,0xf1,0x41,0x26,0x5e,0x85,0xc6,0x9b,0xb0,0x56,
+ 0xb1,0xe5,0x87,0xc3,0x14,0xbd,0xab,0xf0,0x31,0x35,0x81,0x3c,0xcd,0x20,0x87,0x3a,
+ 0xee,0x3e,0x64,0xf6,0x90,0x59,0x24,0x2d,0x99,0x3d,0x48,0x6,0x0,0xc9,0xc4,0xab,
+ 0xd0,0x78,0x13,0xd6,0x2a,0xb6,0xd7,0x5e,0xf0,0xb5,0x8e,0xa7,0x53,0x53,0x5,0xca,
+ 0xeb,0x2b,0x3f,0x4f,0x7b,0x10,0x67,0xba,0x35,0xcf,0x5c,0xe8,0x96,0x39,0xc5,0xa,
+ 0x8e,0x90,0x4c,0xbc,0xa,0x8d,0x37,0x61,0xad,0x5e,0x53,0x1,0xe4,0x7c,0xcd,0xdd,
+ 0x93,0x35,0xf2,0x72,0x8a,0xe5,0x34,0x56,0x94,0x13,0x2c,0x57,0xb,0x49,0x73,0xf,
+ 0x12,0x1c,0x1f,0x64,0xe2,0x55,0x68,0xbc,0x9,0x6d,0xc5,0xae,0x58,0x9,0xad,0xb7,
+ 0x4c,0xea,0xb8,0xdb,0x1a,0xf0,0xa3,0xce,0xa5,0xee,0xaa,0xf5,0x3c,0xdd,0x83,0x48,
+ 0x2,0x5e,0x9,0xf5,0x23,0x24,0x77,0x20,0xae,0xce,0xf0,0xe6,0x26,0x3d,0x3,0x80,
+ 0x4,0xf5,0x2a,0x34,0xde,0x84,0xb5,0x4a,0x95,0x4c,0x53,0x7f,0xda,0x29,0xf9,0xa7,
+ 0xe4,0x4f,0xff,0xca,0x2f,0x2d,0x6c,0x9e,0x6e,0xd2,0x25,0xc5,0xf3,0xc7,0x9a,0x4b,
+ 0xf1,0x45,0x77,0x75,0x86,0x37,0xb6,0x58,0x19,0x0,0x24,0xa8,0x57,0xa1,0xf1,0x26,
+ 0xac,0x55,0xea,0xe7,0xb3,0x60,0x13,0x9d,0xc8,0x73,0x8b,0xde,0xf0,0xe1,0xa3,0x3e,
+ 0xfa,0xce,0x93,0x2d,0x56,0x6b,0x71,0xde,0x72,0xb0,0x22,0x16,0xf8,0xbf,0xa5,0x63,
+ 0xcd,0x58,0xf3,0x66,0x0,0x90,0xa0,0x5e,0x85,0xc6,0x9b,0xb0,0x56,0xa9,0x93,0x3e,
+ 0x84,0xad,0x47,0x25,0xff,0x14,0x13,0x13,0x31,0x35,0xf1,0xa4,0x3c,0x59,0xf3,0xa,
+ 0xf,0x33,0x81,0x5e,0x9a,0x99,0xad,0x20,0xbd,0x33,0xbc,0xf1,0x7,0xc9,0x0,0x20,
+ 0x41,0xbd,0xa,0x8d,0x37,0x61,0xad,0x52,0xc7,0x3d,0x5,0x92,0xb3,0x50,0xe8,0x90,
+ 0x9d,0xe1,0x91,0xab,0xbc,0xf5,0x9d,0x2f,0x7f,0x10,0xe1,0x42,0x22,0xa1,0xee,0xac,
+ 0xd9,0x71,0xbd,0x4d,0x37,0x1e,0x85,0x19,0x0,0x24,0xa8,0x57,0xa1,0xf1,0x26,0xac,
+ 0x55,0xaa,0x33,0xa1,0xe7,0xb5,0xa7,0xc3,0xe8,0x23,0x3d,0xf5,0x9d,0x37,0x8f,0x42,
+ 0xe1,0x42,0xcc,0xdd,0xc5,0xec,0x5d,0x48,0xf2,0x82,0xa4,0xc2,0x90,0x36,0xe2,0xd0,
+ 0xf8,0xa4,0x7,0x4,0x49,0x50,0xaf,0x42,0xe3,0x4d,0x58,0xab,0xd0,0xd8,0x11,0x50,
+ 0xad,0x53,0xc2,0xbe,0x7a,0x3b,0xec,0xe0,0x9d,0xf4,0x37,0x6f,0x3e,0xe9,0xc2,0xe0,
+ 0xc9,0xc0,0x6d,0x9a,0x53,0xef,0xa3,0x5e,0x13,0xd5,0x24,0x18,0x42,0x82,0x7a,0x15,
+ 0x1a,0x6f,0xc2,0x5a,0x7d,0xaa,0x58,0x9d,0x6a,0xe7,0xbe,0xc,0x6b,0x4b,0x32,0x40,
+ 0x77,0xca,0x5b,0x54,0x13,0x61,0x61,0x47,0xe0,0x15,0xcd,0x8b,0x5c,0xf4,0xbb,0xba,
+ 0xa9,0x98,0xc8,0xee,0xc1,0xf0,0x41,0x50,0xaf,0x42,0xe3,0x4d,0x68,0x2b,0x54,0x66,
+ 0xe,0x99,0x41,0x84,0x7a,0xad,0x3,0x33,0xff,0xe3,0xa3,0xe7,0x3c,0xc6,0xc5,0x12,
+ 0x4e,0xc4,0xf3,0x77,0xb6,0x83,0x25,0xd7,0xb,0x7e,0x63,0x6e,0x12,0x10,0x20,0x41,
+ 0xbd,0xa,0x8d,0x37,0xa1,0xad,0x50,0xe7,0x6,0x7d,0xdf,0xed,0x61,0x82,0x5f,0x72,
+ 0xf1,0x10,0x76,0x58,0xf2,0x9e,0x30,0xc6,0x8a,0xa9,0x1e,0x77,0xa6,0x54,0xf3,0x3a,
+ 0xc9,0x32,0xc9,0x73,0x82,0x60,0x24,0xa8,0x57,0xa1,0xf1,0x26,0xb4,0xb5,0xe9,0xdc,
+ 0xa0,0x4b,0xd0,0x6a,0x9,0x5e,0xed,0x49,0x21,0xee,0x40,0x9a,0xa,0x10,0x67,0xa,
+ 0x4,0x57,0xb3,0x77,0x73,0x59,0x18,0x4,0x1d,0x89,0xa3,0x8e,0xa0,0x5e,0x85,0xc6,
+ 0x9b,0xd0,0x56,0xa8,0x73,0x83,0xfe,0xe4,0xb5,0xb0,0x9f,0x84,0x33,0x74,0xa7,0xbc,
+ 0x47,0x77,0x17,0x56,0x24,0xed,0x73,0xea,0xee,0x52,0xb2,0x4d,0x1d,0x92,0x8e,0x3f,
+ 0x73,0x17,0x12,0x10,0x20,0x41,0xbd,0xa,0x8d,0x37,0xa1,0xad,0x50,0xe7,0x6,0x7d,
+ 0xda,0x4,0xe8,0x9b,0xca,0x96,0x99,0x5e,0xdd,0x79,0xcf,0xf,0x22,0x6c,0x88,0x89,
+ 0x49,0x2a,0x71,0xa7,0x38,0xc2,0xa7,0x2e,0xe,0x1b,0xb1,0x68,0x32,0x4c,0x5,0x0,
+ 0x49,0x50,0xaf,0x42,0xe3,0x4d,0x58,0x6f,0x83,0xbe,0x4e,0x57,0xf8,0xde,0x33,0xbf,
+ 0xb2,0xbd,0x91,0xb8,0x48,0x95,0xe3,0x73,0x8d,0x98,0xbe,0x8f,0x9a,0xb2,0x7,0x91,
+ 0x16,0x25,0x71,0xce,0xd6,0xba,0x69,0xf1,0x6,0x9e,0xe1,0x32,0x8b,0xbc,0x88,0xa,
+ 0x9f,0x69,0x34,0xc0,0xf0,0x2a,0x8d,0x22,0x3,0x7e,0x82,0x96,0x5d,0xbd,0x65,0xf9,
+ 0x74,0x53,0x58,0xaa,0x43,0x9,0x96,0x86,0xd4,0x19,0x4b,0x71,0xf5,0x7d,0x70,0xa1,
+ 0xbe,0x64,0xd8,0x75,0x28,0xbc,0x30,0xd6,0xa7,0x89,0x55,0xc,0x55,0x43,0x78,0x27,
+ 0xe3,0x17,0x35,0x71,0x93,0x2e,0xef,0x73,0x46,0x38,0x71,0xd,0x22,0x67,0xc5,0x39,
+ 0x7,0xd0,0xa9,0x4e,0xc2,0xb0,0x19,0x91,0x3a,0x3d,0xee,0x81,0xb5,0xb4,0x71,0x51,
+ 0x3a,0x91,0x97,0x7c,0xa,0x9f,0x89,0xad,0x68,0xb4,0x69,0xe8,0x31,0xf0,0xce,0x47,
+ 0x49,0x1d,0xdc,0x76,0x3e,0x9c,0xac,0xd,0x16,0x5d,0xb4,0xb2,0x50,0xc5,0x58,0x3d,
+ 0xac,0xc6,0x9a,0x3a,0x83,0x38,0x23,0xbd,0xb,0x8e,0xcf,0x48,0x3b,0x83,0xbc,0xc7,
+ 0x56,0xb4,0x40,0xa7,0x7d,0xf,0xcb,0x6a,0x4,0xea,0x75,0xdc,0xe,0xfa,0x78,0xa4,
+ 0x93,0xff,0xfe,0x7c,0x98,0xeb,0x77,0x9e,0x59,0xda,0x7a,0x92,0xa4,0x9d,0x92,0xbc,
+ 0x53,0xa8,0x6d,0x6b,0x98,0xfe,0x14,0x6c,0xf0,0x27,0x4f,0x99,0x9f,0x56,0x31,0xc4,
+ 0xc9,0x2f,0x14,0x35,0x15,0x20,0x92,0x8d,0x41,0xf6,0x1f,0xeb,0x0,0x12,0x21,0x75,
+ 0x88,0x1b,0x17,0x56,0x9c,0x9f,0x12,0x80,0xf7,0x59,0x3f,0x84,0x92,0xa1,0xb4,0x2a,
+ 0xb5,0xdd,0x4,0x36,0x7c,0x2,0xda,0x49,0x1a,0x16,0x7,0xcd,0x3c,0x10,0xe6,0xa7,
+ 0x62,0x86,0x97,0x96,0xc8,0x99,0x48,0x73,0xff,0xb3,0x70,0xb4,0x44,0x42,0x48,0x24,
+ 0xa9,0xd9,0x7f,0x7,0xf8,0xd7,0x35,0x3e,0xb5,0x15,0x67,0xab,0xf2,0xf0,0xd1,0x3d,
+ 0x9b,0xa,0x10,0xe1,0xce,0x79,0xdc,0x2b,0x33,0x4a,0xda,0xaf,0x40,0x2b,0xce,0x13,
+ 0x80,0xf7,0x64,0x98,0x89,0xa6,0x4a,0xb9,0xac,0x6a,0x3,0x5d,0xf6,0x81,0xd6,0x3d,
+ 0x61,0xe5,0x2f,0xb0,0xe8,0x3d,0x58,0x92,0x72,0xc1,0x29,0x65,0xc1,0xfd,0x65,0xdb,
+ 0xff,0x3c,0x98,0xf0,0x5a,0xb2,0xdc,0xfd,0x97,0xc2,0x5f,0x74,0x86,0x29,0xd7,0x9a,
+ 0x4d,0xd8,0x7f,0x48,0x9b,0xd9,0x0,0x88,0xc4,0xe7,0xd5,0xa1,0xbb,0x6c,0x23,0xc6,
+ 0xb4,0x91,0x14,0xad,0x6a,0xce,0xc2,0xe2,0x46,0x7f,0x15,0x98,0x12,0x46,0x3,0xe9,
+ 0x35,0xb0,0x60,0x11,0x48,0xc2,0x9c,0xe5,0x2b,0x60,0xcd,0x4e,0xc9,0xe5,0x95,0xfc,
+ 0x74,0x25,0x8b,0xef,0x54,0x85,0x6d,0xf5,0x11,0x9a,0xb2,0x1,0x90,0x96,0x89,0x24,
+ 0xa3,0x62,0x53,0xb9,0xb1,0x5e,0x6e,0xf5,0x6b,0xe0,0x50,0x65,0x33,0x67,0x55,0x51,
+ 0x89,0xe2,0xbd,0xd0,0x9c,0x9a,0x8a,0x91,0xd7,0x80,0x44,0x71,0x97,0x68,0xee,0x42,
+ 0x32,0x73,0xc8,0xc,0xe2,0x49,0x8a,0xf1,0xaa,0x1c,0x6f,0x23,0x78,0xdf,0x26,0xb2,
+ 0xa3,0x76,0x39,0xa1,0x92,0x93,0x2a,0xa1,0x83,0xc0,0x5e,0x4e,0x35,0x22,0x2b,0xce,
+ 0x44,0x60,0x9b,0xec,0xbc,0xd2,0xb4,0x12,0x35,0xd,0x1c,0x7f,0x15,0xdc,0x2d,0xb1,
+ 0x3a,0x25,0x83,0xd3,0x35,0xc9,0x3d,0x88,0x27,0xd5,0x70,0x90,0xaa,0x4c,0x3f,0x16,
+ 0x83,0xea,0x2e,0x1b,0x33,0x88,0xbc,0x4b,0x6,0xbd,0xc,0x7e,0x21,0xd7,0xc4,0x9e,
+ 0x56,0x35,0xa3,0xb1,0xdc,0x53,0xb6,0x5,0x65,0xda,0x94,0x2b,0x31,0xd,0x74,0x39,
+ 0x20,0x79,0x30,0x21,0xc7,0xd8,0x72,0x18,0x91,0xe6,0x9e,0x67,0x55,0xd,0x6c,0xbc,
+ 0x77,0x32,0x6,0x96,0x9c,0x5a,0xc9,0xf2,0x4a,0x4e,0xb1,0x3c,0x68,0x36,0xcb,0xe9,
+ 0xa7,0x86,0xb2,0xa4,0x29,0xda,0xca,0x16,0x40,0x84,0x7,0x39,0xc6,0x15,0xa3,0xc5,
+ 0x45,0xda,0xfc,0x5d,0x67,0x8e,0xab,0x63,0xcf,0x8a,0x23,0xcb,0x2f,0xed,0xe2,0xd2,
+ 0x14,0xb6,0x4d,0xdd,0x92,0xd1,0x40,0x59,0x7,0xe8,0xf7,0xe,0xb4,0xd3,0xf7,0x3b,
+ 0x1f,0x6f,0x0,0xcb,0x1b,0xd,0x1d,0x9e,0x7b,0xb,0xf6,0xd4,0x21,0xa,0xe5,0xde,
+ 0x43,0xee,0x3f,0x3c,0x49,0x71,0x9b,0x2a,0x47,0x67,0x51,0xf,0xaf,0xad,0x6c,0x2,
+ 0xc4,0x99,0x37,0xe4,0x34,0xe0,0xd6,0x74,0x6c,0x59,0x71,0x3b,0x1,0xa8,0xc4,0xd6,
+ 0x32,0x64,0x34,0x0,0x4e,0x57,0xe3,0x79,0x8f,0x82,0xd8,0x9a,0xa5,0xa1,0xbd,0xcf,
+ 0x81,0x67,0xde,0x4c,0x3e,0x90,0x9b,0x73,0xb9,0x41,0xf7,0xa4,0x1a,0x76,0x55,0x95,
+ 0xb6,0x6b,0x78,0x93,0x28,0x9b,0x0,0x71,0xce,0xe,0xd5,0x62,0x70,0x99,0x16,0x20,
+ 0x55,0x9c,0x80,0xe2,0xce,0x26,0x71,0x6d,0x2a,0x97,0x86,0x6,0xda,0xf4,0x4e,0xce,
+ 0x1e,0x2d,0xd7,0x4c,0xca,0xf3,0xd9,0x40,0x58,0xf2,0x61,0x23,0xd9,0x5e,0x7a,0x7,
+ 0x76,0x91,0xaf,0x5c,0xf1,0xd4,0xab,0x84,0x57,0x52,0xa1,0xd3,0xdd,0xb5,0xf0,0x89,
+ 0x8a,0xb1,0x79,0x36,0x94,0x94,0x4d,0x80,0x8,0x3f,0xf7,0x25,0x4e,0xb2,0x8e,0xd2,
+ 0x8c,0x9d,0xe0,0xc8,0x65,0x58,0xcb,0xab,0x35,0x85,0x75,0xa8,0x61,0x7a,0xc2,0xf4,
+ 0xa4,0x43,0x36,0x4,0x30,0x6d,0x14,0xb1,0x6,0x36,0xb8,0xd,0xba,0x8a,0xf7,0xb6,
+ 0x98,0xbd,0xfe,0xd,0x7e,0xb8,0x22,0xad,0x30,0x7,0x5e,0x0,0xff,0xd2,0xa1,0xa,
+ 0xc7,0x5f,0xe,0x87,0x4b,0x5e,0x33,0x2f,0x2a,0xe3,0x6a,0x35,0x98,0xb,0xb3,0xa1,
+ 0x99,0x6c,0x3,0x64,0x78,0x22,0xd2,0xa2,0x9e,0x8,0x71,0x9f,0x45,0xe2,0xf6,0x46,
+ 0x3e,0xad,0x79,0x7c,0x36,0x84,0x32,0x6d,0x14,0x81,0x6,0x3a,0xc,0x87,0xbe,0x7a,
+ 0xa8,0xac,0xfa,0x1d,0x3e,0xec,0x6,0xd6,0xf2,0x46,0x8c,0xbf,0x1e,0x87,0xed,0x4f,
+ 0x4c,0xfe,0x3b,0xb6,0x9,0x54,0xc9,0xb5,0xb4,0x1f,0xd5,0x30,0x4c,0x55,0x66,0xc7,
+ 0xb4,0x29,0xdb,0x0,0x11,0xd6,0xe5,0xd2,0x50,0x2e,0xf,0x85,0xd2,0xcf,0x22,0x55,
+ 0xec,0x85,0xc2,0x2f,0x50,0xa4,0x9f,0x1a,0x4a,0xf7,0xb9,0x2c,0x39,0xda,0xc7,0x92,
+ 0x1b,0x57,0xd9,0xb0,0x2e,0xae,0x86,0x65,0x5f,0x95,0x96,0xbc,0x1b,0x3d,0x85,0xed,
+ 0x87,0x2f,0x34,0x73,0x7f,0x98,0x3f,0x21,0xad,0x7c,0x87,0x5d,0x4,0x8f,0xe8,0x9d,
+ 0xc4,0x2d,0xe7,0xc1,0xa9,0x7,0xfa,0xaa,0xe1,0x65,0x15,0xab,0xd,0x49,0xe5,0x5b,
+ 0xd8,0xaf,0x40,0x2e,0x0,0x22,0x97,0xff,0xcf,0xea,0x17,0x7b,0xcd,0x22,0xce,0xd8,
+ 0x5a,0x7e,0x7c,0x46,0xe3,0x79,0x59,0x7b,0x58,0xef,0x6,0xe8,0xaa,0xbf,0x32,0x9d,
+ 0x52,0x4b,0xc0,0xb8,0x59,0x7,0xc3,0x32,0x89,0xd9,0x57,0xe4,0xd4,0xe5,0x20,0xd8,
+ 0x50,0x7c,0xec,0x48,0x9a,0xd0,0x7c,0x96,0x3e,0xf3,0xe6,0xdb,0x53,0x61,0x9b,0x63,
+ 0x93,0xc5,0x24,0xff,0xf9,0x7,0xf,0x43,0x87,0xf6,0x3e,0xb2,0xd7,0x70,0x84,0xaa,
+ 0xe4,0xa1,0x6c,0x69,0x28,0x17,0x0,0x11,0xde,0x24,0xce,0xf6,0x48,0xcf,0x59,0x24,
+ 0x6e,0xdb,0x65,0xa5,0xbd,0x50,0xcc,0x96,0x70,0x45,0xd5,0x4e,0xeb,0xf5,0xa1,0xcf,
+ 0x9b,0xd0,0xc6,0xd5,0xef,0xc,0x6a,0x96,0x24,0x41,0xf2,0x9b,0x5f,0x8,0x8f,0x2,
+ 0x97,0x5c,0x36,0xe6,0xab,0xe9,0xb0,0xec,0x1e,0xfe,0x2d,0x62,0x94,0x28,0xc6,0x89,
+ 0x42,0x57,0x9c,0x4,0x17,0x79,0x78,0x2,0xd8,0x85,0x2c,0xa6,0xaa,0xa,0xbc,0xd3,
+ 0x78,0x66,0xa8,0x9a,0x5c,0x1,0xc4,0x99,0x64,0xc7,0x6b,0x16,0x11,0xc3,0xc6,0xed,
+ 0x32,0xe4,0xb9,0x34,0x8b,0x8b,0x99,0xbb,0x98,0xbb,0xfb,0xd1,0xaa,0x5,0xf0,0x69,
+ 0x7f,0x58,0x91,0x72,0xe6,0xf4,0xab,0x50,0x60,0xcf,0xdb,0x6d,0x1,0x92,0xb,0x45,
+ 0xe8,0xf7,0xe7,0xe1,0xcb,0xf4,0xd6,0x86,0xef,0x7f,0xa,0x43,0xfe,0x92,0x2c,0xb6,
+ 0x56,0x67,0xf8,0xe0,0x11,0x58,0xaf,0x9b,0x8f,0x2c,0x4d,0xb4,0xdc,0x4d,0xd7,0x7a,
+ 0xae,0x0,0x22,0xef,0x7a,0xd7,0x61,0xfe,0x7e,0x1e,0x70,0x5d,0x43,0x6,0xac,0x6a,
+ 0xe,0xc7,0x62,0x7c,0x81,0x75,0x61,0xfe,0xd9,0xe9,0x76,0x6,0xac,0xef,0x9a,0xea,
+ 0xb1,0x31,0x3f,0xb,0x5f,0x83,0x19,0x7e,0x76,0x16,0xf9,0x17,0x23,0xf0,0x1b,0xfb,
+ 0xc7,0x61,0xd5,0x42,0x98,0xe1,0x9a,0x39,0x3,0xa7,0x59,0xc9,0xb9,0x47,0xc0,0x75,
+ 0x69,0x3d,0x8d,0xea,0xbd,0xf1,0xfb,0x44,0xc6,0xe5,0x81,0x2a,0x86,0x44,0xdb,0xc9,
+ 0x1a,0xe5,0x12,0x20,0xce,0x5c,0x86,0xe2,0xb,0x32,0xc,0xf8,0x32,0xd,0x48,0x26,
+ 0x63,0xd9,0x37,0xf0,0xd1,0xa5,0x4d,0x3e,0x69,0xec,0xff,0xe1,0xa7,0xd,0x97,0x1b,
+ 0x67,0xbf,0x6a,0xc5,0xf2,0x7c,0xcd,0xed,0x61,0xde,0x2,0x68,0xd9,0x22,0x39,0x7b,
+ 0x6c,0xb6,0x91,0x2f,0xe7,0xa1,0x22,0x27,0xfa,0xb5,0x9a,0x4b,0x80,0xc8,0xbb,0x1f,
+ 0x4f,0x5c,0xff,0xa4,0xce,0x1d,0xc6,0xe9,0x53,0xad,0x7a,0x3c,0x59,0x55,0x8c,0x42,
+ 0x71,0x8f,0x1f,0xa3,0x25,0xfd,0x7c,0xe0,0x7c,0x68,0xd1,0x39,0x33,0x11,0xa7,0xf,
+ 0x83,0x3f,0x4a,0xd7,0x49,0xf3,0x96,0xc7,0xe1,0xf4,0xeb,0x60,0xec,0x68,0x38,0x4d,
+ 0xcc,0x5f,0xbd,0x69,0x5,0x8a,0x1,0xaa,0x3c,0xfb,0x66,0x4c,0xb9,0x6,0xc8,0x0,
+ 0x6d,0xc4,0x98,0xf2,0x9,0x96,0x2b,0x9e,0x46,0x31,0x28,0xac,0x2a,0x26,0xa1,0xf0,
+ 0x33,0x1e,0xf0,0x53,0x52,0xf1,0x3e,0x1f,0xf4,0x7,0x48,0x54,0x93,0x4c,0x68,0xc6,
+ 0x76,0xb0,0x30,0x75,0xe5,0x94,0x49,0xc5,0x92,0x2c,0x3b,0x56,0xc5,0xd2,0xbb,0x7b,
+ 0x37,0x55,0xda,0x5c,0x3,0x44,0xf8,0x73,0xda,0x68,0x89,0x2f,0x58,0xa3,0xc5,0x73,
+ 0xe4,0x13,0xed,0xf4,0x9d,0x4,0x1d,0x32,0xfc,0x7e,0x98,0xda,0x19,0xe4,0x82,0xcd,
+ 0xd0,0xc,0xda,0x30,0x5c,0x6d,0xce,0x8f,0xb9,0x50,0x45,0x3e,0x0,0x22,0x7c,0xb,
+ 0x30,0x52,0x3b,0x32,0x49,0x9b,0x70,0x4b,0x43,0x61,0xac,0x38,0x92,0x31,0x57,0x9f,
+ 0x5b,0xe4,0x42,0xd4,0x2,0x6e,0x73,0x83,0x5b,0xa1,0xeb,0x29,0xc1,0x19,0x5c,0x36,
+ 0xb,0x3e,0xd9,0x30,0x78,0xf9,0xd2,0x2e,0x79,0x94,0x8a,0xf1,0x40,0xae,0x44,0xcc,
+ 0x17,0x40,0x9c,0xd1,0xe0,0xc5,0x96,0x59,0xc0,0x52,0xef,0x6a,0xd8,0xaa,0x62,0x33,
+ 0x14,0x6f,0x3,0x5e,0x4e,0x94,0xb9,0xd2,0x43,0xf3,0xb6,0x2b,0x61,0x47,0xfb,0x4f,
+ 0x85,0xb2,0xb6,0xc1,0xf8,0x98,0x7d,0xa,0xfc,0xec,0x6f,0xb1,0x17,0xac,0xb1,0x22,
+ 0x2e,0xa5,0x78,0x4c,0x95,0xe7,0xd6,0x64,0x29,0x5f,0x0,0x91,0x5e,0x70,0x7a,0x1d,
+ 0x8a,0x99,0xc9,0xde,0x69,0x66,0x91,0x8b,0xe4,0x4e,0xa8,0x88,0xbb,0x2c,0x3c,0xeb,
+ 0x32,0x83,0xc8,0x4c,0xe2,0x47,0xb,0x5e,0x85,0x2f,0x52,0x77,0xb0,0x7e,0x85,0x4b,
+ 0xfa,0xb9,0xe4,0xc5,0x1c,0xae,0x62,0xb5,0x9,0x65,0x73,0x22,0x6c,0x3e,0x1,0xd2,
+ 0x51,0xdf,0xb0,0xeb,0x2b,0x54,0xae,0x4,0x2e,0x76,0x4a,0x65,0x7d,0x41,0x1b,0x7e,
+ 0x67,0x52,0xc2,0x54,0xa5,0x3c,0x27,0xd2,0x16,0x7a,0xa3,0x12,0x34,0x4e,0xee,0x43,
+ 0xc4,0x89,0x28,0x1d,0xfd,0x32,0xe,0xbe,0x3d,0xb,0x6a,0x16,0x17,0xba,0x24,0xb9,
+ 0xe7,0xcf,0xe2,0x3c,0x55,0xd1,0xf8,0x6e,0x2d,0xdb,0x2f,0xce,0x27,0x40,0x84,0xf7,
+ 0x6d,0x75,0xe2,0x1d,0x89,0xa7,0x25,0x24,0x1,0xb0,0xe5,0x28,0xb8,0x96,0xac,0x6a,
+ 0xe,0xc2,0x42,0x1b,0xea,0x64,0x5b,0xdc,0x22,0x68,0xaf,0xcd,0x86,0xb0,0xd6,0x9,
+ 0xd0,0x7a,0x5d,0x68,0xd9,0x2d,0xb9,0x11,0x97,0xd4,0xcf,0xbf,0xbf,0x0,0xb,0x9a,
+ 0xec,0xff,0x53,0x4,0xa,0x8,0xc4,0xe2,0x6b,0x2a,0xd6,0xf8,0xb0,0x27,0x50,0xcd,
+ 0xc,0xb,0xe5,0x1b,0x20,0xc2,0x9e,0x38,0x4e,0xa6,0xc2,0xff,0x7c,0xa7,0x93,0x81,
+ 0xd6,0xb,0x36,0x6b,0xc5,0xed,0xf4,0x6e,0xda,0x51,0x20,0x43,0x89,0x4c,0xf1,0x52,
+ 0xd7,0xc0,0x12,0x2c,0x46,0xaa,0xa,0x7b,0xa5,0x91,0x73,0x6a,0xe,0x80,0x88,0x50,
+ 0x62,0x5e,0x22,0xb1,0x7c,0x85,0xe4,0x6b,0x51,0x7,0x93,0x4c,0xfe,0x43,0x2f,0xb5,
+ 0xe4,0xff,0x1,0x8c,0x93,0x72,0xae,0x23,0xf3,0x82,0x1c,0x68,0xe0,0xcb,0x6f,0x93,
+ 0x1,0xa8,0x3f,0x9b,0x9,0xcf,0xdd,0xc,0x3d,0x25,0x36,0x67,0x30,0x3a,0x43,0xc5,
+ 0xf0,0xb,0x57,0x1d,0xac,0xa5,0x0,0xa5,0x9a,0xb,0x20,0xeb,0xea,0xa5,0x56,0x2a,
+ 0xb7,0xa1,0x6c,0xe0,0x47,0x3b,0xf9,0xb5,0xe2,0xc,0xd6,0xe0,0x31,0xe1,0x4a,0x3,
+ 0x74,0x64,0xb1,0x15,0xd9,0xea,0x68,0x78,0x57,0x7,0x8b,0xc,0x10,0x80,0x3a,0x25,
+ 0xde,0x3,0x2a,0x56,0xeb,0xb1,0x9a,0x17,0x91,0x9b,0xb,0x20,0x22,0xdc,0x9e,0x80,
+ 0xd3,0x6e,0x5b,0x22,0xae,0xd6,0xb,0x5,0x66,0x8c,0x19,0xf3,0x32,0x6,0xf2,0xfe,
+ 0x92,0xbd,0xce,0x86,0x67,0x75,0x90,0x28,0x9,0xe1,0x23,0x33,0xc8,0xe6,0x12,0x76,
+ 0xd0,0x9b,0x3e,0xa6,0xd,0xe8,0x17,0x38,0x4d,0x0,0x0,0x8,0x68,0x49,0x44,0x41,
+ 0x54,0x23,0x73,0x75,0x21,0xe8,0xf6,0xea,0xe6,0x4,0x88,0xf0,0xe4,0x4c,0x9f,0x20,
+ 0x7f,0x37,0x6,0x49,0x9c,0xab,0x81,0xb,0xfc,0xb4,0x67,0x9e,0x17,0x87,0x6,0x8e,
+ 0xb9,0x1c,0xee,0x73,0x7c,0x2d,0x3e,0x7b,0x13,0xec,0x11,0x24,0x94,0xa0,0xc5,0xee,
+ 0xaa,0x82,0x17,0xf2,0x2d,0x65,0x73,0x3,0x44,0xe4,0xbd,0x37,0x91,0x31,0xf7,0x18,
+ 0x87,0xe0,0x2,0x1a,0x1d,0xbf,0x3b,0xf9,0x5f,0xab,0x9a,0x67,0xb0,0xd8,0x2b,0xdf,
+ 0xca,0x31,0xef,0xcb,0xae,0x6,0x2e,0xba,0x1d,0xae,0xfa,0x67,0x5d,0x9b,0xb7,0x9e,
+ 0x7,0xa7,0xf8,0xbb,0xd0,0x4a,0x85,0x8b,0x55,0xcc,0xbe,0x16,0xc8,0x3b,0x15,0x2,
+ 0x40,0x44,0x68,0xc9,0xb9,0x2e,0xb7,0xed,0x29,0x12,0x9f,0xd3,0xbb,0x52,0x7f,0x58,
+ 0x71,0xc4,0xd8,0x59,0xbe,0x3d,0xfa,0xe4,0x5d,0x43,0xe6,0x85,0x59,0xd1,0x80,0x33,
+ 0xae,0xae,0x34,0x38,0xfa,0x48,0xb8,0x56,0x8c,0x8e,0xfc,0xc8,0x62,0x82,0xaa,0x60,
+ 0x7f,0xbf,0x62,0xb9,0x7a,0x5e,0x28,0x0,0x11,0xf9,0x24,0x14,0x90,0x13,0x0,0x72,
+ 0xd3,0x5e,0x1b,0xd8,0xc1,0x9a,0xc2,0xe,0xd4,0xd8,0x41,0xe7,0x2,0xda,0x63,0xe4,
+ 0x4a,0x65,0xa6,0xdd,0x4c,0x35,0x20,0x27,0x56,0xbd,0x75,0x7c,0x6,0xa9,0x7b,0xe0,
+ 0x48,0x78,0x5c,0x16,0xce,0xfe,0xf4,0x16,0x6b,0xb2,0x93,0xea,0xc5,0x52,0xff,0xa2,
+ 0xb9,0x29,0x51,0x48,0x0,0xe9,0xa2,0x93,0x82,0x3a,0x1,0x20,0x36,0x5b,0x6f,0xd4,
+ 0xce,0x24,0xd5,0x1c,0x8d,0x85,0x63,0x92,0xce,0x8d,0x52,0x4c,0xab,0xd9,0xd3,0xc0,
+ 0xd2,0xe5,0xd0,0xce,0x61,0xa8,0x5c,0xb9,0x29,0xbc,0x17,0xcc,0xb4,0x70,0x3a,0xab,
+ 0x18,0xa6,0x86,0xf0,0x6b,0xf6,0xb8,0xc9,0xbc,0xa5,0x42,0x2,0x88,0x70,0x2f,0x89,
+ 0x40,0xa7,0x35,0x10,0xa3,0x21,0x48,0x2e,0xc1,0xaa,0x7f,0xda,0x95,0xb9,0xd8,0xa6,
+ 0x46,0x3e,0x34,0x30,0xed,0x6b,0xe8,0xef,0x58,0x1c,0xad,0xbd,0x6,0xcc,0x95,0x70,
+ 0x1e,0x7e,0xa4,0x98,0x8f,0x65,0xbb,0xcf,0xce,0xf6,0x2b,0x9a,0xeb,0xe7,0x85,0x6,
+ 0x10,0x91,0xd7,0x19,0x29,0x3e,0x25,0xbf,0x4c,0xd0,0xff,0xae,0x9d,0x49,0xe2,0x88,
+ 0x29,0xeb,0x49,0xb9,0x56,0x8e,0x69,0x3f,0xbc,0x6,0x5e,0x9c,0xc,0xbb,0x39,0xf6,
+ 0x18,0xed,0xdb,0xc2,0x22,0xb1,0xd5,0xe,0x42,0x8a,0x4d,0x72,0xe1,0x1d,0x18,0xe4,
+ 0xd5,0xd,0xcb,0x14,0x22,0x40,0x84,0x47,0xc9,0xa,0xd4,0xf0,0xdb,0x43,0x7c,0xdc,
+ 0xc5,0x67,0xc4,0xa6,0x84,0x79,0xfc,0x93,0xa8,0xda,0x0,0x75,0x61,0x64,0x37,0x75,
+ 0x72,0xa4,0x81,0x3b,0x9e,0x84,0x93,0xc7,0xd4,0x35,0x3e,0xa8,0x2f,0x4c,0x79,0x38,
+ 0xe0,0xcb,0x56,0x51,0xa1,0x86,0x10,0xf,0x58,0x3a,0xe7,0xc5,0xa,0x15,0x20,0x22,
+ 0xb8,0xf8,0x85,0xc8,0x75,0x92,0x33,0xaa,0x98,0xd8,0x71,0xd5,0x86,0xff,0xb0,0xaa,
+ 0x79,0x5,0xab,0xde,0xe9,0x57,0xce,0x15,0x66,0x5e,0xe0,0xad,0x81,0xf3,0xc7,0xc2,
+ 0xb5,0x8e,0xf0,0xa0,0x7,0xef,0x4,0x8f,0xfe,0x3d,0xa0,0xd6,0xca,0xd8,0x56,0xd,
+ 0xae,0xcd,0x33,0x13,0xb0,0x52,0x6e,0x8b,0x15,0x32,0x40,0x52,0x92,0x3b,0x93,0x84,
+ 0xca,0xff,0xea,0x5d,0x26,0x5a,0x55,0xdc,0x85,0xe2,0xf8,0xdc,0xaa,0xc9,0xb4,0xee,
+ 0xa7,0x81,0x9f,0xe7,0xc3,0xa9,0xd7,0xc2,0x13,0x72,0x60,0xaf,0xe9,0xd2,0xe3,0xe1,
+ 0x92,0xa0,0x3d,0xa3,0xe8,0xad,0xca,0x1b,0x47,0xbd,0xf1,0x7b,0x6f,0xae,0x9f,0x17,
+ 0x3,0x40,0x44,0x7,0x62,0x9c,0xa6,0x3,0xe0,0xdb,0x2a,0x91,0x40,0xae,0x92,0xf2,
+ 0xed,0x1b,0x7b,0xb9,0x15,0xaf,0xe7,0xf7,0x9e,0x6b,0x9d,0x99,0xf6,0x1b,0x68,0x40,
+ 0x42,0x84,0x9e,0x7d,0x23,0x54,0x39,0x6c,0xb2,0xaf,0x3f,0x13,0xce,0x49,0x99,0xa3,
+ 0x7a,0x6b,0x6c,0x3e,0x35,0xc,0x50,0x95,0x34,0xce,0x9a,0x53,0x0,0x9a,0x2e,0x16,
+ 0x80,0x88,0xaa,0xc4,0xd3,0x50,0x3c,0xe,0x53,0x24,0xf7,0x26,0xe7,0x26,0x82,0x7e,
+ 0xcb,0xdd,0x88,0x80,0x44,0x2e,0x17,0xef,0x28,0x0,0x9d,0x46,0x8a,0x85,0x7f,0x3c,
+ 0xa,0x17,0xdc,0x2,0x72,0x9c,0x9b,0xa2,0x3b,0x2f,0x84,0x13,0xf6,0xd,0xa4,0x86,
+ 0x6a,0x96,0xb1,0x9b,0x1a,0x86,0xc4,0x4d,0x2b,0x48,0x2a,0x26,0x80,0x88,0x2,0x25,
+ 0xa4,0xa9,0x6c,0xff,0x9c,0xa9,0x7d,0xff,0x4f,0xff,0x4f,0x4c,0x52,0xcc,0x3d,0x49,
+ 0x9e,0x86,0xd9,0xf7,0x3f,0xc1,0x5,0xb7,0xc2,0x43,0xe,0xeb,0xa8,0x4e,0x1d,0xe0,
+ 0xf6,0xb,0xe0,0xd0,0x5d,0x2,0x31,0xf1,0x3c,0x2b,0x39,0x54,0x6d,0xc9,0x82,0x40,
+ 0xa5,0x9b,0xa9,0x50,0xb1,0x1,0x44,0xd4,0x24,0x99,0xac,0x4,0x24,0x7f,0x76,0xe8,
+ 0x4c,0xce,0x48,0x64,0x36,0x99,0x6b,0xc5,0x6d,0x10,0x5,0x3d,0x33,0x69,0x26,0xb5,
+ 0x17,0xf7,0x6b,0x25,0x15,0x9a,0xcc,0x1a,0x72,0xcf,0x91,0xa2,0x3d,0x87,0xc3,0x65,
+ 0x27,0x80,0x9c,0x58,0xf9,0x92,0x62,0x2,0xab,0x73,0x98,0xea,0xcd,0x32,0xdf,0xb2,
+ 0xcd,0x5c,0xa0,0x18,0x1,0x92,0x52,0xd9,0xdf,0x1a,0x18,0x35,0x7e,0xa4,0x81,0xf3,
+ 0xa8,0x35,0x85,0x1d,0xa9,0xe1,0x9a,0x84,0x39,0xbd,0xf8,0x94,0x18,0xca,0xa2,0x6,
+ 0x2e,0xbe,0x3,0xae,0x14,0xf3,0x52,0x4d,0xed,0xda,0x24,0x81,0x21,0xb6,0x55,0x1,
+ 0xe9,0x6,0x15,0xb3,0xbf,0xcc,0x8a,0x82,0x8a,0x19,0x20,0xa2,0x60,0x49,0x6,0x2a,
+ 0x40,0xd8,0xd4,0xa1,0x6d,0x49,0xa9,0x70,0xbd,0x35,0x99,0xaf,0x68,0xc3,0x18,0x2c,
+ 0x8e,0x2b,0x8a,0x9e,0x28,0x70,0x26,0xa7,0x4c,0x3,0xb1,0xc6,0x95,0xb,0xc0,0x14,
+ 0xed,0xbc,0x55,0x12,0x1c,0x43,0x74,0x82,0x5a,0x4f,0x11,0x2c,0xe6,0x51,0xc6,0x39,
+ 0xaa,0xbc,0xee,0x2e,0xab,0xc0,0x45,0xb6,0xd9,0x2b,0x76,0x80,0x88,0xc,0xdd,0x81,
+ 0xab,0x12,0x27,0x5a,0x72,0x91,0x98,0xa2,0x15,0x3a,0x9a,0xfc,0x75,0x56,0xdc,0xe,
+ 0xc,0x21,0x20,0x4a,0x85,0x3f,0x2d,0x86,0x7e,0x29,0x18,0x1e,0xbf,0xf9,0x1,0x24,
+ 0x4e,0xee,0xd8,0xc7,0x60,0xc5,0xca,0x24,0x5b,0x2d,0xca,0xe0,0xb2,0x13,0xe1,0xaf,
+ 0x4e,0x27,0x5,0x2f,0x8e,0x15,0x6f,0xb2,0x92,0x73,0xb,0xe9,0x2,0x30,0xa8,0x82,
+ 0x4b,0x1,0x20,0x29,0x59,0xc5,0xb3,0x40,0x12,0x37,0x4a,0x3c,0xe0,0x14,0xc9,0xc1,
+ 0xe3,0xf5,0x56,0x15,0x9f,0xa2,0xec,0x7d,0x8b,0x7b,0xbc,0xfd,0xa0,0x1a,0x8b,0x48,
+ 0xb9,0x45,0x4b,0x92,0xa0,0x90,0xcf,0x5c,0x87,0xb9,0xe0,0x88,0x58,0x72,0xd6,0xd8,
+ 0x26,0x68,0x9a,0x1a,0x8b,0xdb,0xe8,0xcc,0x39,0xc5,0xb0,0xdf,0x48,0xd7,0xb5,0xa5,
+ 0x4,0x10,0x91,0x4f,0x66,0x9,0x1,0x49,0xc3,0x34,0xf3,0xcf,0xb6,0x6f,0xcd,0xbd,
+ 0x8b,0x26,0xdb,0x76,0x5e,0x72,0x7f,0x62,0xc8,0x43,0x3,0xe3,0x9e,0x4a,0xce,0x1a,
+ 0x9f,0x38,0x62,0x5f,0xf6,0xe8,0xe,0x67,0x1e,0x2,0x67,0xa6,0x4f,0x63,0x9e,0xae,
+ 0xb5,0x5f,0x51,0xfc,0x55,0x95,0xd7,0xf9,0xf5,0x14,0xa3,0xd2,0x4b,0xd,0x20,0xa9,
+ 0x3e,0x90,0x99,0x42,0x80,0xe2,0x74,0xc2,0x92,0x67,0xcf,0x1e,0xbb,0x37,0x55,0x77,
+ 0x5f,0x64,0x47,0x4b,0xd9,0xbe,0x18,0x3b,0x2c,0x97,0x3c,0x3f,0xf5,0x5a,0x72,0xc6,
+ 0x78,0x73,0x4a,0xdd,0x5b,0x5a,0xb7,0xaa,0x3,0x46,0xf7,0xb5,0x2,0xbf,0x5d,0x6c,
+ 0xe6,0xae,0x51,0xb1,0x46,0x96,0xd9,0x81,0x1b,0x28,0x94,0x82,0xa5,0xa,0x90,0x94,
+ 0x7e,0x65,0xb6,0x38,0x13,0x58,0xaf,0x81,0xc2,0x9f,0xbd,0xfc,0x78,0x7e,0xbc,0xf8,
+ 0x38,0xf6,0x40,0xf1,0xa7,0x42,0xe9,0x8c,0xe6,0xe0,0x63,0xf1,0x52,0x78,0xf4,0xa5,
+ 0xe4,0xe7,0x7f,0xef,0xd7,0xe7,0xe0,0x88,0xdd,0x92,0x33,0xc6,0x60,0x39,0x58,0xf,
+ 0x46,0xef,0xa3,0xb8,0x46,0x95,0xf3,0x54,0xb0,0xe2,0x85,0x5f,0xaa,0xd4,0x1,0x22,
+ 0x3d,0x20,0x61,0x83,0x8e,0xd2,0x9b,0xf8,0x54,0x98,0x21,0xbb,0x67,0x3a,0xad,0xc6,
+ 0x6b,0x57,0x9f,0xca,0x8a,0x93,0xe,0xc8,0x5e,0xda,0xe0,0xc2,0xef,0xf2,0x24,0x87,
+ 0x9f,0xcf,0x4a,0xa6,0x57,0x16,0x60,0x7c,0x25,0xe1,0xfb,0x1c,0xb4,0x63,0x65,0x12,
+ 0x18,0xbb,0x6f,0x1d,0x58,0x9a,0x3f,0xf4,0x41,0x88,0xcc,0x1a,0x72,0x40,0x52,0x32,
+ 0x14,0x5,0x80,0xa4,0x3a,0xab,0x8d,0x3,0x28,0x43,0x9c,0x3d,0xd8,0xa1,0x3d,0x3f,
+ 0xec,0xb3,0x1d,0x1c,0xb2,0xb,0xdd,0x77,0xcd,0x30,0x4d,0x47,0xb1,0x8d,0x4,0x39,
+ 0xa6,0xb5,0x81,0xf1,0x5f,0x58,0x55,0x53,0x9f,0xfb,0xad,0x7,0xc2,0x5f,0xf6,0x80,
+ 0x63,0x1b,0x85,0x15,0xf7,0x94,0xf2,0x51,0xca,0xb8,0x46,0xd,0x46,0x67,0xe6,0x2c,
+ 0x36,0x8d,0x78,0xf3,0x1b,0x25,0x80,0x38,0x35,0x21,0x5b,0x4d,0x99,0x55,0x1a,0x85,
+ 0x49,0x5f,0xb7,0x1b,0x8b,0xf7,0x1d,0x41,0xfb,0x5d,0x87,0x41,0xa9,0x80,0x45,0xee,
+ 0x30,0x26,0x4e,0x81,0xa7,0x5e,0x87,0xb7,0x3e,0x68,0x3c,0x20,0xc4,0x34,0x44,0x3e,
+ 0x19,0xcc,0x18,0x72,0x41,0xf0,0x90,0x24,0x60,0x55,0x31,0x3b,0xe5,0x77,0xc9,0x52,
+ 0x54,0x1,0x92,0xea,0x50,0x49,0x9,0x27,0x26,0x2b,0xf2,0x59,0xbb,0x61,0x2f,0x4b,
+ 0xf2,0xfa,0x6d,0x7,0xc3,0x56,0x5b,0x24,0x8f,0x35,0xfb,0x6c,0x50,0x1c,0xe3,0x60,
+ 0xd9,0x72,0x78,0xfe,0x6d,0xf8,0x5f,0x55,0x12,0x18,0xce,0xd3,0xa8,0x94,0x4,0x12,
+ 0xb0,0x2d,0x5,0x8c,0x0,0x41,0xdb,0x52,0xd5,0x7e,0xb1,0xb3,0x12,0xb7,0xe4,0x41,
+ 0x35,0x88,0xa9,0xc5,0xa1,0x8d,0xa6,0x71,0x19,0x75,0x80,0xa4,0xb4,0x27,0x19,0x34,
+ 0x53,0x40,0x91,0x9f,0x65,0xe9,0xd4,0xba,0xe9,0x86,0xb0,0xe5,0xe6,0xb0,0x43,0x25,
+ 0xc8,0x3a,0xbd,0xab,0x84,0x99,0x28,0x10,0xfa,0x62,0x76,0x12,0x14,0xf2,0x99,0xf8,
+ 0x1,0x2c,0x77,0xd9,0x9,0xc8,0x32,0x2a,0x5,0xc,0x31,0x2e,0xc,0x48,0x9f,0x3,
+ 0xf,0xd2,0x92,0xf1,0x6a,0x20,0x92,0x6e,0x39,0x32,0x64,0x0,0xd2,0xb8,0xab,0x25,
+ 0xf4,0x50,0xa,0x2c,0x92,0xba,0xda,0x95,0x6,0xf4,0x81,0x1,0xbd,0xa1,0x6f,0xf,
+ 0xe8,0xd7,0xb3,0xee,0x53,0x96,0x16,0x5e,0xd9,0x19,0x53,0xe2,0x98,0xf4,0xe9,0xcc,
+ 0x64,0xd0,0x67,0xe7,0x4f,0xf9,0xbf,0x1b,0xc5,0x36,0x81,0xed,0x63,0x20,0x97,0x7c,
+ 0xbb,0x4,0xdf,0x63,0xad,0x44,0xf1,0x8c,0xfd,0xa9,0xe1,0xb1,0x52,0xdb,0x7c,0x7,
+ 0xed,0xd,0x3,0x10,0x6f,0x4d,0xd,0xd4,0xb7,0xef,0x72,0xaf,0x22,0x77,0x27,0x92,
+ 0x4,0xc8,0x97,0x64,0x29,0x96,0x2,0x8c,0xcc,0x32,0x9d,0x3b,0x3a,0x3e,0x1d,0xea,
+ 0xff,0x2d,0xdf,0xf4,0xb,0x16,0xe9,0xcf,0x1f,0xb0,0x70,0x71,0xfd,0xbf,0xe5,0xd9,
+ 0x77,0x3f,0xd5,0x1,0xc2,0xb,0x8,0x29,0xc6,0x3a,0xb6,0x4f,0x82,0x41,0x66,0x3a,
+ 0xb1,0x97,0x12,0x0,0x67,0x40,0x6f,0xd9,0xf1,0xc8,0x14,0xcf,0x14,0xa2,0x87,0x5f,
+ 0x6,0x72,0x64,0xa5,0xa8,0x1,0x48,0x70,0x35,0xb6,0xd6,0x9b,0xfa,0x9d,0xf4,0xcf,
+ 0x7a,0x47,0xc6,0xc1,0x9b,0xc9,0x7e,0x49,0x1,0x44,0xff,0x5e,0xb0,0x6d,0x39,0xec,
+ 0xbc,0x65,0x12,0x18,0x19,0x92,0x84,0x5a,0x7a,0x86,0x32,0x9e,0x51,0x83,0x79,0x27,
+ 0xc3,0xba,0x25,0x5d,0xdc,0x0,0x24,0x7c,0xf7,0x8a,0xd3,0x96,0xc,0xc5,0xbe,0xed,
+ 0x5a,0xb3,0x59,0xfb,0x76,0xc,0x5a,0xbc,0x94,0x9e,0x4b,0x96,0xe5,0x2e,0xf2,0xe3,
+ 0xba,0xdd,0xea,0x66,0xa6,0xfe,0x8e,0x25,0x9d,0xfc,0x3f,0x23,0x52,0xfc,0x84,0xc5,
+ 0x64,0xfb,0xd3,0x92,0x49,0x6a,0x10,0xe,0x1b,0xdd,0x8c,0x5a,0x2a,0xf9,0xc2,0x6,
+ 0x20,0xd9,0xef,0xe2,0xae,0x9b,0x6e,0x44,0x79,0xff,0x9e,0xec,0xd1,0xa6,0x35,0xb1,
+ 0xd5,0x57,0xa3,0x57,0xeb,0x56,0x74,0x5b,0xba,0xc,0x96,0xad,0x80,0x86,0x3f,0xdb,
+ 0xb6,0x86,0x8e,0xab,0xc1,0xea,0xab,0x81,0xcc,0x4,0xce,0xdf,0xed,0xff,0xad,0x6,
+ 0x6b,0x75,0x4e,0xce,0x10,0xf2,0x3c,0x24,0xfd,0x8e,0xc5,0x44,0x14,0x13,0xe5,0xa7,
+ 0xaa,0xa0,0xc1,0x9d,0x79,0xc8,0x56,0x23,0x50,0xcd,0x0,0x24,0xf,0x9d,0x6c,0xc5,
+ 0x91,0xa1,0x2d,0x6,0x1b,0xfd,0x28,0xa3,0x6f,0x62,0xd3,0x9b,0xfc,0x3d,0xf9,0x91,
+ 0xa5,0x5b,0xb6,0x68,0x8e,0x1d,0x99,0x52,0x31,0xd,0xcb,0x8e,0x75,0x2c,0x4b,0xa7,
+ 0x69,0x85,0x10,0xa1,0x30,0x5b,0x2,0xe6,0xbb,0x1d,0x3,0x90,0x7c,0x6b,0xbc,0xc1,
+ 0xfb,0xac,0x2a,0x36,0xa4,0x8c,0x9e,0xd4,0xd0,0x16,0x8b,0xb6,0x94,0xe9,0x9f,0xf5,
+ 0x7f,0x6f,0x89,0x62,0xa9,0xfd,0xa9,0xd1,0x3f,0xcb,0x1c,0xbf,0x5b,0xfc,0xc6,0x2a,
+ 0xa6,0x15,0xba,0x7f,0x77,0x33,0xab,0x3a,0xd4,0xeb,0xd,0x40,0x42,0xa9,0xcd,0x54,
+ 0x8a,0x8a,0x6,0xc,0x40,0xa2,0xd2,0xd3,0x46,0xce,0x50,0x1a,0x30,0x0,0x9,0xa5,
+ 0x36,0x53,0x29,0x2a,0x1a,0x30,0x0,0x89,0x4a,0x4f,0x1b,0x39,0x43,0x69,0xc0,0x0,
+ 0x24,0x94,0xda,0x4c,0xa5,0xa8,0x68,0xc0,0x0,0x24,0x2a,0x3d,0x6d,0xe4,0xc,0xa5,
+ 0x1,0x3,0x90,0x50,0x6a,0x33,0x95,0xa2,0xa2,0x1,0x3,0x90,0xa8,0xf4,0xb4,0x91,
+ 0x33,0x94,0x6,0xc,0x40,0x42,0xa9,0xcd,0x54,0x8a,0x8a,0x6,0xc,0x40,0xa2,0xd2,
+ 0xd3,0x46,0xce,0x50,0x1a,0x30,0x0,0x9,0xa5,0x36,0x53,0x29,0x2a,0x1a,0x30,0x0,
+ 0x89,0x4a,0x4f,0x1b,0x39,0x43,0x69,0xc0,0x0,0x24,0x94,0xda,0x4c,0xa5,0xa8,0x68,
+ 0xc0,0x0,0x24,0x2a,0x3d,0x6d,0xe4,0xc,0xa5,0x1,0x3,0x90,0x50,0x6a,0x33,0x95,
+ 0xa2,0xa2,0x81,0xff,0x7,0xce,0xee,0x3,0x5f,0xba,0xc9,0x83,0x50,0x0,0x0,0x0,
+ 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/tab.png
+ 0x0,0x0,0x1,0x2b,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x6,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xa5,0xd9,0x9f,0xdd,0x0,
+ 0x0,0x0,0x1,0x74,0x52,0x4e,0x53,0x0,0x40,0xe6,0xd8,0x66,0x0,0x0,0x0,0x9,
+ 0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,
+ 0x64,0x0,0x0,0x0,0xa1,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0xcd,0x31,0xa,0xc4,
+ 0x50,0x10,0xc3,0xd0,0xec,0xfd,0x2f,0xbd,0x61,0x10,0xb8,0xfa,0x53,0x4,0x17,0x21,
+ 0xe8,0x95,0x2a,0xec,0x4b,0x92,0x24,0xbd,0xcb,0xaf,0x8c,0xd9,0xa0,0xd7,0x30,0x1b,
+ 0xf4,0x1a,0x66,0x83,0x5e,0xc3,0x6c,0xd0,0x6b,0x98,0xd,0x7a,0xd,0xb3,0x71,0xc8,
+ 0xb7,0x27,0xdd,0x83,0xb1,0x75,0xf,0xc6,0xd6,0x3d,0x18,0x5b,0xff,0xf0,0x41,0xf,
+ 0xb3,0x41,0xaf,0x61,0x36,0xe8,0x35,0xcc,0x6,0xbd,0x86,0xd9,0x38,0xe4,0xdb,0x93,
+ 0xee,0xc1,0xd8,0xba,0x7,0x63,0xeb,0x1e,0x8c,0xad,0x7f,0xf8,0xa0,0x87,0xd9,0xa0,
+ 0xd7,0x30,0x1b,0xf4,0x1a,0x66,0x83,0x5e,0xc3,0x6c,0x1c,0xf2,0xed,0x49,0xf7,0x60,
+ 0x6c,0xdd,0x83,0xb1,0x75,0xf,0xc6,0xd6,0x3f,0x7c,0xd0,0xc3,0x6c,0xd0,0x6b,0x98,
+ 0xd,0x7a,0xd,0xb3,0x41,0xaf,0x61,0x36,0xe8,0x35,0xcc,0x6,0xbd,0x86,0x59,0x49,
+ 0x92,0xf4,0xa,0xd7,0xf5,0x7,0x1,0xb,0x9,0x11,0x16,0xbd,0x15,0xf5,0x0,0x0,
+ 0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/health.png
+ 0x0,0x0,0x4,0x27,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x33,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb7,0x95,0xe2,0x82,0x0,0x0,0x0,0x10,
+ 0x74,0x52,0x4e,0x53,0x0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x8f,0x9f,0xaf,
+ 0xbf,0xcf,0xdf,0xef,0x23,0x1a,0x82,0x8a,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,
+ 0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,0x64,0x0,0x0,0x3,
+ 0x61,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0x98,0x89,0x8e,0xe3,0x20,0xc,0x86,0x87,
+ 0xa6,0x69,0xd3,0xa6,0x6d,0xf2,0xfe,0x4f,0xbb,0xf8,0x22,0x1,0x6c,0x8e,0x69,0x56,
+ 0xab,0x95,0xf2,0x49,0xa3,0xc9,0x1,0x6,0x7e,0xdb,0xe0,0xf4,0xe7,0xe4,0xe4,0xe4,
+ 0xe4,0xe4,0xff,0xc7,0x5d,0x2e,0x7c,0x65,0xe1,0x5b,0x38,0xbe,0xec,0xc5,0xdd,0x5f,
+ 0xcb,0xea,0xf9,0xcc,0x37,0x7e,0x92,0xe2,0xee,0x4f,0x6c,0xb1,0xce,0xf7,0xfe,0x41,
+ 0xdc,0x83,0xfa,0x12,0xf,0x7e,0xba,0xc7,0x4d,0xb5,0x16,0x25,0x22,0xf3,0x9e,0x25,
+ 0x5b,0xc5,0xf5,0xc3,0xaf,0x98,0xbc,0x45,0x1,0xf7,0xe4,0x5e,0x3b,0x92,0x29,0xa6,
+ 0x33,0xf0,0xbc,0x6b,0xfe,0xa,0xb8,0x99,0xbb,0x44,0xbc,0xf8,0x2d,0x72,0xe7,0x87,
+ 0x11,0x4b,0xe3,0x8,0xee,0xc5,0x1d,0x12,0x66,0x7e,0xef,0x51,0xed,0xfb,0x78,0x68,
+ 0xf2,0xb5,0x65,0x7f,0x5d,0x83,0xca,0x86,0x7d,0xaf,0x12,0x37,0x28,0x62,0xf6,0x5e,
+ 0xd7,0x91,0x5a,0xdc,0x72,0xfd,0x85,0x48,0x47,0x9d,0xc1,0xee,0xbd,0xae,0x3,0xb4,
+ 0xb8,0x94,0x5a,0xf0,0x1c,0x6c,0x6c,0x81,0x80,0xf,0x34,0x51,0x43,0x40,0xa8,0x8a,
+ 0x34,0x72,0x43,0x3,0xef,0x86,0x4a,0x8b,0xda,0x12,0x8a,0xb,0xf0,0x91,0xe8,0xdc,
+ 0x9b,0x2f,0xd,0x2a,0x4b,0x18,0xb8,0x99,0xc9,0x73,0xe2,0xb,0x93,0x72,0x32,0x58,
+ 0x1,0x3e,0xc,0xa2,0x7c,0xc9,0xc3,0xc8,0x9d,0x4d,0xe9,0x28,0x7b,0x4,0xe0,0x85,
+ 0x75,0x7c,0x59,0x65,0x97,0x8f,0xa,0x7a,0x84,0xa0,0xae,0x15,0xed,0x3,0x18,0x69,
+ 0x26,0xba,0x95,0x9,0x5e,0x3d,0xf8,0xa6,0xc6,0x82,0x86,0x2c,0x92,0x3d,0x98,0xb9,
+ 0xc2,0xab,0x4a,0x78,0x6e,0xa0,0x21,0xb,0x75,0x0,0x8a,0xbc,0x6a,0x80,0x9,0xd8,
+ 0xda,0x42,0x4d,0x3,0x54,0xa8,0xd9,0xcb,0x65,0x1f,0xa8,0x42,0xa3,0x42,0xc9,0xea,
+ 0xec,0x68,0x2d,0x67,0x9a,0x96,0x46,0xd2,0x63,0x37,0xf8,0x72,0xb5,0x15,0x2b,0x9f,
+ 0xce,0x57,0x6e,0xb5,0x87,0x14,0x8a,0x6,0x87,0x47,0x46,0xca,0xd4,0x36,0x23,0xc5,
+ 0xcb,0xa0,0x10,0xec,0xd3,0x5b,0x18,0x2d,0x70,0x72,0x59,0x51,0x55,0x39,0x37,0x73,
+ 0x27,0x50,0x96,0xf9,0xbf,0xcd,0xcb,0x98,0xac,0x86,0xd3,0xcb,0x2e,0xd0,0xe6,0x5,
+ 0x72,0x8c,0x2b,0xcc,0x39,0xac,0x8e,0x54,0xd0,0xb3,0x5e,0x4,0xb5,0xc8,0xe7,0x5,
+ 0xa,0x4d,0x78,0x96,0x49,0xc,0x73,0x20,0xde,0xf8,0x36,0x2,0xd5,0x2b,0x92,0xfa,
+ 0xe,0x97,0xfc,0xc1,0x3d,0x52,0xe4,0xe3,0x49,0xaa,0x1a,0x95,0xb7,0x3a,0xe0,0xc2,
+ 0x2d,0x5,0x52,0x68,0x7d,0xd2,0x3f,0x44,0xdc,0xa8,0xa5,0x3d,0xe7,0x4c,0x89,0x64,
+ 0x9,0xa4,0x10,0x2e,0x84,0xa7,0xc,0x93,0x74,0x20,0x99,0x92,0x95,0x35,0x17,0x3,
+ 0xb8,0x84,0xd1,0x9,0xf0,0xc8,0x4f,0x15,0xf7,0x48,0x4a,0x5f,0x28,0x8f,0x46,0x5e,
+ 0x98,0x67,0xf1,0xa5,0x35,0x34,0xc4,0xbb,0x86,0x5,0x50,0x74,0x44,0x1b,0xa,0x76,
+ 0x5,0x5d,0xd0,0xcb,0xe8,0xc6,0x39,0xc,0x28,0x45,0x2f,0x9e,0xd5,0x75,0xf,0x0,
+ 0xb8,0x84,0xfd,0xc1,0x87,0xf1,0x18,0xbc,0xc,0x46,0x7c,0x13,0x18,0x10,0xd4,0x94,
+ 0x72,0xf,0xf3,0xbc,0x69,0x1,0xd4,0x6f,0x2b,0x64,0x1d,0x85,0x63,0xd0,0x84,0x9d,
+ 0x2,0x3,0xfa,0x37,0x12,0xf6,0x58,0x8d,0xb5,0x7e,0x24,0x38,0xc,0x8f,0x45,0x80,
+ 0x9b,0x30,0x71,0x9,0x5b,0x72,0x35,0x99,0x1c,0xb8,0x55,0x6b,0x75,0xbd,0xc5,0xe3,
+ 0x1e,0x10,0x1d,0xc2,0x48,0x56,0x82,0x4e,0x40,0x21,0x43,0xa5,0x54,0x2d,0x1b,0x37,
+ 0xb4,0x5d,0x80,0x37,0xb,0xd1,0x3e,0x98,0xb,0x5f,0x13,0x3d,0x5f,0x51,0x5a,0x92,
+ 0x82,0xf6,0xf,0x52,0x6,0x55,0x83,0xd4,0x83,0x1b,0xb1,0xff,0xae,0x6e,0x12,0x7b,
+ 0x14,0x91,0x40,0x8e,0x9,0xe7,0x4d,0x5e,0xe7,0xea,0x41,0xf2,0x72,0xc1,0xca,0xbb,
+ 0x9d,0x24,0x9f,0x3d,0x30,0xf7,0x11,0x93,0x80,0x37,0x3d,0x74,0x69,0xc8,0xe6,0x7d,
+ 0x5c,0x37,0x91,0x55,0x48,0xe8,0x65,0xd0,0x59,0xe,0x4b,0x30,0x19,0x4a,0x4d,0x16,
+ 0xac,0x83,0x74,0xd3,0x23,0x2f,0x83,0xe,0xe1,0xe8,0x9c,0xc6,0x30,0xff,0xb6,0xaf,
+ 0xb3,0x98,0xec,0x78,0x16,0x91,0x95,0x4d,0xd4,0x17,0x1,0xbf,0x20,0xad,0xb4,0x59,
+ 0x65,0x2d,0x49,0x24,0x9f,0x3b,0x49,0x1c,0xcd,0x71,0xae,0xe4,0x48,0xbf,0x3,0x98,
+ 0x78,0x4,0xfa,0x82,0xa4,0x24,0x88,0x98,0x7f,0xe1,0x0,0x26,0xaa,0x24,0x29,0xf0,
+ 0xf3,0x4f,0x94,0xbe,0xc,0x4b,0x88,0x82,0x15,0x3,0x3f,0xab,0x5e,0xbf,0xb2,0xbf,
+ 0x6d,0x64,0x0,0x6c,0xfd,0x59,0xc5,0xd8,0xfe,0x13,0x88,0xce,0x5e,0x72,0xf0,0x72,
+ 0x7a,0xe,0x7f,0xbe,0xb4,0x1f,0x4f,0xf9,0x46,0x7,0xef,0x8e,0xde,0x1d,0x48,0x43,
+ 0xab,0x87,0x85,0xa5,0xe3,0x8,0xb0,0xb1,0x3f,0x6d,0x8e,0xb1,0xef,0x47,0xc8,0x43,
+ 0x1f,0x39,0xca,0xbe,0x35,0xc2,0xf7,0xfe,0xdd,0xd0,0x7e,0xc1,0xf9,0x36,0x3e,0x63,
+ 0xf2,0x9f,0x40,0x5e,0x5f,0xe5,0x57,0x4e,0x3a,0xc2,0xe3,0x60,0xfb,0x7e,0x84,0x68,
+ 0x8f,0xe8,0xa9,0x20,0x9a,0xd9,0x92,0x78,0xe9,0x3e,0x80,0xdb,0x90,0xb3,0xb2,0xeb,
+ 0x47,0xde,0x2e,0x28,0xa9,0x8f,0xb,0xff,0x9c,0xc1,0x9f,0xc7,0xc7,0x86,0x67,0x8a,
+ 0x7b,0xff,0x5d,0xfb,0x9e,0xc3,0xc3,0xf3,0xe4,0xe4,0xe4,0xe4,0xe4,0xdf,0xf3,0xf3,
+ 0xf3,0x7,0xd1,0x68,0x99,0x36,0xa2,0x78,0x13,0x77,0x0,0x0,0x0,0x0,0x49,0x45,
+ 0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/uav.png
+ 0x0,0x0,0x2,0xc4,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x33,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb7,0x95,0xe2,0x82,0x0,0x0,0x0,0x10,
+ 0x74,0x52,0x4e,0x53,0x0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x8f,0x9f,0xaf,
+ 0xbf,0xcf,0xdf,0xef,0x23,0x1a,0x82,0x8a,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,
+ 0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,0x64,0x0,0x0,0x1,
+ 0xfe,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0x97,0xdb,0xb6,0xab,0x20,0xc,0x45,0xbd,
+ 0x2b,0x2,0xe2,0xff,0x7f,0xed,0x26,0x10,0x15,0xaa,0x28,0x11,0xcf,0xc3,0x19,0x23,
+ 0xf3,0xa5,0x91,0x92,0x15,0x65,0x49,0x4a,0x2b,0x86,0x61,0x18,0x86,0x61,0x98,0x7f,
+ 0x46,0xab,0x55,0x87,0x21,0x1,0x42,0x96,0x5a,0xd7,0x5,0x43,0x2,0x84,0xac,0xd5,
+ 0x82,0x21,0x81,0xbb,0xac,0x56,0xc3,0xb7,0x69,0xae,0x9f,0x9d,0x90,0x65,0x9f,0xee,
+ 0x9e,0xcb,0x67,0x27,0x64,0x2d,0x38,0x92,0x44,0xe3,0xc4,0x8,0x42,0x56,0xf7,0x30,
+ 0x57,0xd,0x38,0x31,0xe2,0x5d,0x16,0x0,0xdf,0x62,0x48,0x80,0x90,0xf5,0xbf,0x17,
+ 0x90,0x30,0xd3,0xae,0x20,0x5e,0x66,0x42,0xc8,0xf2,0x33,0x83,0xbb,0xa9,0xdb,0x7e,
+ 0x14,0xb3,0x54,0x4a,0xeb,0xc5,0x58,0x16,0xad,0x94,0x94,0xf3,0x3c,0xd,0x5d,0x83,
+ 0x53,0x2e,0xb2,0xd2,0xe0,0xcc,0xd5,0xb,0x2b,0x6d,0xf0,0xfa,0x9a,0x45,0xda,0x42,
+ 0xed,0xab,0x2,0xf,0xca,0x31,0xfb,0x1b,0x8b,0x22,0x49,0xea,0x6e,0xc4,0x99,0x2f,
+ 0x19,0x6f,0x3b,0x6a,0x2d,0x28,0x77,0x9d,0x42,0xa0,0xda,0x5,0x13,0x4e,0x29,0x24,
+ 0xb9,0x83,0x9f,0xbb,0x4b,0x1e,0x6,0xe5,0xce,0x7c,0xb1,0x40,0x0,0xca,0x9d,0xf9,
+ 0x68,0x89,0x24,0xca,0x9d,0xa9,0x71,0x3f,0x96,0xa1,0x8f,0xed,0x77,0xa6,0x9d,0x66,
+ 0x55,0xe0,0x84,0xd1,0x52,0x74,0x35,0x6a,0xdd,0xd0,0xf4,0x93,0x24,0x96,0x59,0xe4,
+ 0xd4,0xb5,0x19,0xd2,0x21,0xfd,0x9c,0x69,0xba,0x91,0x3,0x51,0x7a,0xa7,0x9b,0x1e,
+ 0x1f,0xc4,0x8,0xea,0x8d,0xff,0xd0,0xcf,0xa8,0x74,0x85,0x51,0x7d,0x99,0x3a,0x50,
+ 0xdf,0x3c,0x44,0x7a,0x4b,0x11,0xe8,0x41,0xc8,0xeb,0x45,0x18,0x18,0x4c,0x77,0x85,
+ 0x7c,0x60,0x6f,0x88,0x6a,0x8c,0xdf,0x5e,0xa3,0xc6,0x46,0xd8,0xcf,0xcb,0xf3,0xc,
+ 0x8d,0x6,0xf4,0xb6,0x1e,0xc,0xf1,0xde,0x9,0x6a,0x88,0xef,0x36,0x55,0x1e,0xd0,
+ 0x3e,0xf6,0xfb,0x4,0xc9,0xa3,0xd5,0xc0,0xd1,0x6e,0xc6,0xf8,0x35,0xce,0xe2,0x7d,
+ 0xa5,0x9d,0xfe,0x5e,0x60,0xb0,0x71,0xb1,0xcd,0xce,0xe2,0xfd,0x55,0x74,0xfa,0x47,
+ 0xb3,0x8c,0x8a,0xbf,0xc4,0x5b,0xbc,0xe1,0xf4,0x8f,0x2,0x1f,0xd8,0x7c,0x58,0x1c,
+ 0x1f,0xd6,0xfd,0xd1,0xfc,0x3,0x9b,0xf,0x8b,0x7f,0xe,0xeb,0xfe,0x68,0x5e,0x6c,
+ 0x73,0x60,0xb1,0x93,0xd,0x70,0x83,0xc5,0x36,0x7,0x16,0x3b,0x55,0xdb,0x38,0xb7,
+ 0xd6,0xe4,0x6,0x8b,0x6d,0xe,0x2c,0x76,0xaa,0xc6,0x9e,0xe1,0xdc,0xc2,0x6f,0x5,
+ 0xa,0x6d,0xe,0x77,0x31,0x84,0x7e,0xbd,0x41,0x74,0x2b,0x50,0x68,0x73,0xb8,0x8b,
+ 0x41,0xc9,0xff,0x9c,0xfb,0x45,0x72,0x83,0xa5,0x36,0x87,0x2b,0xec,0x54,0xdd,0x12,
+ 0xf9,0xd6,0x8a,0xc3,0x65,0x36,0x83,0xd0,0xb6,0x8b,0x21,0xb6,0x88,0xed,0x74,0x89,
+ 0xc3,0x6e,0x1c,0x43,0x3a,0xbf,0x42,0x21,0x38,0xfc,0x5d,0x1,0x58,0xae,0x80,0xa8,
+ 0xc1,0x62,0x48,0x27,0x4c,0x8e,0xff,0xb4,0x1e,0x7f,0x51,0xe1,0xa,0x43,0x3a,0x39,
+ 0xc9,0x5c,0x80,0xb,0x30,0xc,0xc3,0x30,0xc,0xc3,0x7c,0x42,0x55,0xfd,0x1,0xff,
+ 0x3e,0x67,0x3a,0x87,0xa5,0x19,0x8f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,
+ 0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/location.svg
+ 0x0,0x0,0x2,0x61,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x31,0x30,0x33,0x37,0x20,0x2d,0x31,
+ 0x30,0x38,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x31,
+ 0x30,0x38,0x35,0x20,0x31,0x35,0x32,0x43,0x31,0x30,0x38,0x30,0x20,0x31,0x35,0x32,
+ 0x20,0x31,0x30,0x37,0x36,0x20,0x31,0x34,0x38,0x20,0x31,0x30,0x37,0x36,0x20,0x31,
+ 0x34,0x33,0x20,0x31,0x30,0x37,0x36,0x20,0x31,0x33,0x38,0x20,0x31,0x30,0x38,0x30,
+ 0x20,0x31,0x33,0x34,0x20,0x31,0x30,0x38,0x35,0x20,0x31,0x33,0x34,0x20,0x31,0x30,
+ 0x39,0x30,0x20,0x31,0x33,0x34,0x20,0x31,0x30,0x39,0x34,0x20,0x31,0x33,0x38,0x20,
+ 0x31,0x30,0x39,0x34,0x20,0x31,0x34,0x33,0x20,0x31,0x30,0x39,0x34,0x20,0x31,0x34,
+ 0x38,0x20,0x31,0x30,0x39,0x30,0x20,0x31,0x35,0x32,0x20,0x31,0x30,0x38,0x35,0x20,
+ 0x31,0x35,0x32,0x5a,0x4d,0x31,0x30,0x38,0x35,0x20,0x31,0x32,0x32,0x43,0x31,0x30,
+ 0x37,0x38,0x2e,0x31,0x20,0x31,0x32,0x32,0x20,0x31,0x30,0x37,0x31,0x2e,0x36,0x20,
+ 0x31,0x32,0x35,0x2e,0x34,0x20,0x31,0x30,0x36,0x37,0x2e,0x37,0x20,0x31,0x33,0x31,
+ 0x2e,0x32,0x20,0x31,0x30,0x36,0x33,0x2e,0x38,0x20,0x31,0x33,0x36,0x2e,0x39,0x20,
+ 0x31,0x30,0x36,0x33,0x20,0x31,0x34,0x34,0x2e,0x32,0x20,0x31,0x30,0x36,0x35,0x2e,
+ 0x35,0x20,0x31,0x35,0x30,0x2e,0x37,0x4c,0x31,0x30,0x37,0x35,0x20,0x31,0x37,0x31,
+ 0x2e,0x37,0x20,0x31,0x30,0x38,0x33,0x2e,0x32,0x20,0x31,0x38,0x38,0x2e,0x39,0x43,
+ 0x31,0x30,0x38,0x33,0x2e,0x35,0x20,0x31,0x38,0x39,0x2e,0x36,0x20,0x31,0x30,0x38,
+ 0x34,0x2e,0x32,0x20,0x31,0x39,0x30,0x20,0x31,0x30,0x38,0x35,0x20,0x31,0x39,0x30,
+ 0x20,0x31,0x30,0x38,0x35,0x2e,0x38,0x20,0x31,0x39,0x30,0x20,0x31,0x30,0x38,0x36,
+ 0x2e,0x35,0x20,0x31,0x38,0x39,0x2e,0x36,0x20,0x31,0x30,0x38,0x36,0x2e,0x38,0x20,
+ 0x31,0x38,0x38,0x2e,0x39,0x4c,0x31,0x30,0x39,0x35,0x20,0x31,0x37,0x31,0x2e,0x37,
+ 0x20,0x31,0x31,0x30,0x34,0x2e,0x35,0x20,0x31,0x35,0x30,0x2e,0x37,0x43,0x31,0x31,
+ 0x30,0x37,0x20,0x31,0x34,0x34,0x2e,0x32,0x20,0x31,0x31,0x30,0x36,0x2e,0x32,0x20,
+ 0x31,0x33,0x36,0x2e,0x39,0x20,0x31,0x31,0x30,0x32,0x2e,0x33,0x20,0x31,0x33,0x31,
+ 0x2e,0x32,0x20,0x31,0x30,0x39,0x38,0x2e,0x34,0x20,0x31,0x32,0x35,0x2e,0x34,0x20,
+ 0x31,0x30,0x39,0x31,0x2e,0x39,0x20,0x31,0x32,0x32,0x20,0x31,0x30,0x38,0x35,0x20,
+ 0x31,0x32,0x32,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,
+ 0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,0x76,0x67,0x3e,
+
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/health.svg
+ 0x0,0x0,0x6,0xa4,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x39,0x32,0x20,0x2d,0x33,0x31,
+ 0x32,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x36,0x34,
+ 0x30,0x2e,0x32,0x38,0x20,0x33,0x39,0x32,0x43,0x36,0x34,0x34,0x2e,0x36,0x36,0x35,
+ 0x20,0x33,0x38,0x38,0x2e,0x35,0x33,0x38,0x20,0x36,0x34,0x38,0x2e,0x38,0x34,0x38,
+ 0x20,0x33,0x38,0x34,0x2e,0x38,0x32,0x39,0x20,0x36,0x35,0x32,0x2e,0x38,0x31,0x20,
+ 0x33,0x38,0x30,0x2e,0x38,0x39,0x20,0x36,0x35,0x38,0x2e,0x35,0x35,0x33,0x20,0x33,
+ 0x37,0x35,0x2e,0x34,0x31,0x39,0x20,0x36,0x36,0x33,0x2e,0x36,0x33,0x31,0x20,0x33,
+ 0x36,0x39,0x2e,0x32,0x39,0x20,0x36,0x36,0x37,0x2e,0x39,0x34,0x20,0x33,0x36,0x32,
+ 0x2e,0x36,0x33,0x20,0x36,0x37,0x31,0x2e,0x39,0x34,0x20,0x33,0x35,0x36,0x2e,0x31,
+ 0x39,0x20,0x36,0x37,0x35,0x2e,0x37,0x36,0x20,0x33,0x34,0x37,0x2e,0x38,0x33,0x20,
+ 0x36,0x37,0x33,0x2e,0x31,0x33,0x20,0x33,0x34,0x30,0x2e,0x31,0x39,0x20,0x36,0x37,
+ 0x31,0x20,0x33,0x33,0x33,0x2e,0x38,0x37,0x20,0x36,0x36,0x35,0x2e,0x30,0x39,0x20,
+ 0x33,0x32,0x38,0x2e,0x35,0x20,0x36,0x35,0x38,0x2e,0x33,0x20,0x33,0x32,0x37,0x2e,
+ 0x38,0x35,0x20,0x36,0x34,0x39,0x2e,0x37,0x32,0x20,0x33,0x32,0x37,0x20,0x36,0x34,
+ 0x33,0x2e,0x35,0x31,0x20,0x33,0x33,0x34,0x2e,0x32,0x36,0x20,0x36,0x34,0x30,0x20,
+ 0x33,0x34,0x31,0x2e,0x32,0x31,0x20,0x36,0x33,0x36,0x2e,0x37,0x39,0x20,0x33,0x33,
+ 0x34,0x2e,0x38,0x35,0x20,0x36,0x33,0x31,0x2e,0x34,0x38,0x20,0x33,0x32,0x38,0x2e,
+ 0x32,0x39,0x20,0x36,0x32,0x33,0x2e,0x38,0x31,0x20,0x33,0x32,0x37,0x2e,0x38,0x31,
+ 0x20,0x36,0x31,0x37,0x20,0x33,0x32,0x37,0x2e,0x33,0x39,0x20,0x36,0x31,0x30,0x2e,
+ 0x36,0x36,0x20,0x33,0x33,0x32,0x2e,0x31,0x38,0x20,0x36,0x30,0x37,0x2e,0x37,0x33,
+ 0x20,0x33,0x33,0x38,0x2e,0x31,0x33,0x20,0x36,0x30,0x34,0x2e,0x30,0x36,0x20,0x33,
+ 0x34,0x35,0x2e,0x36,0x20,0x36,0x30,0x37,0x2e,0x30,0x35,0x20,0x33,0x35,0x34,0x20,
+ 0x36,0x31,0x30,0x2e,0x39,0x31,0x20,0x33,0x36,0x30,0x2e,0x37,0x31,0x20,0x36,0x31,
+ 0x34,0x2e,0x39,0x31,0x20,0x33,0x36,0x37,0x2e,0x37,0x31,0x20,0x36,0x32,0x30,0x2e,
+ 0x32,0x33,0x20,0x33,0x37,0x33,0x2e,0x38,0x36,0x20,0x36,0x32,0x35,0x2e,0x38,0x35,
+ 0x20,0x33,0x37,0x39,0x2e,0x35,0x35,0x20,0x36,0x33,0x30,0x2e,0x32,0x38,0x20,0x33,
+ 0x38,0x34,0x2e,0x30,0x38,0x33,0x20,0x36,0x33,0x35,0x2e,0x30,0x30,0x37,0x20,0x33,
+ 0x38,0x38,0x2e,0x33,0x31,0x35,0x20,0x36,0x34,0x30,0x20,0x33,0x39,0x32,0x2e,0x32,
+ 0x32,0x5a,0x4d,0x36,0x32,0x34,0x20,0x33,0x35,0x38,0x20,0x36,0x32,0x37,0x20,0x33,
+ 0x34,0x39,0x20,0x36,0x32,0x38,0x2e,0x37,0x38,0x20,0x33,0x34,0x33,0x2e,0x36,0x35,
+ 0x43,0x36,0x32,0x39,0x2e,0x32,0x34,0x20,0x33,0x34,0x32,0x2e,0x32,0x36,0x20,0x36,
+ 0x32,0x39,0x2e,0x39,0x35,0x20,0x33,0x34,0x30,0x2e,0x34,0x20,0x36,0x33,0x31,0x2e,
+ 0x38,0x37,0x20,0x33,0x34,0x31,0x2e,0x32,0x20,0x36,0x33,0x33,0x2e,0x30,0x33,0x20,
+ 0x33,0x34,0x31,0x2e,0x36,0x39,0x20,0x36,0x33,0x33,0x2e,0x31,0x20,0x33,0x34,0x32,
+ 0x2e,0x38,0x39,0x20,0x36,0x33,0x33,0x2e,0x33,0x20,0x33,0x34,0x33,0x2e,0x39,0x34,
+ 0x4c,0x36,0x33,0x34,0x2e,0x31,0x33,0x20,0x33,0x34,0x38,0x2e,0x33,0x37,0x20,0x36,
+ 0x33,0x36,0x2e,0x35,0x33,0x20,0x33,0x36,0x31,0x2e,0x31,0x37,0x20,0x36,0x33,0x38,
+ 0x2e,0x31,0x32,0x20,0x33,0x36,0x39,0x2e,0x36,0x37,0x20,0x36,0x34,0x33,0x2e,0x39,
+ 0x32,0x20,0x33,0x35,0x34,0x2e,0x33,0x33,0x20,0x36,0x34,0x35,0x2e,0x32,0x20,0x33,
+ 0x35,0x30,0x2e,0x39,0x35,0x43,0x36,0x34,0x35,0x2e,0x35,0x37,0x20,0x33,0x34,0x39,
+ 0x2e,0x39,0x35,0x20,0x36,0x34,0x35,0x2e,0x39,0x35,0x20,0x33,0x34,0x38,0x2e,0x39,
+ 0x35,0x20,0x36,0x34,0x37,0x2e,0x32,0x20,0x33,0x34,0x38,0x2e,0x38,0x34,0x20,0x36,
+ 0x34,0x38,0x2e,0x37,0x39,0x20,0x33,0x34,0x38,0x2e,0x36,0x38,0x20,0x36,0x34,0x39,
+ 0x2e,0x32,0x36,0x20,0x33,0x35,0x30,0x2e,0x30,0x34,0x20,0x36,0x34,0x39,0x2e,0x36,
+ 0x31,0x20,0x33,0x35,0x31,0x2e,0x32,0x34,0x4c,0x36,0x35,0x30,0x2e,0x38,0x34,0x20,
+ 0x33,0x35,0x35,0x2e,0x34,0x36,0x20,0x36,0x35,0x33,0x2e,0x32,0x38,0x20,0x33,0x36,
+ 0x33,0x2e,0x38,0x35,0x20,0x36,0x35,0x35,0x2e,0x36,0x39,0x20,0x33,0x36,0x31,0x2e,
+ 0x32,0x43,0x36,0x35,0x36,0x2e,0x34,0x36,0x31,0x20,0x33,0x36,0x30,0x2e,0x31,0x39,
+ 0x31,0x20,0x36,0x35,0x37,0x2e,0x33,0x32,0x38,0x20,0x33,0x35,0x39,0x2e,0x32,0x36,
+ 0x20,0x36,0x35,0x38,0x2e,0x32,0x38,0x20,0x33,0x35,0x38,0x2e,0x34,0x32,0x20,0x36,
+ 0x35,0x39,0x2e,0x32,0x38,0x20,0x33,0x35,0x37,0x2e,0x37,0x32,0x20,0x36,0x36,0x31,
+ 0x2e,0x31,0x33,0x20,0x33,0x35,0x38,0x2e,0x30,0x34,0x20,0x36,0x36,0x32,0x2e,0x32,
+ 0x38,0x20,0x33,0x35,0x38,0x2e,0x30,0x34,0x4c,0x36,0x36,0x36,0x20,0x33,0x35,0x38,
+ 0x2e,0x30,0x34,0x43,0x36,0x36,0x35,0x2e,0x32,0x36,0x20,0x33,0x35,0x39,0x2e,0x33,
+ 0x37,0x20,0x36,0x36,0x34,0x2e,0x34,0x34,0x20,0x33,0x36,0x30,0x2e,0x37,0x31,0x20,
+ 0x36,0x36,0x33,0x2e,0x35,0x35,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x4c,0x36,0x36,
+ 0x30,0x2e,0x33,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x43,0x36,0x35,0x38,0x2e,0x31,
+ 0x37,0x20,0x33,0x36,0x34,0x2e,0x33,0x39,0x20,0x36,0x35,0x36,0x2e,0x31,0x33,0x20,
+ 0x33,0x36,0x36,0x2e,0x38,0x39,0x20,0x36,0x35,0x33,0x2e,0x38,0x37,0x20,0x33,0x36,
+ 0x39,0x2e,0x31,0x32,0x20,0x36,0x35,0x33,0x2e,0x31,0x36,0x31,0x20,0x33,0x36,0x39,
+ 0x2e,0x39,0x36,0x37,0x20,0x36,0x35,0x31,0x2e,0x39,0x20,0x33,0x37,0x30,0x2e,0x30,
+ 0x37,0x39,0x20,0x36,0x35,0x31,0x2e,0x30,0x35,0x33,0x20,0x33,0x36,0x39,0x2e,0x33,
+ 0x37,0x20,0x36,0x35,0x30,0x2e,0x38,0x38,0x36,0x20,0x33,0x36,0x39,0x2e,0x32,0x33,
+ 0x31,0x20,0x36,0x35,0x30,0x2e,0x37,0x34,0x33,0x20,0x33,0x36,0x39,0x2e,0x30,0x36,
+ 0x35,0x20,0x36,0x35,0x30,0x2e,0x36,0x33,0x20,0x33,0x36,0x38,0x2e,0x38,0x38,0x20,
+ 0x36,0x35,0x30,0x2e,0x34,0x31,0x33,0x20,0x33,0x36,0x38,0x2e,0x34,0x35,0x20,0x36,
+ 0x35,0x30,0x2e,0x32,0x35,0x35,0x20,0x33,0x36,0x37,0x2e,0x39,0x39,0x32,0x20,0x36,
+ 0x35,0x30,0x2e,0x31,0x36,0x20,0x33,0x36,0x37,0x2e,0x35,0x32,0x4c,0x36,0x34,0x38,
+ 0x2e,0x34,0x39,0x20,0x33,0x36,0x31,0x2e,0x38,0x31,0x20,0x36,0x34,0x37,0x2e,0x31,
+ 0x33,0x20,0x33,0x35,0x37,0x2e,0x31,0x33,0x43,0x36,0x34,0x34,0x2e,0x35,0x38,0x20,
+ 0x33,0x36,0x33,0x2e,0x38,0x36,0x20,0x36,0x34,0x32,0x2e,0x31,0x33,0x20,0x33,0x37,
+ 0x30,0x2e,0x36,0x20,0x36,0x33,0x39,0x2e,0x35,0x20,0x33,0x37,0x37,0x2e,0x33,0x20,
+ 0x36,0x33,0x39,0x2e,0x33,0x35,0x33,0x20,0x33,0x37,0x37,0x2e,0x38,0x34,0x36,0x20,
+ 0x36,0x33,0x39,0x2e,0x30,0x33,0x34,0x20,0x33,0x37,0x38,0x2e,0x33,0x33,0x20,0x36,
+ 0x33,0x38,0x2e,0x35,0x39,0x20,0x33,0x37,0x38,0x2e,0x36,0x38,0x20,0x36,0x33,0x37,
+ 0x2e,0x36,0x38,0x20,0x33,0x37,0x39,0x2e,0x33,0x30,0x35,0x20,0x36,0x33,0x36,0x2e,
+ 0x34,0x33,0x35,0x20,0x33,0x37,0x39,0x2e,0x30,0x37,0x34,0x20,0x36,0x33,0x35,0x2e,
+ 0x38,0x30,0x39,0x20,0x33,0x37,0x38,0x2e,0x31,0x36,0x34,0x20,0x36,0x33,0x35,0x2e,
+ 0x36,0x34,0x39,0x20,0x33,0x37,0x37,0x2e,0x39,0x33,0x31,0x20,0x36,0x33,0x35,0x2e,
+ 0x35,0x34,0x31,0x20,0x33,0x37,0x37,0x2e,0x36,0x36,0x38,0x20,0x36,0x33,0x35,0x2e,
+ 0x34,0x39,0x20,0x33,0x37,0x37,0x2e,0x33,0x39,0x20,0x36,0x33,0x35,0x2e,0x32,0x36,
+ 0x20,0x33,0x37,0x36,0x2e,0x34,0x37,0x20,0x36,0x33,0x35,0x2e,0x31,0x34,0x20,0x33,
+ 0x37,0x35,0x2e,0x35,0x31,0x20,0x36,0x33,0x34,0x2e,0x39,0x36,0x20,0x33,0x37,0x34,
+ 0x2e,0x35,0x39,0x4c,0x36,0x33,0x32,0x2e,0x34,0x33,0x20,0x33,0x36,0x31,0x2e,0x30,
+ 0x39,0x20,0x36,0x33,0x30,0x2e,0x35,0x34,0x20,0x33,0x35,0x31,0x20,0x36,0x32,0x37,
+ 0x2e,0x37,0x32,0x20,0x33,0x35,0x39,0x2e,0x34,0x37,0x43,0x36,0x32,0x37,0x2e,0x32,
+ 0x39,0x20,0x33,0x36,0x30,0x2e,0x37,0x33,0x20,0x36,0x32,0x36,0x2e,0x39,0x35,0x20,
+ 0x33,0x36,0x31,0x2e,0x39,0x36,0x20,0x36,0x32,0x35,0x2e,0x33,0x33,0x20,0x33,0x36,
+ 0x32,0x2e,0x30,0x34,0x20,0x36,0x32,0x33,0x2e,0x38,0x36,0x20,0x33,0x36,0x32,0x2e,
+ 0x31,0x31,0x20,0x36,0x32,0x32,0x2e,0x33,0x38,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,
+ 0x20,0x36,0x32,0x30,0x2e,0x39,0x32,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x4c,0x36,
+ 0x31,0x36,0x2e,0x34,0x32,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x43,0x36,0x31,0x35,
+ 0x2e,0x35,0x34,0x20,0x33,0x36,0x30,0x2e,0x37,0x31,0x20,0x36,0x31,0x34,0x2e,0x37,
+ 0x31,0x20,0x33,0x35,0x39,0x2e,0x33,0x37,0x20,0x36,0x31,0x33,0x2e,0x39,0x37,0x20,
+ 0x33,0x35,0x38,0x2e,0x30,0x34,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,
+ 0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,
+ 0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/location.png
+ 0x0,0x0,0x2,0xd6,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x33,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb7,0x95,0xe2,0x82,0x0,0x0,0x0,0x10,
+ 0x74,0x52,0x4e,0x53,0x0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x8f,0x9f,0xaf,
+ 0xbf,0xcf,0xdf,0xef,0x23,0x1a,0x82,0x8a,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,
+ 0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,0x64,0x0,0x0,0x2,
+ 0x10,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0x99,0xe1,0x92,0x83,0x20,0xc,0x84,0xc5,
+ 0xda,0xaa,0x55,0xcb,0xbd,0xff,0xd3,0x9e,0xda,0x15,0x13,0x10,0xec,0x85,0xd8,0x99,
+ 0x9b,0xe1,0xfb,0x89,0x5c,0xec,0x12,0xb2,0x4,0xaf,0x2a,0x14,0xa,0x85,0xc2,0x77,
+ 0x69,0xda,0xfe,0x39,0x59,0x3b,0xe,0x5d,0x7b,0xc3,0x90,0x22,0xa6,0x9d,0x7e,0x8,
+ 0x63,0x8b,0x71,0x25,0x4c,0x6f,0x11,0x79,0x67,0xa8,0xf1,0x50,0x81,0x26,0xc,0xbf,
+ 0xf0,0xc0,0xe3,0x5c,0x4c,0x8f,0x80,0x1,0x4f,0xcc,0xc8,0xa3,0x7e,0x21,0xdc,0x1,
+ 0x56,0x21,0xdb,0x86,0x25,0xd7,0xe7,0x65,0x30,0x4d,0x8c,0x19,0x10,0x2a,0xc2,0x84,
+ 0x79,0x62,0x9e,0x8,0x14,0x65,0xc4,0x44,0x21,0x2d,0xc2,0x24,0xc8,0xda,0x4b,0x26,
+ 0x91,0xe0,0xd,0x8b,0xb9,0x22,0x3a,0x4,0x49,0xd2,0x61,0xb2,0x0,0xe3,0x15,0xd8,
+ 0xd8,0x37,0xb7,0xfa,0xde,0x79,0xfb,0xca,0xca,0x4b,0x9a,0xb,0xb0,0xce,0x7f,0xbc,
+ 0xcc,0xc8,0x25,0x8c,0x88,0xb0,0x32,0x91,0x1f,0x6a,0xd8,0x13,0x71,0x16,0xc,0x2,
+ 0xac,0xf0,0xa2,0xe5,0x8b,0x27,0xad,0xb6,0x6,0x7f,0xbf,0xe2,0xf9,0xf3,0x1d,0xc3,
+ 0x2b,0xd2,0x9d,0x4a,0x97,0x3a,0xa8,0x27,0xba,0x48,0xd2,0x24,0x50,0x97,0xe8,0x31,
+ 0xe6,0xa0,0x1b,0x60,0xc0,0xd8,0x5f,0xa1,0x3f,0xf2,0x8e,0x31,0x7,0x5d,0x23,0xa9,
+ 0x21,0xd1,0x17,0x4,0x7b,0x9d,0xee,0x80,0x7f,0xf1,0x82,0x60,0x89,0xe8,0x16,0xd3,
+ 0x78,0x41,0xb0,0x51,0xe8,0x16,0x93,0xbe,0x80,0x9e,0xc5,0x41,0x8c,0xe4,0x16,0xfb,
+ 0x10,0x56,0x4c,0xde,0x1a,0xa5,0x9e,0x7d,0xc,0xb7,0xa,0x96,0x66,0x6e,0x15,0x62,
+ 0x3b,0xe5,0xcd,0x1c,0x71,0x1c,0x7e,0x52,0x4b,0x53,0xc0,0x93,0x30,0x6b,0x70,0x96,
+ 0xd3,0xf0,0x83,0x4e,0x9a,0x2,0x6f,0x8d,0x66,0x86,0xae,0xa9,0x4c,0xc3,0xbb,0xd4,
+ 0x99,0x6,0xd3,0x5,0x9c,0xf6,0x14,0xb,0x52,0x27,0x5a,0xb8,0x21,0x46,0x92,0xc,
+ 0x1,0x5e,0x9a,0x8f,0x91,0xa7,0x78,0xe1,0x81,0x28,0x9,0x32,0x7b,0xec,0xd3,0xc6,
+ 0x28,0xb7,0x3b,0x3d,0x95,0x90,0xd1,0x15,0xad,0x9c,0xf5,0x76,0x36,0xbb,0xbd,0x8e,
+ 0xde,0x3e,0xde,0xe4,0xa,0x8,0x8b,0x8d,0x93,0xd1,0xd5,0x39,0x92,0xc5,0x96,0x53,
+ 0x64,0x1b,0x49,0x9,0x59,0x45,0xb6,0x91,0x90,0xa0,0x21,0x20,0xe9,0x17,0xd2,0x93,
+ 0xc6,0x23,0xba,0x53,0xf3,0x5c,0x62,0x27,0x5a,0x6c,0x6a,0xdf,0x13,0x22,0x12,0xf2,
+ 0x8b,0x6c,0x23,0x22,0x21,0xbf,0xc8,0x36,0xfc,0xab,0xd4,0x1b,0x3d,0x1,0x11,0xbf,
+ 0xd0,0x13,0x10,0x29,0x36,0xd5,0xaf,0x52,0x7,0xc5,0xa6,0x53,0x64,0x1b,0x7,0x12,
+ 0x54,0x5c,0x62,0x27,0x90,0xa0,0x2b,0xa0,0xaa,0x6a,0xc4,0x75,0x28,0xb,0xe0,0xdd,
+ 0xf4,0x8c,0xb6,0x80,0xc0,0xf2,0xd4,0x5,0xf8,0x9d,0x30,0x6,0x35,0x61,0xd7,0x72,
+ 0x25,0x9f,0xe6,0x10,0xcb,0xd3,0xf2,0x69,0xe,0xb9,0xd4,0x68,0x7d,0x31,0xf5,0x70,
+ 0x12,0xf2,0xbf,0x35,0x1e,0xe3,0x5c,0x5b,0xd3,0xe6,0x18,0x90,0x70,0x95,0x0,0x27,
+ 0xe1,0x32,0x1,0x68,0x54,0x35,0xf,0x1a,0x9f,0xf5,0x7a,0x7f,0x9d,0x80,0xb7,0x84,
+ 0x2b,0x5,0x2c,0xff,0x49,0xd8,0x2f,0xb3,0x85,0x42,0xa1,0x50,0xf8,0x16,0x55,0xf5,
+ 0xb,0xa8,0x4a,0x62,0x58,0x15,0x67,0x26,0x51,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,
+ 0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/logo_backgroundless.png
+ 0x0,0x0,0x61,0xcc,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x3,0x4b,0x0,0x0,0x2,0xbc,0x8,0x6,0x0,0x0,0x0,0x3e,0xa4,0x24,0x63,
+ 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,
+ 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x5b,0x1,0x49,0x44,0x41,0x54,0x78,0x9c,0xed,
+ 0xdd,0x79,0x74,0x14,0x55,0xc2,0xfe,0xf1,0x5b,0x9d,0x26,0x84,0x10,0x42,0x8,0x21,
+ 0x4,0x88,0x88,0x88,0x8c,0x32,0xc,0x3f,0xc7,0x61,0x14,0x15,0x14,0x11,0x15,0x11,
+ 0x90,0x35,0xec,0x8,0x88,0xe2,0x82,0xb8,0x81,0x1a,0x5b,0x5c,0x29,0x23,0xa0,0xb8,
+ 0x80,0xa8,0x10,0x20,0x20,0x4,0x8,0x21,0xec,0x9b,0x22,0xa2,0x2,0x2a,0x32,0xb8,
+ 0x31,0x88,0x88,0x88,0x10,0x42,0x8,0x21,0x64,0x5f,0xbb,0xab,0x7e,0x7f,0x38,0xcb,
+ 0x3b,0x33,0x25,0x4b,0x48,0xd7,0xed,0xea,0xfb,0xfd,0x9c,0x33,0xe7,0x3d,0xaf,0x33,
+ 0x26,0xcf,0x8c,0x26,0xf6,0xd3,0xf7,0xf6,0x53,0x9a,0x69,0x9a,0x2,0x0,0x0,0x0,
+ 0x0,0xf0,0x9f,0x5c,0xb2,0x3,0x0,0x0,0x0,0x0,0x40,0x20,0xa2,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xb7,0xec,
+ 0x0,0x0,0x60,0x97,0x77,0x37,0xa4,0xc4,0xad,0xdd,0xf3,0x61,0xaf,0x93,0xf9,0xb9,
+ 0x31,0x9a,0xd0,0x64,0xc7,0x1,0x1c,0x29,0xba,0x7e,0x83,0xbc,0x8d,0x93,0x96,0xbc,
+ 0x2b,0x3b,0x7,0x0,0xd8,0x41,0x33,0x4d,0x53,0x76,0x6,0x0,0xb0,0x45,0xaf,0x97,
+ 0x87,0x8f,0xce,0xce,0xcb,0x99,0x4b,0x51,0x2,0x2e,0x88,0xa7,0x41,0x64,0x54,0xde,
+ 0xa6,0x67,0x97,0x52,0x98,0x0,0x4,0x3d,0xae,0xe1,0x1,0x50,0xc2,0xd8,0xb7,0x27,
+ 0x74,0x3f,0x71,0xfa,0x64,0x1c,0x45,0x9,0xb8,0x60,0xfa,0xe9,0xa2,0xfc,0xe8,0x49,
+ 0x4b,0xa6,0xb4,0x97,0x1d,0x4,0x0,0xfc,0x8d,0xb2,0x4,0x40,0x9,0x7f,0xcf,0xfc,
+ 0xb1,0x8d,0x30,0x85,0x2e,0x3b,0x7,0x10,0x14,0x4c,0xa1,0x7f,0xf2,0xfd,0xce,0x1b,
+ 0x64,0xc7,0x0,0x0,0x7f,0xa3,0x2c,0x1,0x8,0x7a,0x7d,0xa7,0x8c,0x1e,0x51,0x55,
+ 0x55,0x15,0x2a,0x3b,0x7,0x10,0x4c,0x2a,0x2a,0x2b,0xc2,0x1e,0x9e,0xeb,0xe9,0x22,
+ 0x3b,0x7,0x0,0xf8,0x13,0x65,0x9,0x40,0x50,0x5b,0xf1,0xf9,0x3a,0x77,0xd6,0xa9,
+ 0xe3,0x4d,0x85,0xe0,0x54,0x9,0xa8,0x61,0xfa,0xee,0x9f,0xbe,0x6d,0x9f,0xb2,0x75,
+ 0x69,0x94,0xec,0x20,0x0,0xe0,0x2f,0x94,0x25,0x0,0x41,0x2d,0xf9,0xc3,0xc5,0x63,
+ 0x4c,0xc3,0x4c,0x92,0x9d,0x3,0x8,0x46,0x5e,0xaf,0x77,0x4a,0xfa,0xce,0x75,0xfd,
+ 0x65,0xe7,0x0,0x0,0x7f,0xa1,0x2c,0x1,0x8,0x5a,0xf,0xcd,0xf6,0x74,0xcd,0x2b,
+ 0x3a,0x1d,0x2d,0x3b,0x7,0x10,0xcc,0x4e,0x15,0xe6,0xc5,0xbc,0xbd,0x71,0x5e,0xbc,
+ 0xec,0x1c,0x0,0xe0,0xf,0x94,0x25,0x0,0x41,0x6b,0xef,0x91,0x7d,0x6d,0x19,0x75,
+ 0x0,0xfc,0xcb,0x30,0x8c,0xa4,0xd5,0x5f,0x6e,0xee,0x25,0x3b,0x7,0x0,0xf8,0x3,
+ 0x65,0x9,0x40,0x50,0x1a,0xf9,0xe6,0xf8,0xde,0xa5,0xe5,0x65,0xe1,0xb2,0x73,0x0,
+ 0x2a,0x28,0x28,0x29,0x8c,0x7a,0x6d,0xf5,0x3b,0xad,0x64,0xe7,0x0,0x80,0x9a,0x46,
+ 0x59,0x2,0x10,0x94,0xe,0x1c,0x3f,0xd4,0x5a,0x30,0xea,0x0,0xd8,0xc3,0x34,0xf5,
+ 0xb5,0x5f,0x7d,0xd0,0x43,0x76,0xc,0x0,0xa8,0x69,0x94,0x25,0x0,0x41,0xa7,0xcf,
+ 0x2b,0xa3,0x46,0xfa,0xbc,0x5e,0xb7,0xec,0x1c,0x80,0x4a,0xca,0xca,0xcb,0xc2,0x7,
+ 0x4c,0x1d,0x33,0x4c,0x76,0xe,0x0,0xa8,0x49,0x94,0x25,0x0,0x41,0xe7,0x78,0x5e,
+ 0x76,0x9c,0xe0,0x54,0x9,0xb0,0x9b,0x7e,0xec,0xd4,0xf1,0xa6,0xef,0x6c,0x4a,0x69,
+ 0x2a,0x3b,0x8,0x0,0xd4,0x14,0xca,0x12,0x80,0xa0,0xd2,0x6f,0xca,0xe8,0x11,0xa6,
+ 0x61,0xf2,0xbb,0xd,0x90,0xc0,0xe7,0xf3,0x4d,0x59,0xf5,0xe5,0xc6,0xde,0xb2,0x73,
+ 0x0,0x40,0x4d,0xe1,0x5,0x5,0x80,0xa0,0xa1,0x2f,0x9d,0xde,0xf6,0xd8,0xa9,0x6c,
+ 0x1e,0x40,0xb,0x48,0x94,0x5f,0x5c,0x10,0xf5,0xfc,0xb2,0x69,0x57,0xca,0xce,0x1,
+ 0x0,0x35,0x81,0xb2,0x4,0x20,0x68,0x6c,0xfb,0xe1,0xf3,0xce,0xa6,0x61,0xf0,0x0,
+ 0x5a,0x40,0x26,0x53,0xe8,0x5b,0xbf,0xdb,0xde,0x45,0x76,0xc,0x0,0xa8,0x9,0x94,
+ 0x25,0x0,0x41,0x61,0xe4,0x5b,0xe3,0x7b,0x17,0x96,0x14,0x45,0xca,0xce,0x1,0x40,
+ 0x88,0x8a,0x8a,0x8a,0xb0,0x87,0xe7,0x3e,0x43,0x61,0x2,0xe0,0x78,0x94,0x25,0x0,
+ 0x41,0xe1,0x40,0xd6,0xcf,0x4c,0x85,0x3,0x81,0x43,0xdf,0xfd,0xd3,0x37,0xed,0x53,
+ 0xb6,0x2e,0x8b,0x92,0x1d,0x4,0x0,0x2e,0x4,0x65,0x9,0x80,0xe3,0xf5,0x79,0x65,
+ 0xe4,0x48,0x9f,0xd7,0xc7,0x54,0x38,0x10,0x40,0xbc,0x5e,0xef,0x94,0x15,0x9f,0xaf,
+ 0xeb,0x2f,0x3b,0x7,0x0,0x5c,0x8,0xca,0x12,0x0,0x47,0x5b,0xf1,0xf9,0x3a,0xf7,
+ 0xf1,0xbc,0x13,0x4c,0x85,0x3,0x1,0x28,0xb7,0xe0,0x54,0xcc,0x3b,0x1b,0xe7,0x33,
+ 0x25,0xe,0xc0,0xb1,0x28,0x4b,0x0,0x1c,0x2d,0xf9,0xc3,0xc5,0x63,0x4c,0xc3,0x64,
+ 0xd4,0x1,0x8,0x40,0x86,0x61,0x24,0xad,0xfe,0x6a,0x73,0x2f,0xd9,0x39,0x0,0xa0,
+ 0xba,0x28,0x4b,0x0,0x1c,0xeb,0xbe,0x77,0x26,0x76,0xcb,0x2b,0x3a,0x1d,0x2d,0x3b,
+ 0x7,0x80,0xdf,0x97,0x5f,0x54,0x10,0x35,0x63,0x7d,0x72,0x73,0xd9,0x39,0x0,0xa0,
+ 0x3a,0x28,0x4b,0x0,0x1c,0xeb,0xef,0x47,0x7f,0x6c,0x2b,0x4c,0xae,0xdf,0x1,0x81,
+ 0xcc,0x34,0xcd,0xa4,0xd5,0xbb,0x38,0x5d,0x2,0xe0,0x4c,0x94,0x25,0x0,0x8e,0x34,
+ 0x74,0xfa,0xfd,0x9,0x95,0x95,0x95,0xa1,0xb2,0x73,0x0,0x38,0xbb,0xa2,0xd2,0xa2,
+ 0x48,0x3d,0xfd,0x8d,0xb6,0xb2,0x73,0x0,0xc0,0xf9,0xa2,0x2c,0x1,0x70,0xa4,0x43,
+ 0x27,0x8e,0xb4,0x14,0x8c,0x3a,0x0,0xce,0x60,0xa,0xfd,0x83,0xaf,0x3f,0xbe,0x55,
+ 0x76,0xc,0x0,0x38,0x5f,0x94,0x25,0x0,0x8e,0xd3,0x53,0x1f,0x36,0xc6,0xf0,0xf9,
+ 0xf8,0xfd,0x5,0x38,0x48,0x79,0x45,0x45,0xd8,0x9d,0xfa,0x88,0xd1,0xb2,0x73,0x0,
+ 0xc0,0xf9,0xe0,0xc5,0x6,0x0,0x47,0x79,0x6a,0xc1,0xe4,0xe,0x27,0xf3,0x4f,0xc5,
+ 0x8,0x4e,0x95,0x0,0xa7,0xd1,0x4f,0xe4,0x9f,0x8c,0xd5,0xd3,0x5f,0xe7,0x3a,0x1e,
+ 0x0,0xc7,0xa0,0x2c,0x1,0x70,0x94,0x6f,0xf,0xef,0xbd,0xd2,0x34,0x99,0xa,0x7,
+ 0x9c,0xc8,0x34,0xcd,0xa4,0x2d,0xdf,0x7e,0xd6,0x55,0x76,0xe,0x0,0x38,0x57,0x94,
+ 0x25,0x0,0x8e,0x91,0x98,0xf2,0x52,0x87,0xd3,0xc5,0x5,0x51,0xb2,0x73,0x0,0xa8,
+ 0xbe,0xd2,0xf2,0xd2,0xf0,0xa4,0x15,0x6f,0xb5,0x91,0x9d,0x3,0x0,0xce,0x5,0x65,
+ 0x9,0x80,0x63,0x6c,0x3f,0xf0,0x55,0x47,0x4e,0x95,0x0,0x87,0x33,0x85,0xfe,0xc1,
+ 0x37,0xdb,0x18,0x7b,0x0,0xe0,0x8,0x94,0x25,0x0,0x8e,0x30,0xf8,0xb5,0xfb,0x6,
+ 0x31,0x15,0xe,0x4,0x87,0xd2,0xb2,0xd2,0xf0,0x89,0xb,0x5e,0xe8,0x28,0x3b,0x7,
+ 0x0,0x9c,0xd,0x65,0x9,0x80,0x23,0x1c,0xce,0x39,0xd2,0x42,0x30,0xea,0x0,0x4,
+ 0xb,0xfd,0xf3,0x1f,0x76,0x77,0x58,0xf0,0xf1,0xb2,0x28,0xd9,0x41,0x0,0xe0,0x4c,
+ 0x28,0x4b,0x0,0x2,0x5e,0x8f,0xc9,0xc3,0xc6,0x18,0x3e,0x83,0xdf,0x57,0x40,0x10,
+ 0xa9,0xf2,0x56,0x4d,0x5b,0xbe,0x63,0x6d,0x7f,0xd9,0x39,0x0,0xe0,0x4c,0x78,0xf1,
+ 0x1,0x20,0xa0,0x8d,0x9f,0xed,0xe9,0x72,0xb2,0xe0,0x54,0xac,0xe0,0x54,0x9,0x8,
+ 0x3a,0xb9,0x85,0x79,0x31,0x6f,0x6f,0x9c,0x17,0x2f,0x3b,0x7,0x0,0xfc,0x1e,0xca,
+ 0x12,0x80,0x80,0xf6,0xfd,0x91,0x7d,0xed,0x84,0x69,0x52,0x94,0x80,0x20,0x64,0x1a,
+ 0x46,0xd2,0xea,0x2f,0x37,0xf7,0x92,0x9d,0x3,0x0,0x7e,0xf,0x65,0x9,0x40,0xc0,
+ 0x1a,0xf9,0xd6,0xf8,0xde,0xa5,0xe5,0x65,0xe1,0xb2,0x73,0x0,0xf0,0x9f,0x82,0x92,
+ 0xc2,0xa8,0xd7,0x56,0xbf,0xd3,0x4a,0x76,0xe,0x0,0xb0,0x42,0x59,0x2,0x10,0xb0,
+ 0x7e,0xca,0x3a,0xd4,0x5a,0x70,0xfd,0xe,0x8,0x6e,0xa6,0xa9,0xaf,0xfd,0xea,0x83,
+ 0x1e,0xb2,0x63,0x0,0x80,0x15,0xca,0x12,0x80,0x80,0x34,0xe8,0xb5,0xb1,0x83,0xbc,
+ 0x5e,0xaf,0x5b,0x76,0xe,0x0,0xfe,0x57,0x56,0x5e,0x16,0x9e,0x30,0xed,0x9e,0x21,
+ 0xb2,0x73,0x0,0xc0,0x7f,0xa3,0x2c,0x1,0x8,0x48,0xbf,0xe6,0x64,0xb6,0x10,0x9c,
+ 0x2a,0x1,0xaa,0xd0,0x33,0x73,0xb3,0xe2,0xdf,0xdb,0xbc,0x20,0x4e,0x76,0x10,0x0,
+ 0xf8,0xbf,0x28,0x4b,0x0,0x2,0x4e,0xbf,0x57,0x46,0x8f,0x30,0x7c,0x3e,0x7e,0x3f,
+ 0x1,0xa,0xf1,0xf9,0x7c,0x53,0x18,0x7b,0x0,0x10,0x68,0x78,0x31,0x2,0x20,0xa0,
+ 0x4c,0x7a,0x3f,0xa9,0xfd,0xb1,0xbc,0xe3,0x4d,0x5,0xa7,0x4a,0x80,0x72,0xf2,0x8a,
+ 0x4e,0x47,0xcf,0xdc,0x30,0x97,0x29,0x71,0x0,0x1,0x83,0xb2,0x4,0x20,0xa0,0x6c,
+ 0xff,0x71,0x57,0x47,0xd3,0x30,0x93,0x64,0xe7,0x0,0x60,0x3f,0xd3,0x34,0x93,0x56,
+ 0x7d,0xb9,0xa9,0xb7,0xec,0x1c,0x0,0xf0,0x4f,0x94,0x25,0x0,0x1,0x63,0xd8,0x1b,
+ 0xf,0xf6,0x67,0x2a,0x1c,0x50,0x5b,0x51,0x69,0x51,0xa4,0x9e,0xfe,0x46,0x5b,0xd9,
+ 0x39,0x0,0x40,0x8,0xca,0x12,0x80,0x0,0x72,0xe8,0xf8,0xe1,0x96,0x82,0xeb,0x77,
+ 0x80,0xda,0x4c,0xa1,0x6f,0xfe,0xfa,0xe3,0x5b,0x65,0xc7,0x0,0x0,0x21,0x28,0x4b,
+ 0x0,0x2,0xc4,0xc0,0x69,0xf7,0xe,0xf1,0xf9,0x7c,0x4c,0x85,0x3,0x10,0x15,0x15,
+ 0x15,0x61,0x3d,0xf5,0xe1,0x63,0x64,0xe7,0x0,0x0,0xca,0x12,0x80,0x80,0x70,0xe4,
+ 0x64,0x66,0x73,0xc1,0xa9,0x12,0x80,0xdf,0xe8,0x27,0xf3,0x73,0x63,0x26,0xa5,0x4e,
+ 0x69,0x2f,0x3b,0x8,0x0,0xb5,0xf1,0x2e,0x2e,0x0,0xe9,0xee,0x98,0x3c,0xf4,0x5e,
+ 0xc3,0x30,0x78,0xf3,0x6,0xc0,0xbf,0x98,0xa6,0x99,0xf4,0xc9,0xde,0x9d,0x95,0x42,
+ 0x88,0xdd,0xb2,0xb3,0x0,0x50,0x17,0x2f,0x4e,0x0,0x48,0x35,0x76,0xd6,0x84,0xee,
+ 0xb9,0x5,0xa7,0x62,0x4,0xa7,0x4a,0x0,0xfe,0x4b,0x45,0x65,0x45,0xd8,0x43,0x73,
+ 0x9e,0xee,0x2a,0x3b,0x7,0x0,0x75,0x51,0x96,0x0,0x48,0xf5,0xf7,0xa3,0x3f,0xb6,
+ 0x11,0x26,0x45,0x9,0x80,0x25,0xfd,0xeb,0x43,0xdf,0x5f,0xb9,0xe8,0x93,0xf4,0x8,
+ 0xd9,0x41,0x0,0xa8,0x89,0xb2,0x4,0x40,0x9a,0x21,0xaf,0xdd,0x97,0x50,0x55,0x55,
+ 0x15,0x2a,0x3b,0x7,0x80,0xc0,0x55,0x55,0x55,0x35,0x6d,0xd5,0x97,0x1b,0x7b,0xcb,
+ 0xce,0x1,0x40,0x4d,0x94,0x25,0x0,0xd2,0xfc,0x92,0x73,0x94,0xa9,0x70,0x0,0x67,
+ 0x75,0xe2,0xf4,0xc9,0x38,0xd9,0x19,0x0,0xa8,0x89,0x81,0x7,0x0,0x52,0x24,0x4c,
+ 0xbb,0x67,0x88,0xe1,0xf3,0xa9,0xf8,0x86,0x8d,0x47,0x76,0x0,0xc0,0x31,0x4c,0x21,
+ 0x4c,0x61,0x8a,0xf0,0xda,0x75,0x4a,0x65,0x47,0x1,0xa0,0x26,0xca,0x12,0x0,0x29,
+ 0x8e,0x9e,0x3c,0xa6,0xd6,0x54,0xb8,0xa6,0x79,0x2e,0x6b,0xd6,0xf2,0x40,0x9f,0xe,
+ 0xb7,0xaf,0xea,0xd7,0xa1,0x87,0x57,0x76,0x1c,0x0,0x0,0x70,0x76,0x94,0x25,0x0,
+ 0xb6,0xbb,0xed,0x85,0x81,0xf,0xa8,0x34,0x15,0xae,0x69,0x5a,0x62,0xc7,0x2b,0xae,
+ 0xde,0xfe,0xea,0xe8,0x17,0xb6,0xcb,0xce,0x2,0x0,0x0,0xce,0x9d,0x32,0x2f,0x56,
+ 0x0,0x4,0x86,0x51,0x33,0x1e,0xee,0x9d,0x5f,0x54,0x10,0x25,0xd4,0x39,0x55,0xf2,
+ 0x34,0x8b,0x69,0x92,0x45,0x51,0x2,0x0,0xc0,0x79,0x28,0x4b,0x0,0x6c,0xf5,0xe3,
+ 0xb1,0x83,0xad,0x85,0x3a,0x45,0x49,0xb8,0x42,0x5c,0xc6,0x8a,0x27,0xe7,0x2d,0x94,
+ 0x9d,0x3,0x0,0x0,0x9c,0x3f,0xca,0x12,0x0,0xdb,0xf4,0x79,0x65,0xe4,0x48,0x9f,
+ 0xd7,0xa7,0xd2,0xf5,0x5f,0xcf,0x25,0x8d,0x9b,0x1f,0x92,0x1d,0x2,0x0,0x0,0x54,
+ 0xf,0x65,0x9,0x80,0x2d,0x56,0x7c,0xbe,0xce,0x7d,0x3c,0xef,0x44,0x9c,0x50,0xe8,
+ 0x54,0x29,0xac,0x76,0x58,0x79,0xea,0x63,0xef,0xa6,0xc9,0xce,0x1,0x0,0x0,0xaa,
+ 0x87,0xb2,0x4,0xc0,0x16,0xc9,0x1f,0x2e,0x1e,0x63,0x1a,0x66,0x92,0xec,0x1c,0x76,
+ 0xd1,0x34,0x2d,0xf1,0xe6,0x3f,0x76,0xdc,0x22,0x3b,0x7,0x0,0x0,0xa8,0x3e,0xca,
+ 0x12,0x0,0xbf,0x1b,0x3b,0x6b,0x42,0xf7,0xbc,0xa2,0xd3,0xd1,0xb2,0x73,0xd8,0xa9,
+ 0x51,0x54,0xc3,0xdc,0x67,0x87,0x4c,0xf8,0x4e,0x76,0xe,0x0,0x0,0x50,0x7d,0x94,
+ 0x25,0x0,0x7e,0xb7,0x2f,0xf3,0x40,0x1b,0x61,0xaa,0x73,0xfd,0x4e,0x73,0x69,0x89,
+ 0xed,0x5b,0x5e,0xb9,0x5b,0x76,0xe,0x0,0x0,0x70,0x61,0x28,0x4b,0x0,0xfc,0x6a,
+ 0xc8,0xf4,0xfb,0x13,0x2a,0x2b,0x2b,0x43,0x65,0xe7,0xb0,0x91,0xa7,0x71,0x54,0xa3,
+ 0x9c,0xe7,0x6,0x4f,0xf8,0x46,0x76,0x10,0x0,0x0,0x70,0x61,0x28,0x4b,0x0,0xfc,
+ 0xea,0xf0,0x89,0x23,0x2d,0x84,0x42,0xa3,0xe,0x21,0x21,0x21,0xde,0xd5,0x4f,0x2f,
+ 0x9c,0x27,0x3b,0x7,0x0,0x0,0xb8,0x70,0x94,0x25,0x0,0x7e,0x33,0xe8,0xb5,0xb1,
+ 0x83,0x7c,0x3e,0xc5,0xa6,0xc2,0xe3,0x2e,0x3e,0x2c,0x3b,0x4,0x0,0x0,0xa8,0x19,
+ 0x94,0x25,0x0,0x7e,0xf3,0x6b,0xce,0xd1,0x16,0x42,0xa1,0x53,0xa5,0xda,0xa1,0xb5,
+ 0xcb,0x17,0x3f,0x3a,0x8b,0xa9,0x70,0x0,0x0,0x82,0x4,0x65,0x9,0x80,0x5f,0xc,
+ 0x98,0x3a,0x66,0x98,0xe1,0x33,0xd4,0xf9,0x1d,0xa3,0x9,0xcf,0x1f,0x2f,0xfa,0xc3,
+ 0x3e,0xd9,0x31,0x0,0x0,0x40,0xcd,0x51,0xe7,0x85,0xc,0x0,0xdb,0x4c,0x5e,0x3a,
+ 0xbd,0xed,0xd1,0xdc,0xac,0x78,0xa1,0xce,0xa9,0x92,0x27,0xa6,0x7e,0xc3,0xdc,0x77,
+ 0xee,0x9f,0xba,0x49,0x76,0x10,0x0,0x0,0x50,0x73,0x28,0x4b,0x0,0x6a,0xdc,0xd6,
+ 0x7d,0x3b,0xba,0x98,0x86,0xa1,0xcc,0x3,0x68,0x5d,0x2e,0x97,0xb1,0xfe,0x99,0xc5,
+ 0xb3,0x65,0xe7,0x0,0x0,0x0,0x35,0x8b,0xb2,0x4,0xa0,0x46,0xd,0x7f,0x63,0x5c,
+ 0xff,0x92,0xd2,0x92,0x8,0xd9,0x39,0x6c,0xe4,0x69,0xde,0x28,0xfe,0x88,0xec,0x10,
+ 0x0,0x0,0xa0,0xe6,0x51,0x96,0x0,0xd4,0xa8,0x9f,0x8f,0xff,0xd2,0x52,0xa8,0x73,
+ 0xfd,0x4e,0x84,0x84,0x84,0x78,0x97,0x4d,0x9c,0x9d,0x2a,0x3b,0x7,0x0,0x0,0xa8,
+ 0x79,0x94,0x25,0x0,0x35,0xa6,0xa7,0x3e,0x6c,0x8c,0x6a,0x53,0xe1,0x2d,0x1a,0x37,
+ 0x3f,0x2c,0x3b,0x4,0x0,0x0,0xf0,0xf,0xca,0x12,0x80,0x1a,0xf1,0xe8,0xdc,0x49,
+ 0x9d,0x73,0xf2,0x4f,0xc5,0xa,0x85,0x4e,0x95,0x42,0x43,0x43,0x2b,0x53,0x1f,0x7b,
+ 0x87,0xa9,0x70,0x0,0x0,0x82,0x14,0x65,0x9,0x40,0x8d,0xf8,0xee,0xd7,0x7d,0xed,
+ 0x84,0x69,0x2a,0x53,0x94,0x84,0x26,0x3c,0x6d,0xe2,0x5b,0x33,0x15,0xe,0x0,0x40,
+ 0x10,0xa3,0x2c,0x1,0xb8,0x60,0xf7,0xcc,0x7c,0xac,0x47,0xb1,0x5a,0xa3,0xe,0x22,
+ 0xba,0x5e,0x83,0xbc,0xf7,0x1e,0x78,0x75,0x83,0xec,0x1c,0x0,0x0,0xc0,0x7f,0x28,
+ 0x4b,0x0,0x2e,0xd8,0xf,0xc7,0x7e,0xba,0x5c,0x28,0x74,0xfd,0x4e,0x73,0x69,0x89,
+ 0x63,0x6e,0x19,0x9a,0x2c,0x3b,0x7,0x0,0x0,0xf0,0x2f,0xca,0x12,0x80,0xb,0x32,
+ 0xf8,0xb5,0xfb,0x6,0x55,0x55,0x55,0x85,0xca,0xce,0x61,0x23,0x4f,0x93,0xe8,0xc6,
+ 0xd9,0xfd,0xae,0xed,0xe1,0x95,0x1d,0x4,0x0,0x0,0xf8,0x17,0x65,0x9,0xc0,0x5,
+ 0x39,0x9c,0x73,0xa4,0x85,0x50,0xe8,0x54,0x29,0xc4,0xed,0xf6,0xae,0x7c,0x2a,0x25,
+ 0x45,0x76,0xe,0x0,0x0,0xe0,0x7f,0x94,0x25,0x0,0xd5,0xd6,0x63,0xf2,0xb0,0x31,
+ 0x86,0xcf,0x50,0xe9,0xf7,0x88,0xe7,0xb2,0x26,0x97,0x1c,0x94,0x1d,0x2,0x0,0x0,
+ 0xd8,0x43,0xa5,0x17,0x39,0x0,0x6a,0xd0,0xb8,0xd9,0x89,0x5d,0x4f,0x16,0xa8,0x35,
+ 0x15,0x1e,0x1e,0x56,0xa7,0x74,0xc1,0xc3,0x33,0x32,0x64,0xe7,0x0,0x0,0x0,0xf6,
+ 0xa0,0x2c,0x1,0xa8,0x96,0xef,0x7f,0xfd,0x41,0xb1,0xa9,0x70,0xcd,0xf3,0xa7,0xe6,
+ 0x6d,0xbe,0x93,0x1d,0x3,0x0,0x0,0xd8,0x87,0xb2,0x4,0xe0,0xbc,0xd,0x7c,0xf5,
+ 0xde,0x21,0xe5,0x15,0xe5,0x61,0xb2,0x73,0xd8,0xc8,0xd3,0xa8,0x7e,0xc3,0x9c,0xb7,
+ 0xee,0xd5,0xb7,0xca,0xe,0x2,0x0,0x0,0xec,0x43,0x59,0x2,0x70,0xde,0x8e,0xe4,
+ 0x64,0x36,0x17,0xa,0x5d,0xbf,0x73,0x85,0xb8,0x8c,0x75,0xcf,0x2c,0x62,0x2a,0x1c,
+ 0x0,0x0,0xc5,0x50,0x96,0x0,0x9c,0x97,0x5e,0x2f,0xf,0x1f,0x6d,0x18,0x6a,0x8d,
+ 0x3a,0xb4,0x88,0x6d,0x7e,0x58,0x76,0x8,0x0,0x0,0x60,0x3f,0x95,0x5e,0xf0,0x0,
+ 0xb8,0x40,0x69,0x3b,0x56,0x87,0xe6,0x9c,0xce,0x55,0x6a,0xd4,0xa1,0x56,0xad,0x5a,
+ 0x95,0x4b,0x1e,0x7f,0x77,0xa9,0xec,0x1c,0x0,0x0,0xc0,0x7e,0x94,0x25,0x0,0xe7,
+ 0x6c,0xfe,0x47,0x4b,0x47,0x9b,0xa6,0x99,0x24,0x3b,0x87,0x8d,0x3c,0x57,0x34,0xbb,
+ 0x6c,0xbf,0xec,0x10,0x0,0x0,0x40,0xe,0xca,0x12,0x80,0x73,0x32,0x76,0xd6,0x84,
+ 0xee,0x79,0x45,0xa7,0xa3,0x65,0xe7,0xb0,0x53,0x44,0x78,0xdd,0xe2,0x39,0xe3,0xa6,
+ 0xaf,0x93,0x9d,0x3,0x0,0x0,0xc8,0x41,0x59,0x2,0x70,0x4e,0xf6,0x65,0x1e,0x68,
+ 0x23,0x4c,0x75,0xae,0xdf,0x9,0x4d,0xf3,0xb4,0xbb,0x98,0xa9,0x70,0x0,0x0,0x54,
+ 0x46,0x59,0x2,0x70,0x56,0x43,0xa6,0xdf,0x9f,0x50,0x59,0x59,0x19,0x2a,0x3b,0x87,
+ 0x9d,0x1a,0x46,0x36,0xc8,0x7d,0xfd,0xee,0x97,0xb6,0xc9,0xce,0x1,0x0,0x0,0xe4,
+ 0xa1,0x2c,0x1,0x38,0xab,0xc3,0x27,0x8e,0xb4,0x10,0xa,0x8d,0x3a,0x68,0x2e,0x57,
+ 0xe2,0x98,0xae,0x43,0x99,0xa,0x7,0x0,0x40,0x71,0x94,0x25,0x0,0x67,0x34,0x70,
+ 0xda,0xbd,0x43,0x7c,0x3e,0x9f,0x5b,0x76,0xe,0x1b,0x79,0xe2,0x63,0x9a,0x64,0xf6,
+ 0xbd,0xf6,0xe,0x43,0x76,0x10,0x0,0x0,0x20,0x17,0x65,0x9,0xc0,0x19,0x1d,0x39,
+ 0xa9,0xd6,0x3,0x68,0x43,0x6b,0x85,0x56,0xa6,0x3f,0x31,0x77,0x91,0xec,0x1c,0x0,
+ 0x0,0x40,0x3e,0x95,0xde,0x2d,0x6,0x70,0x9e,0xee,0x98,0x3c,0xf4,0x5e,0xa5,0x1e,
+ 0x40,0xab,0x9,0x4f,0x9b,0x8b,0x5a,0xef,0x93,0x1d,0xe3,0x5c,0x5d,0x33,0xa1,0xdb,
+ 0xd3,0xb2,0x33,0xf8,0x9b,0x61,0x1a,0x2e,0x77,0xad,0x5a,0xde,0xcf,0x5f,0x59,0xff,
+ 0x8a,0xec,0x2c,0x0,0x0,0xf5,0x50,0x96,0x0,0x58,0xba,0xff,0x9d,0x27,0xba,0xe5,
+ 0x16,0x9c,0x8a,0x11,0xa,0x9d,0x2a,0x45,0xd7,0x6b,0x90,0xf7,0xde,0x3,0xaf,0x6e,
+ 0x90,0x9d,0xe3,0x5c,0x19,0xc2,0x74,0xb9,0x84,0xf6,0x92,0xec,0x1c,0xfe,0xe4,0xd2,
+ 0x5c,0xc2,0xe7,0xf5,0x7a,0xfa,0x4d,0xbb,0x7b,0xc4,0x8a,0x89,0x73,0x17,0xca,0xce,
+ 0x3,0x0,0x50,0x8b,0x3a,0xef,0x18,0x3,0x38,0x2f,0x7b,0x8f,0xec,0x6f,0xab,0xd2,
+ 0x54,0xb8,0xe6,0xd2,0x12,0xc7,0xdc,0xe2,0xac,0x51,0x87,0xfa,0x11,0x91,0xf9,0xb2,
+ 0x33,0xd8,0x41,0x13,0x9a,0x7e,0xe4,0x44,0x66,0x73,0xcf,0xe2,0xa4,0xab,0x65,0x67,
+ 0x1,0x0,0xa8,0x85,0xb2,0x4,0xe0,0x7f,0xf4,0x9f,0x7a,0xf7,0xb0,0xca,0x2a,0xa5,
+ 0xa6,0xc2,0x3d,0x4d,0x1a,0x34,0xce,0xee,0x77,0x6d,0xf,0xaf,0xec,0x20,0xe7,0xe3,
+ 0xf6,0x3f,0x77,0xd9,0x64,0xa,0xd3,0x23,0x3b,0x87,0x1d,0x5c,0x42,0x7b,0x69,0xdb,
+ 0xde,0x9d,0x9d,0x65,0xe7,0x0,0x0,0xa8,0x85,0xb2,0x4,0xe0,0x3f,0x64,0x7c,0xbe,
+ 0xde,0x95,0x99,0x7b,0x3c,0x5e,0x28,0x74,0xfd,0xce,0x15,0x12,0x62,0xac,0x4c,0x4c,
+ 0x49,0x91,0x9d,0xe3,0x7c,0x3d,0x7e,0xe7,0xfd,0x7,0x9b,0x34,0x8c,0xcb,0x16,0x42,
+ 0x28,0x51,0x98,0xaa,0xaa,0xaa,0xdc,0xfd,0xa6,0x8e,0x1e,0x21,0x3b,0x7,0x0,0x40,
+ 0x1d,0x94,0x25,0x0,0xff,0x21,0x79,0xcb,0xe2,0x31,0xa6,0x61,0x24,0xc9,0xce,0x61,
+ 0x23,0xcf,0x25,0x8d,0x9b,0x1f,0x92,0x1d,0xa2,0xba,0x56,0x27,0x2e,0x98,0x17,0x1a,
+ 0x1a,0x5a,0x29,0x3b,0x87,0x1d,0x34,0x21,0xf4,0xa3,0x39,0xc7,0xe2,0xa7,0xac,0x9a,
+ 0x79,0xb9,0xec,0x2c,0x0,0x0,0x35,0x50,0x96,0x0,0xfc,0xcb,0x23,0xc9,0xcf,0x74,
+ 0x3e,0x55,0x78,0x3a,0x46,0x76,0xe,0x3b,0x85,0x86,0x86,0x56,0xa6,0x3e,0xf6,0x4e,
+ 0x9a,0xec,0x1c,0x17,0xa2,0x53,0x9b,0x6b,0x3e,0x35,0x15,0x39,0x5d,0xd2,0x84,0xa6,
+ 0x6f,0xfe,0xfa,0xe3,0x5b,0x65,0xe7,0x0,0x0,0xa8,0x81,0xb2,0x4,0xe0,0x5f,0xbe,
+ 0xfb,0x75,0x5f,0x3b,0x61,0x9a,0xca,0x5c,0xbf,0x13,0x9a,0xf0,0xb4,0x89,0x77,0xce,
+ 0x54,0xf8,0xef,0x79,0x79,0x98,0x67,0x57,0x58,0xed,0xda,0xe5,0xb2,0x73,0xd8,0xa5,
+ 0xb8,0xa4,0x24,0xe2,0xc9,0x85,0x2f,0x5d,0x27,0x3b,0x7,0x0,0x20,0xf8,0x51,0x96,
+ 0x0,0x8,0x21,0x84,0x18,0xf1,0xc6,0xb8,0xbe,0x25,0x65,0xa5,0x11,0xb2,0x73,0xd8,
+ 0xc8,0x13,0x15,0x51,0x3f,0xdf,0x49,0x53,0xe1,0x67,0xf2,0x97,0x4b,0xff,0xdf,0x1e,
+ 0x55,0xc6,0x1e,0x34,0x21,0xf4,0x9d,0xfb,0xbf,0xa2,0x2c,0x1,0x0,0xfc,0x8e,0xb2,
+ 0x4,0x40,0x8,0x21,0xc4,0xa1,0x13,0xbf,0xb6,0x14,0xa,0x8d,0x3a,0x68,0x2e,0x97,
+ 0xb1,0xf9,0xb9,0x65,0xb3,0x64,0xe7,0xa8,0x29,0xaf,0x8f,0x7e,0x71,0x5b,0x64,0xdd,
+ 0x7a,0x85,0xb2,0x73,0xd8,0xa5,0xb2,0xb2,0x32,0x34,0xe1,0xd5,0x7b,0x86,0xc8,0xce,
+ 0x1,0x0,0x8,0x6e,0x94,0x25,0x0,0x62,0xd0,0xab,0xf7,0xe,0xaa,0xaa,0xaa,0x52,
+ 0x6a,0x2a,0x3c,0xbe,0x61,0x93,0x4c,0xd9,0x21,0x6a,0xda,0x3d,0x5d,0x87,0x27,0xb,
+ 0x4d,0x8d,0xcf,0x2e,0x9,0x21,0xf4,0x5f,0x4f,0x1c,0x6d,0xf1,0xe6,0xba,0xd9,0x2d,
+ 0x64,0x7,0x1,0x0,0x4,0x2f,0xca,0x12,0x0,0xf1,0xeb,0xc9,0xcc,0x16,0x42,0xa1,
+ 0x53,0xa5,0x90,0x90,0x10,0x6f,0xfa,0x93,0x73,0x17,0xc9,0xce,0x51,0xd3,0x6,0x76,
+ 0xba,0xb3,0xfc,0xb2,0x66,0x97,0x1e,0x10,0x8a,0x8c,0x3d,0x8,0x53,0xe8,0x6b,0xbf,
+ 0xfa,0xb0,0x87,0xec,0x18,0x0,0x80,0xe0,0x45,0x59,0x2,0x14,0xd7,0x3b,0x69,0xe4,
+ 0x48,0xc3,0x67,0xa8,0xf4,0xbb,0xc0,0xd3,0x32,0xae,0x85,0x63,0xa7,0xc2,0xcf,0x66,
+ 0xd1,0x23,0x6f,0xa7,0xd7,0xaa,0x55,0x4b,0x89,0x29,0x71,0x21,0x84,0x28,0x2c,0x29,
+ 0x8c,0x9c,0xb4,0x64,0x4a,0x7b,0xd9,0x39,0x0,0x0,0xc1,0x49,0xa5,0x17,0x48,0x0,
+ 0xfe,0xcb,0xb,0xa9,0xd3,0xae,0xcc,0x3e,0x7d,0x22,0x4e,0xa8,0x73,0xaa,0xe4,0x89,
+ 0x8c,0xa8,0x57,0xb8,0xe8,0xd1,0xb7,0xd3,0x65,0x7,0xf1,0xa7,0x2b,0x5b,0xb6,0xfd,
+ 0x46,0x9d,0xb1,0x7,0x4d,0xff,0x64,0xef,0xce,0x1b,0x64,0xe7,0x0,0x0,0x4,0x27,
+ 0xca,0x12,0xa0,0xb0,0xcf,0x7e,0xfc,0xb2,0xa3,0x69,0x98,0xca,0x3c,0x80,0x56,0x73,
+ 0x69,0xc6,0x87,0xcf,0x2f,0x9f,0x29,0x3b,0x87,0xbf,0xcd,0xbc,0x27,0x69,0x4b,0x78,
+ 0x9d,0xf0,0x52,0xd9,0x39,0xec,0x52,0x51,0x51,0x11,0x36,0xe2,0xad,0x71,0x7d,0x65,
+ 0xe7,0x0,0x0,0x4,0x1f,0xca,0x12,0xa0,0xa8,0xe1,0x6f,0x3c,0xd8,0xbf,0xa8,0xa4,
+ 0x38,0x52,0x76,0xe,0x1b,0x79,0x9a,0x46,0xc7,0x65,0xc9,0xe,0x61,0x97,0xae,0xed,
+ 0x6e,0xd8,0xa2,0xca,0xe9,0x92,0x10,0x42,0xff,0xf1,0xe8,0xcf,0x97,0xcf,0xfd,0x68,
+ 0x89,0x52,0xf,0x54,0x6,0x0,0xf8,0x1f,0x65,0x9,0x50,0xd4,0xcf,0xc7,0xf,0x2b,
+ 0x35,0x15,0xee,0xa,0x71,0x19,0x19,0x4f,0xcd,0x5f,0x28,0x3b,0x87,0x5d,0x9e,0x19,
+ 0xf0,0xe8,0xde,0x98,0xa8,0x86,0xb9,0x42,0x99,0xb1,0x7,0x53,0x5f,0xf1,0xf9,0x5a,
+ 0x4e,0x97,0x0,0x0,0x35,0x8a,0xb2,0x4,0x28,0xa8,0xc7,0xe4,0xa1,0x63,0x7c,0x3e,
+ 0x9f,0x5b,0x76,0xe,0x1b,0x79,0x2e,0x6e,0x14,0x7f,0x58,0x76,0x8,0xbb,0x6d,0x78,
+ 0x26,0x75,0xb6,0xe6,0x72,0x19,0xb2,0x73,0xd8,0x25,0x37,0xff,0x54,0xcc,0x1b,0x4c,
+ 0x89,0x3,0x0,0x6a,0x10,0x65,0x9,0x50,0x4c,0xf2,0x96,0xc5,0x31,0x27,0xb,0xf2,
+ 0x62,0x85,0x42,0xa7,0x4a,0x6e,0xb7,0xdb,0xbb,0x74,0xc2,0xec,0xa5,0xb2,0x73,0xc8,
+ 0xd0,0xf6,0xe2,0xcb,0xf7,0xa,0x45,0x4e,0x97,0x34,0xa1,0xe9,0xeb,0x77,0x6f,0x61,
+ 0x4a,0x1c,0x0,0x50,0x63,0x28,0x4b,0x80,0x62,0x96,0x7e,0xb6,0x72,0x90,0x30,0x4d,
+ 0x65,0x8a,0x92,0x10,0xc2,0xd3,0xaa,0xc9,0x25,0x7,0x65,0x87,0x90,0x25,0xf9,0xc1,
+ 0xe9,0xeb,0x54,0x9a,0x12,0x2f,0x28,0x2e,0x88,0x7c,0x73,0xdd,0x9c,0x16,0xb2,0x73,
+ 0x0,0x0,0x82,0x3,0x65,0x9,0x50,0xc8,0xe8,0x19,0x8f,0xf4,0x52,0x6c,0xd4,0x41,
+ 0x44,0x84,0x47,0x14,0x2f,0x78,0x78,0x46,0x86,0xec,0x1c,0x32,0x5d,0x7d,0xd9,0x9f,
+ 0x77,0xa9,0x32,0xf6,0xa0,0x9,0x4d,0x5f,0xb7,0xfb,0x3,0x4e,0x97,0x0,0x0,0x35,
+ 0x82,0xb2,0x4,0x28,0xe4,0xa7,0xac,0x43,0xad,0x85,0x42,0xd7,0xef,0x84,0x26,0x3c,
+ 0x9,0xd7,0xf7,0x4a,0x93,0x1d,0x43,0xb6,0xe9,0xa3,0x5f,0xfc,0x34,0xac,0x76,0x58,
+ 0xb9,0xec,0x1c,0x76,0x29,0x28,0x2e,0x8c,0x4c,0x5c,0xa4,0x77,0x90,0x9d,0x3,0x0,
+ 0xe0,0x7c,0x94,0x25,0x40,0x11,0x83,0x5f,0x1d,0x3b,0xa8,0xb2,0xaa,0x32,0x54,0x76,
+ 0xe,0x3b,0x35,0x88,0x88,0xca,0x1b,0x7b,0xdb,0x88,0x6c,0xd9,0x39,0x2,0x41,0x97,
+ 0x76,0x1d,0xb7,0xaa,0x74,0xba,0xc4,0x83,0x6a,0x1,0x0,0x35,0x81,0xb2,0x4,0x28,
+ 0xe2,0xf0,0xc9,0xa3,0x2d,0x84,0x52,0xa7,0x4a,0x9a,0x67,0xd0,0xd,0xbd,0x95,0x1c,
+ 0x75,0xb0,0xf2,0xfc,0xc0,0x89,0xdf,0x34,0xac,0x1f,0x9d,0x27,0x14,0x19,0x7b,0xf0,
+ 0x79,0x7d,0xee,0x9e,0x2f,0xf,0x1f,0x23,0x3b,0x7,0x0,0xc0,0xd9,0x28,0x4b,0x80,
+ 0x2,0xee,0x98,0x3c,0xf4,0x5e,0xc3,0x67,0x28,0xf5,0xf3,0xde,0xa0,0x5e,0xfd,0xbc,
+ 0x91,0x37,0xd,0xca,0x97,0x9d,0x23,0x90,0x6c,0x9c,0xb4,0xe4,0x5d,0x85,0xa6,0xc4,
+ 0xf5,0x13,0x79,0x39,0xb1,0x53,0x56,0xce,0xb8,0x5c,0x76,0x10,0x0,0x80,0x73,0x29,
+ 0xf5,0xe2,0x9,0x50,0xd1,0xac,0x8d,0x29,0x4d,0x73,0xb,0xf2,0x62,0x84,0x42,0xa7,
+ 0x4a,0x2e,0x97,0x2b,0x71,0x50,0x47,0x4e,0x95,0xac,0xb4,0xbf,0xec,0xff,0xed,0x56,
+ 0xe9,0x3a,0xde,0xa6,0x3d,0x1f,0x77,0x93,0x9d,0x3,0x0,0xe0,0x5c,0x94,0x25,0x20,
+ 0xc8,0xa5,0xed,0x5c,0x9d,0xa0,0xda,0x54,0x78,0x7c,0x4c,0xd3,0xcc,0x91,0x5d,0x38,
+ 0x55,0xb2,0x32,0xf3,0x9e,0xa4,0x2d,0x75,0xc2,0xea,0x28,0x33,0xf6,0x50,0x52,0x56,
+ 0x12,0xfe,0xdc,0xd2,0xa9,0x57,0xc9,0xce,0x1,0x0,0x70,0x26,0xca,0x12,0x10,0xc4,
+ 0x6,0x4c,0x1d,0x33,0xac,0xac,0xac,0x2c,0x5c,0x76,0xe,0x3b,0xd5,0xa9,0x53,0xa7,
+ 0x74,0xf9,0x13,0xc9,0x8b,0x64,0xe7,0x8,0x64,0x37,0xb5,0xbd,0x5e,0xa9,0xb1,0x87,
+ 0x8f,0xbf,0xdf,0xd1,0x59,0x76,0xe,0x0,0x80,0x33,0x51,0x96,0x80,0x20,0x35,0x7f,
+ 0xeb,0xd2,0xe8,0xcc,0xdc,0xac,0x78,0xa1,0xd0,0xf5,0x3b,0xa1,0x9,0x4f,0xbf,0x6b,
+ 0x7b,0x28,0xfd,0x4c,0xa5,0x73,0xf1,0xfc,0xa0,0x89,0xdf,0x84,0xd7,0x9,0x2f,0x95,
+ 0x9d,0xc3,0x2e,0xe5,0x15,0xe5,0x61,0xf,0xcc,0x7e,0xf2,0x56,0xd9,0x39,0x0,0x0,
+ 0xce,0x43,0x59,0x2,0x82,0xd4,0xd2,0xcf,0x56,0xd,0x32,0xc,0x23,0x49,0x76,0xe,
+ 0x3b,0x45,0x45,0xd4,0xcf,0x7f,0xa8,0xfb,0xdd,0x47,0x64,0xe7,0x70,0x82,0x5b,0xaf,
+ 0xec,0xfc,0x81,0x4a,0xa7,0x4b,0x7b,0xe,0x7e,0xcf,0x55,0x3c,0x0,0xc0,0x79,0xa3,
+ 0x2c,0x1,0x41,0x68,0xf6,0x87,0xb,0x63,0xf3,0x8b,0xb,0xa2,0x64,0xe7,0xb0,0x93,
+ 0xe6,0xd2,0x12,0x87,0xde,0xd8,0x9f,0xeb,0x77,0xe7,0xe8,0xe9,0x7e,0xf,0xef,0x6b,
+ 0xd4,0x20,0x26,0x57,0x28,0x32,0x25,0x6e,0x1a,0x86,0xeb,0xf6,0xc9,0x83,0xef,0x93,
+ 0x9d,0x3,0x0,0xe0,0x2c,0x94,0x25,0x20,0x8,0xa5,0xef,0x58,0xd7,0x5f,0xb5,0x51,
+ 0x87,0xc6,0xd,0x1a,0xe5,0x8c,0xe8,0x3c,0xa0,0x50,0x76,0x10,0x27,0x59,0xef,0x59,
+ 0x3c,0x3b,0xc4,0xed,0xf6,0xca,0xce,0x61,0x13,0xfd,0x54,0x7e,0x5e,0xb4,0x9e,0xfe,
+ 0x46,0x5b,0xd9,0x41,0x0,0x0,0xce,0x41,0x59,0x2,0x82,0xcc,0xeb,0x6b,0xdf,0x6b,
+ 0x59,0x50,0x52,0x18,0x25,0x3b,0x87,0x9d,0xdc,0x6e,0xb7,0x77,0x75,0xe2,0xc2,0x79,
+ 0xb2,0x73,0x38,0xd1,0x35,0x7f,0xb8,0x6a,0x97,0x4a,0xd7,0xf1,0x3e,0xfc,0xf6,0x93,
+ 0xae,0xb2,0x73,0x0,0x0,0x9c,0x83,0xb2,0x4,0x4,0x99,0x55,0x5f,0x6e,0xec,0x2d,
+ 0x4c,0x85,0x46,0x1d,0x84,0xf0,0x5c,0xd6,0xe4,0x92,0x3,0xb2,0x43,0x38,0xd5,0xeb,
+ 0xa3,0x5e,0xdc,0x16,0x16,0x16,0xa6,0xcc,0x94,0x78,0x69,0x59,0x69,0x78,0xe2,0xe2,
+ 0x97,0x3b,0xc8,0xce,0x1,0x0,0x70,0x6,0xca,0x12,0x10,0x44,0x46,0xbc,0x31,0xae,
+ 0x6f,0x79,0x79,0x79,0x98,0xec,0x1c,0x76,0xaa,0x57,0x37,0xa2,0x30,0xe5,0xe1,0x19,
+ 0xab,0x64,0xe7,0x70,0xb2,0x9b,0xda,0x5e,0xbf,0x4d,0xa5,0xd3,0xa5,0xcf,0xf6,0x7e,
+ 0xde,0x51,0x76,0xe,0x0,0x80,0x33,0x50,0x96,0x80,0x20,0x72,0x30,0xfb,0x97,0x56,
+ 0x42,0xa9,0xa9,0x70,0xcd,0x33,0xb0,0x53,0xef,0x34,0xd9,0x31,0x9c,0xee,0x85,0x41,
+ 0x4f,0xec,0x89,0x8,0x8f,0x28,0x96,0x9d,0xc3,0x2e,0x55,0x55,0x55,0xa1,0x7d,0xa6,
+ 0x8c,0x1a,0x29,0x3b,0x7,0x0,0x20,0xf0,0x51,0x96,0x80,0x20,0x91,0x30,0xed,0x9e,
+ 0x21,0x3e,0xaf,0xcf,0x2d,0x3b,0x87,0x9d,0x1a,0xd4,0xab,0x9f,0x77,0x4f,0xd7,0x61,
+ 0x39,0xb2,0x73,0x4,0x83,0x1e,0xed,0x6f,0x59,0x27,0x34,0x35,0x96,0xf1,0x84,0x10,
+ 0xfa,0xb1,0x93,0x59,0x4d,0xa7,0xae,0x7a,0xbb,0xb5,0xec,0x20,0x0,0x80,0xc0,0x46,
+ 0x59,0x2,0x82,0xc4,0xd1,0x93,0xc7,0x9a,0xb,0x85,0x4e,0x95,0x34,0x97,0x96,0x38,
+ 0xa8,0x53,0xdf,0xa5,0xb2,0x73,0x4,0x8b,0xc7,0x7a,0xdd,0x77,0xe8,0xa2,0xd8,0xf8,
+ 0x23,0x42,0x91,0x29,0x71,0x4d,0x68,0xfa,0x86,0xbf,0x6d,0xe9,0x2e,0x3b,0x7,0x0,
+ 0x20,0xb0,0x29,0xf5,0x2e,0x34,0x10,0xac,0x6,0x4c,0x1d,0x33,0xcc,0x30,0xc,0x95,
+ 0xde,0xfc,0xf0,0xc4,0x35,0x68,0x9c,0x3d,0xf2,0xa6,0x84,0x7c,0xd9,0x41,0x82,0x49,
+ 0xfa,0xc4,0xe4,0x45,0x1d,0x9f,0xee,0x35,0xa1,0xaa,0xb2,0x52,0x76,0x14,0x5b,0x94,
+ 0x96,0x95,0x86,0x3f,0xb1,0xf0,0xc5,0xeb,0xa6,0x8e,0x78,0x76,0xa7,0xec,0x2c,0x35,
+ 0xe1,0xd5,0x8c,0x59,0xad,0xbe,0x39,0xbc,0xf7,0xca,0x82,0xb2,0xc2,0x28,0xc3,0x30,
+ 0x5c,0xa6,0x69,0xa,0xaf,0xcf,0xe7,0x36,0xcc,0xe0,0xfa,0xdd,0x60,0x9a,0xa6,0xcb,
+ 0x6b,0xf8,0xdc,0x5e,0xaf,0xd7,0xed,0x33,0x7c,0x2e,0xd3,0x34,0x3,0xea,0xbf,0x9f,
+ 0xa6,0x69,0x46,0x48,0x48,0x88,0x11,0xdf,0xb0,0x49,0xe6,0xb2,0x89,0x73,0x52,0x65,
+ 0xe7,0x1,0x70,0x61,0x28,0x4b,0x40,0x10,0xc8,0xcc,0xcd,0x8a,0x17,0xa,0x9d,0x2a,
+ 0xd5,0xe,0xad,0x5d,0xbe,0x2a,0x31,0x25,0x45,0x76,0x8e,0x60,0x74,0x63,0xdb,0x6b,
+ 0x3f,0xfd,0x70,0xcf,0x36,0x8f,0x26,0xb4,0xa0,0xff,0xfb,0x49,0x13,0x9a,0xbe,0xf3,
+ 0x87,0xaf,0x26,0xa,0x21,0x82,0xa2,0x2c,0x7d,0xf8,0xdd,0x27,0xb7,0xe6,0x17,0x17,
+ 0xbc,0x2d,0x3b,0x87,0xea,0x4c,0xd3,0x14,0x5e,0xaf,0x57,0xfc,0x72,0xe2,0xa8,0xa7,
+ 0xcb,0xb3,0xfd,0xc6,0x6f,0x7d,0x71,0xc5,0x5b,0xb2,0x33,0x1,0xa8,0xbe,0x80,0x7a,
+ 0x37,0x6,0x40,0xf5,0x54,0xf8,0x2a,0x43,0x85,0x69,0x7a,0xc4,0x6f,0x57,0xa8,0x82,
+ 0xed,0x1a,0xd5,0xbf,0xfe,0x7b,0x99,0xc2,0xf4,0x84,0x86,0x86,0x4e,0xbc,0xfa,0xb2,
+ 0xab,0x76,0xc9,0xe,0x15,0xac,0xf4,0x21,0x89,0xbb,0xea,0x84,0xd5,0x51,0x66,0x4a,
+ 0xbc,0xaa,0xaa,0x2a,0x74,0xe0,0x6b,0xf7,0xe,0x91,0x9d,0xa3,0x26,0x14,0x96,0x16,
+ 0x45,0xca,0xce,0x80,0x7f,0xd3,0x84,0xd0,0x4b,0x4a,0x4b,0x22,0x7a,0xea,0xc3,0xc7,
+ 0xc8,0xce,0x2,0xa0,0xfa,0x34,0xd3,0x34,0x65,0x67,0x0,0x50,0x83,0x56,0xec,0xda,
+ 0xe0,0xce,0x2b,0xca,0x8b,0x2e,0xaf,0xaa,0xa,0xf3,0x19,0x55,0xae,0x8a,0xca,0xca,
+ 0xb0,0x92,0xf2,0xd2,0xf0,0xf2,0xca,0x8a,0x30,0x21,0x2,0xfb,0xe7,0x5d,0xd3,0x34,
+ 0x11,0x16,0x1a,0x56,0x5e,0x27,0xb4,0x76,0x69,0x58,0xed,0xf0,0xf2,0xf0,0xda,0xb5,
+ 0x4b,0x1b,0x46,0x44,0xe7,0xf5,0xbb,0xe6,0xe,0xaf,0xec,0x6c,0x2a,0x79,0x29,0xfd,
+ 0xf5,0x76,0x6b,0xbf,0xd8,0xd4,0x43,0x85,0xd3,0x25,0x21,0x84,0x10,0x9a,0xf0,0x8c,
+ 0xea,0x3a,0x78,0xde,0x7d,0xb7,0xdd,0x95,0x2d,0x3b,0xca,0x85,0xe8,0x30,0xf1,0xf6,
+ 0xa7,0x4c,0xd3,0x4c,0x92,0x9d,0x3,0xff,0x45,0xd3,0x3c,0x77,0xdf,0x3a,0x34,0xf9,
+ 0xde,0x5b,0x18,0xa3,0x1,0x9c,0x88,0xb2,0x4,0x0,0xf8,0x1f,0xdd,0x5e,0x1c,0x74,
+ 0xdf,0xe9,0xc2,0xfc,0x68,0xa1,0xc8,0xf5,0xce,0xfa,0xf5,0x22,0x1f,0xfc,0xe0,0xb9,
+ 0xb4,0x59,0xb2,0x73,0x5c,0x8,0xca,0x52,0xe0,0xaa,0x13,0x56,0xe7,0xd1,0x6d,0x93,
+ 0x57,0xbe,0x21,0x3b,0x7,0x80,0xf3,0xc7,0x35,0x3c,0x0,0xc0,0xff,0xd8,0xf4,0xec,
+ 0xd2,0x77,0x35,0x97,0x66,0xc8,0xce,0x61,0x97,0xfc,0xa2,0x82,0xa8,0x57,0x56,0xce,
+ 0xb8,0x5c,0x76,0x8e,0xb,0xa1,0x69,0x9a,0xec,0x8,0xf8,0x1d,0x65,0xe5,0x65,0xe1,
+ 0xfd,0xa7,0xdc,0x3d,0x4c,0x76,0xe,0x0,0xe7,0x8f,0xb2,0x4,0x0,0xb0,0xf4,0xc7,
+ 0x8b,0xaf,0xd8,0x67,0x6,0xdf,0x67,0xe0,0x2c,0x69,0x42,0xd3,0x37,0xed,0xd9,0xda,
+ 0x4d,0x76,0xe,0x4,0x2d,0xfd,0x58,0xde,0xf1,0xf8,0xb4,0x1d,0x6b,0x42,0x65,0x7,
+ 0x1,0x70,0x7e,0x28,0x4b,0x0,0x0,0x4b,0x73,0x1f,0x9c,0xbe,0x26,0xac,0x76,0x6d,
+ 0x65,0xc6,0x1e,0x4a,0xcb,0x4a,0xc3,0x5f,0xce,0x78,0xb3,0x8d,0xec,0x1c,0x8,0x4e,
+ 0x86,0xcf,0x48,0x9a,0xff,0xd1,0x92,0xd1,0xb2,0x73,0x0,0x38,0x3f,0x94,0x25,0x0,
+ 0xc0,0xef,0xba,0xa9,0x5d,0xc7,0x6d,0xa6,0x30,0x95,0x39,0x5d,0xfa,0xe0,0xeb,0x6d,
+ 0xb7,0xca,0xce,0x81,0xe0,0x95,0x57,0x94,0x1f,0xbd,0xe8,0xd3,0xf4,0x8,0xd9,0x39,
+ 0x0,0x9c,0x3b,0xca,0x12,0x0,0xe0,0x77,0xbd,0x30,0x70,0xe2,0x1e,0x95,0xa6,0xc4,
+ 0x4b,0xcb,0x4a,0xc3,0x1f,0x9d,0xff,0x5c,0x67,0xd9,0x39,0x10,0xa4,0x4c,0x53,0x5f,
+ 0xb8,0x35,0x6d,0x84,0xec,0x18,0x0,0xce,0x1d,0x65,0x9,0x0,0x70,0x46,0x5d,0xfe,
+ 0xd4,0x69,0xab,0x4a,0xa7,0x4b,0x5f,0xec,0xff,0xaa,0x83,0xec,0x1c,0x8,0x5e,0x5,
+ 0x25,0x85,0x51,0xef,0x6d,0x5e,0x18,0x27,0x3b,0x7,0x80,0x73,0x43,0x59,0x2,0x0,
+ 0x9c,0xd1,0x73,0x3,0x1f,0xff,0xa6,0x41,0xfd,0x6,0xf9,0x42,0x91,0xb1,0x7,0xc3,
+ 0x67,0xb8,0xba,0xbd,0x34,0xf8,0x3e,0xd9,0x39,0x10,0xa4,0x4c,0xa1,0x2f,0xf9,0x6c,
+ 0xe5,0x20,0xd9,0x31,0x0,0x9c,0x1b,0xca,0x12,0x0,0xe0,0xac,0x36,0x4f,0x5a,0x3a,
+ 0x4b,0xa1,0x29,0x71,0x3d,0xaf,0x20,0x2f,0xfa,0xa5,0xf4,0xd7,0xdb,0xc9,0xe,0x82,
+ 0xe0,0x54,0x56,0x5e,0x16,0xde,0x6f,0xca,0x68,0xae,0xe3,0x1,0xe,0x40,0x59,0x2,
+ 0x0,0x9c,0x93,0x3f,0xb5,0x68,0xb3,0x57,0xa5,0x29,0xf1,0x2d,0xdf,0x7c,0xd2,0x55,
+ 0x76,0xe,0x4,0x2d,0xfd,0xd8,0xa9,0xec,0xa6,0xa9,0xdb,0x33,0xc2,0x65,0x7,0x1,
+ 0x70,0x66,0x94,0x25,0x0,0xc0,0x39,0x99,0xf3,0xc0,0x6b,0xeb,0x54,0x9a,0x12,0x2f,
+ 0x2b,0x2f,0xb,0x9b,0xb4,0x64,0x6a,0x7b,0xd9,0x39,0x10,0x9c,0x4c,0xc3,0x48,0x5a,
+ 0xf0,0x51,0xda,0x48,0xd9,0x39,0x0,0x9c,0x19,0x65,0x9,0x0,0x70,0xce,0xba,0xb4,
+ 0x53,0x6b,0xec,0x61,0xdb,0xf7,0xdb,0x3b,0xcb,0xce,0x81,0xe0,0x95,0x5f,0x9c,0x1f,
+ 0xb5,0x70,0x5b,0x5a,0xa4,0xec,0x1c,0x0,0x7e,0x1f,0x65,0x9,0x0,0x70,0xce,0x9e,
+ 0x1f,0x38,0xe1,0x9b,0xba,0x75,0xea,0x96,0xca,0xce,0x61,0x97,0xca,0xca,0xca,0xd0,
+ 0x1,0xaf,0x8e,0x19,0x26,0x3b,0x7,0x82,0x94,0x29,0xf4,0xf7,0xb7,0xa5,0xf3,0xd9,
+ 0x25,0x20,0x80,0x51,0x96,0x0,0x0,0xe7,0xa5,0xdb,0x55,0x5d,0x36,0xa9,0x72,0xba,
+ 0x24,0x84,0xd0,0x7f,0xcd,0xce,0x6c,0xfe,0xc6,0xda,0xf7,0x5a,0xc8,0xe,0x82,0xe0,
+ 0x54,0x58,0x52,0x18,0x39,0x63,0x7d,0x72,0x73,0xd9,0x39,0x0,0x58,0xa3,0x2c,0x1,
+ 0x0,0xce,0xcb,0x93,0x7d,0xc6,0xed,0x8f,0x6b,0xd8,0x38,0x5b,0x28,0x33,0xf6,0x20,
+ 0xf4,0x35,0x5f,0x7d,0xd0,0x4b,0x76,0xe,0x4,0x29,0x53,0xe8,0x2b,0x76,0xae,0xeb,
+ 0x2b,0x3b,0x6,0x0,0x6b,0x94,0x25,0x0,0xc0,0x79,0x5b,0x93,0xb8,0x70,0x9e,0xbb,
+ 0x96,0xdb,0x2b,0x3b,0x87,0x5d,0x8a,0x4b,0x8b,0x23,0x5e,0x5a,0x3e,0x9d,0x29,0x71,
+ 0xf8,0x45,0x59,0x45,0x39,0x53,0xe2,0x40,0x80,0xa2,0x2c,0x1,0x0,0xaa,0xa5,0xe3,
+ 0x1f,0x3b,0x6c,0x57,0xe5,0x3a,0x9e,0x26,0x34,0x7d,0xcb,0xb7,0x9f,0x32,0x25,0xe,
+ 0x7f,0xd1,0x8f,0x9d,0xca,0x6e,0xba,0xe8,0xd3,0xf4,0x8,0xd9,0x41,0x0,0xfc,0x27,
+ 0xca,0x12,0x0,0xa0,0x5a,0xa6,0xc,0x7b,0x66,0x67,0x78,0x9d,0x70,0x65,0xc6,0x1e,
+ 0xca,0xca,0xcb,0xc2,0xc6,0xcf,0xf5,0x74,0x91,0x9d,0x3,0xc1,0xc9,0x34,0x8c,0xa4,
+ 0x85,0x5b,0x97,0x73,0xba,0x4,0x4,0x18,0xca,0x12,0x0,0xa0,0xda,0x6e,0xb9,0xf2,
+ 0xc6,0x2d,0x2a,0x9d,0x2e,0xed,0xfe,0xe9,0x1b,0x9e,0xbb,0x4,0xbf,0x29,0x28,0x29,
+ 0x88,0x7a,0x73,0xdd,0x9c,0x16,0xb2,0x73,0x0,0xf8,0x37,0xca,0x12,0x0,0xa0,0xda,
+ 0x3c,0xfd,0x1e,0xd9,0x1b,0x5d,0x3f,0x3a,0x4f,0x28,0x32,0xf6,0xe0,0xf3,0xfa,0xdc,
+ 0xdd,0x27,0xf,0xbd,0x57,0x76,0xe,0x4,0x29,0x53,0xe8,0x19,0x9f,0xaf,0x67,0xec,
+ 0x1,0x8,0x20,0x94,0x25,0x0,0xc0,0x5,0xd9,0x34,0x69,0xc9,0xbb,0x5a,0x88,0xcb,
+ 0x90,0x9d,0xc3,0x26,0x7a,0x6e,0x7e,0x6e,0xcc,0xb3,0x4b,0xa6,0x5c,0x25,0x3b,0x8,
+ 0x82,0x53,0x79,0x45,0x79,0x58,0xff,0xa9,0x77,0xf3,0x6c,0x2f,0x20,0x40,0x50,0x96,
+ 0x0,0x0,0x17,0xec,0x9a,0xd6,0x7f,0xde,0xa5,0xd2,0x75,0xbc,0x6d,0x7b,0x77,0x76,
+ 0x96,0x9d,0x3,0x41,0x4b,0xcf,0x3a,0x95,0xdd,0x74,0xe1,0xb6,0xb4,0x48,0xd9,0x41,
+ 0x0,0x50,0x96,0x0,0x0,0x35,0xe0,0xcd,0xbb,0xf5,0xad,0x61,0x61,0x61,0xe5,0xb2,
+ 0x73,0xd8,0xa5,0xbc,0xa2,0x22,0x6c,0xc2,0x82,0x17,0x3a,0xca,0xce,0x81,0xe0,0xe4,
+ 0xf3,0xf9,0xa6,0x2c,0xf9,0x74,0xe5,0x10,0xd9,0x39,0x0,0x50,0x96,0x0,0x0,0x35,
+ 0xe4,0xa6,0x3f,0x5d,0xbf,0x4d,0x9d,0xd3,0x25,0xa1,0x7f,0xb1,0x7f,0x77,0x7,0xd9,
+ 0x39,0x10,0xbc,0x4e,0x17,0xe5,0x47,0xbd,0xb7,0x79,0x41,0x9c,0xec,0x1c,0x80,0xea,
+ 0x28,0x4b,0x0,0x80,0x1a,0xf1,0xc2,0xc0,0x27,0xf6,0xa8,0x34,0x25,0x5e,0x55,0x55,
+ 0x15,0x3a,0x78,0xfa,0xd8,0x41,0xb2,0x73,0x20,0x38,0x99,0xa6,0x99,0xb4,0x74,0xfb,
+ 0x6a,0xfe,0xfe,0x2,0x24,0xa3,0x2c,0x1,0x0,0x6a,0xcc,0x6d,0x57,0xde,0xf4,0x81,
+ 0x2a,0xa7,0x4b,0x42,0x8,0xfd,0xd0,0xf1,0x5f,0x5b,0xce,0xda,0x98,0xd2,0x54,0x76,
+ 0x10,0x4,0xa7,0xd2,0xb2,0xd2,0xf0,0x71,0x73,0x9e,0xe6,0x61,0xc8,0x80,0x44,0x94,
+ 0x25,0x0,0x40,0x8d,0x49,0xec,0x37,0x7e,0x5f,0xc3,0x28,0x75,0xa6,0xc4,0x85,0x29,
+ 0xf4,0x95,0x5f,0x6e,0x60,0xea,0x19,0xfe,0xa2,0xff,0xed,0xa7,0x6f,0xda,0xbf,0xbd,
+ 0x61,0x5e,0xbc,0xec,0x20,0x80,0xaa,0x28,0x4b,0x0,0x80,0x1a,0xb5,0xf1,0x19,0xa5,
+ 0xa6,0xc4,0x45,0x41,0x71,0x41,0xe4,0xd4,0x55,0x6f,0xb7,0x96,0x9d,0x3,0xc1,0xc9,
+ 0x30,0x8c,0xa4,0x95,0x5f,0x6e,0xe8,0x2d,0x3b,0x7,0xa0,0x2a,0xca,0x12,0x0,0xa0,
+ 0xc6,0xa9,0x36,0x25,0xbe,0x69,0xcf,0xd6,0x6e,0xb2,0x73,0x20,0x78,0x15,0x97,0x96,
+ 0x44,0xbc,0xb1,0x76,0x76,0xb,0xd9,0x39,0x0,0x15,0x51,0x96,0x0,0x0,0x35,0x4e,
+ 0xb5,0x29,0xf1,0xe2,0xd2,0xe2,0x88,0x57,0x57,0xcf,0x6a,0x25,0x3b,0x7,0x82,0x93,
+ 0x69,0x9a,0x49,0xeb,0xff,0xb6,0xa5,0x87,0xec,0x1c,0x80,0x8a,0x28,0x4b,0x0,0x0,
+ 0xbf,0xb8,0xe9,0x4f,0x1d,0x15,0x9a,0x12,0xd7,0xf4,0xd,0x7f,0xfb,0xa8,0xbb,0xec,
+ 0x1c,0x8,0x5e,0x85,0x25,0x85,0x91,0xc9,0x5b,0x16,0xc7,0xc8,0xce,0x1,0xa8,0x86,
+ 0xb2,0x4,0x0,0xf0,0x8b,0x17,0x6,0x4e,0x54,0x6a,0x4a,0xbc,0xb8,0xb4,0x38,0xe2,
+ 0xe9,0xd4,0x97,0xaf,0x96,0x9d,0x3,0x41,0xca,0x14,0xfa,0xd2,0xcf,0x56,0x31,0x25,
+ 0xe,0xd8,0x8c,0xb2,0x4,0x0,0xf0,0x9b,0xdb,0xff,0x72,0xf3,0x26,0x95,0x4e,0x97,
+ 0xb6,0x7d,0xb7,0xa3,0xb3,0xec,0x1c,0x8,0x5e,0x45,0xa5,0x45,0x91,0xef,0x6e,0xe2,
+ 0x41,0xb5,0x80,0x9d,0x28,0x4b,0x0,0x0,0xbf,0x79,0xb2,0xf7,0xb8,0xfd,0x8d,0x1b,
+ 0xc6,0xe6,0x8,0x45,0xa6,0xc4,0x7d,0x5e,0x9f,0xbb,0x57,0xd2,0x5d,0xa3,0x65,0xe7,
+ 0x40,0x90,0x32,0x85,0xbe,0x74,0x3b,0xa7,0x4b,0x80,0x9d,0x28,0x4b,0x0,0x0,0xbf,
+ 0x5a,0x9b,0xf8,0x7e,0x72,0x88,0xdb,0xed,0x95,0x9d,0xc3,0x26,0x7a,0xf6,0xa9,0xec,
+ 0xb8,0x99,0x1b,0xe7,0xf2,0x5c,0x1c,0xf8,0x45,0x59,0x79,0x59,0x78,0x9f,0x57,0x46,
+ 0x8e,0x94,0x9d,0x3,0x50,0x5,0x65,0x9,0x0,0xe0,0x77,0x9d,0xfe,0x78,0xcd,0x76,
+ 0x95,0xae,0xe3,0xad,0xfa,0x62,0x63,0x6f,0xd9,0x39,0x10,0xb4,0xf4,0xe3,0x79,0x27,
+ 0xe2,0x66,0x6d,0x4a,0x69,0x2a,0x3b,0x8,0xa0,0x2,0xca,0x12,0x0,0xc0,0xef,0xa6,
+ 0xc,0x9f,0xb4,0xb3,0x4e,0x58,0x1d,0x65,0xa6,0xc4,0xb,0x4b,0x8a,0x22,0x27,0xaf,
+ 0x78,0xa3,0xad,0xec,0x1c,0x8,0x4e,0xa6,0x61,0x26,0xa5,0xef,0x5c,0xdb,0x5f,0x76,
+ 0xe,0x40,0x5,0x94,0x25,0x0,0x80,0x2d,0x6e,0xb9,0xf2,0xc6,0xf,0x54,0x3a,0x5d,
+ 0xfa,0x60,0xcf,0xc7,0xb7,0xca,0xce,0x81,0xe0,0x55,0x52,0x5a,0x12,0xa1,0xa7,0x53,
+ 0xc8,0x1,0x7f,0xa3,0x2c,0x1,0x0,0x6c,0xf1,0x4c,0xff,0x47,0xf7,0x46,0xd4,0x8d,
+ 0x28,0x96,0x9d,0xc3,0x2e,0x15,0x15,0x15,0x61,0xc3,0xde,0x7c,0x90,0x77,0xff,0xe1,
+ 0x2f,0xfa,0xe6,0xaf,0x29,0xe4,0x80,0xbf,0x51,0x96,0x0,0x0,0xb6,0xe9,0xd5,0xfe,
+ 0xd6,0x35,0xaa,0x9c,0x2e,0x9,0x21,0xf4,0x9f,0x32,0x7f,0x6e,0x3d,0x6f,0x6b,0x6a,
+ 0xb4,0xec,0x20,0x8,0x4e,0x15,0x15,0x15,0x61,0x89,0x8b,0xf4,0xe,0xb2,0x73,0x0,
+ 0xc1,0x8c,0xb2,0x4,0x0,0xb0,0xcd,0x23,0x3d,0xc7,0x1e,0xbe,0xa8,0x71,0x7c,0xa6,
+ 0x50,0x64,0x4a,0x5c,0x98,0x42,0x5f,0xb6,0x7d,0xd,0x53,0xcf,0xf0,0x17,0xfd,0xb3,
+ 0xbf,0x7f,0xd1,0x71,0xe5,0x97,0x1b,0x79,0x3d,0x7,0xf8,0x9,0x3f,0x5c,0x0,0x0,
+ 0x5b,0xad,0x98,0x38,0x77,0x61,0x68,0x68,0x68,0xa5,0xec,0x1c,0x76,0x39,0x5d,0x78,
+ 0x3a,0x6a,0xfa,0xda,0xf7,0x5a,0xca,0xce,0x81,0xe0,0x54,0x55,0x55,0x35,0x6d,0xee,
+ 0x96,0xc5,0x3c,0xdb,0xb,0xf0,0x13,0xca,0x12,0x0,0xc0,0x76,0x37,0xb5,0xeb,0xb8,
+ 0x55,0x95,0xeb,0x78,0x9a,0xd0,0xf4,0xf5,0xbb,0x3f,0xe8,0x21,0x3b,0x7,0x82,0x57,
+ 0x6e,0xc1,0xa9,0x98,0x45,0x9f,0x2c,0x8f,0x90,0x9d,0x3,0x8,0x46,0x94,0x25,0x0,
+ 0x80,0xed,0x5e,0x1c,0xf4,0xc4,0x9e,0xf0,0x3a,0xe1,0xa5,0xb2,0x73,0xd8,0xa5,0xa8,
+ 0xa4,0x38,0xe2,0xd9,0xa5,0x53,0xaf,0x92,0x9d,0x3,0xc1,0xc9,0x34,0xcc,0xa4,0xf7,
+ 0xb7,0xad,0x18,0x21,0x3b,0x7,0x10,0x8c,0x28,0x4b,0x0,0x0,0x29,0x6e,0xbb,0xf2,
+ 0x26,0xa5,0xa6,0xc4,0xb7,0x7e,0xfb,0x59,0x17,0xd9,0x39,0x10,0xbc,0xf2,0x8b,0xf3,
+ 0xa3,0x96,0x7c,0x96,0x11,0x2e,0x3b,0x7,0x10,0x6c,0x28,0x4b,0x0,0x0,0x29,0x12,
+ 0xfb,0x8d,0xdf,0x17,0x5d,0x3f,0x3a,0x4f,0x28,0x32,0xf6,0x50,0x55,0x55,0x15,0xda,
+ 0x6f,0xea,0x68,0xbf,0xbd,0xfb,0x6f,0x9a,0xa6,0xbf,0xbe,0x34,0x9c,0xc0,0x14,0xfa,
+ 0xc2,0x6d,0xcb,0x39,0x5d,0x2,0x6a,0x98,0x5b,0x76,0x0,0x20,0xd8,0x4c,0x5f,0xf5,
+ 0x6e,0xcb,0x5d,0x7,0xf7,0x5c,0x5d,0x58,0x5a,0x14,0x69,0xf7,0xf7,0x36,0xc,0xc3,
+ 0x55,0xe9,0xf3,0x86,0x7a,0xbd,0x55,0x7e,0xfc,0xd9,0xd6,0x84,0xcb,0xa5,0x19,0xb5,
+ 0x6b,0xd5,0xae,0x6c,0xd1,0xe8,0xa2,0xc3,0xef,0x3d,0xf8,0xea,0x6,0xff,0x7d,0x2f,
+ 0x4,0xbb,0x4d,0x93,0x96,0xbc,0x7b,0xcd,0xc4,0xdb,0x9f,0x16,0x6a,0xbc,0xd0,0xd7,
+ 0x8f,0xe6,0x1c,0xf3,0xbc,0xbd,0x69,0x5e,0xfc,0x83,0xdd,0x46,0x67,0xd6,0xf4,0x17,
+ 0xd7,0x34,0x8d,0xc2,0xa4,0xb8,0xd3,0x45,0xf9,0x51,0xb2,0x33,0x0,0xc1,0x86,0xb2,
+ 0x4,0xd4,0xb0,0xdd,0x3f,0x7f,0xd3,0xfe,0x97,0xec,0x23,0x4b,0x64,0xe7,0xf0,0xb7,
+ 0xb2,0x8a,0x72,0xf1,0x75,0x71,0xbe,0xe7,0x8e,0xc9,0x43,0xe3,0xd7,0x3f,0xb3,0x78,
+ 0xb6,0xec,0x3c,0x70,0xae,0x8b,0x1b,0xc7,0x1f,0xfe,0x35,0xfb,0xa8,0xec,0x18,0xb6,
+ 0xd0,0x84,0xa6,0xaf,0xfc,0x62,0x63,0xe1,0x83,0xdd,0x46,0xcf,0x94,0x9d,0x5,0xc1,
+ 0xc7,0x34,0x4c,0x6e,0xc,0x1,0x35,0x8c,0xb2,0x4,0xd4,0xb0,0x98,0x7a,0xd1,0xb9,
+ 0x7,0x8f,0x1f,0xf6,0x68,0x42,0xe8,0xb2,0xb3,0xf8,0x9b,0x26,0x34,0x3d,0xb7,0xe0,
+ 0x94,0x67,0xe8,0xf4,0xfb,0x13,0x16,0x3f,0xf6,0x4e,0x9a,0xec,0x3c,0x70,0xa6,0xde,
+ 0x57,0xdf,0xbe,0xea,0xcd,0x35,0xb3,0x3d,0x42,0x81,0x9f,0x19,0x21,0x84,0x28,0x2c,
+ 0x2e,0x8c,0x9c,0xbe,0xf6,0xbd,0x96,0x8f,0xf5,0x1c,0x7b,0xa8,0x26,0xbf,0x6e,0x83,
+ 0x88,0xa8,0xbc,0x53,0x85,0x79,0x4a,0x5c,0x69,0x3c,0x47,0x4a,0xfc,0xfd,0x4,0xc0,
+ 0xbf,0x34,0x8e,0xec,0x81,0x9a,0xd7,0xe1,0x89,0xdb,0x9f,0x32,0xd,0x33,0x49,0x76,
+ 0xe,0xbb,0x84,0x84,0x84,0x3c,0xb9,0x73,0xca,0xfa,0xa9,0xb2,0x73,0xc0,0xb9,0xfe,
+ 0x3a,0xe1,0xb6,0x67,0x5c,0x42,0x7b,0x49,0x76,0xe,0xbb,0x44,0xd4,0x8d,0x78,0xf8,
+ 0xa3,0x17,0xd2,0xdf,0x92,0x9d,0x23,0x58,0xd,0x7d,0xfd,0x81,0x84,0x83,0xc7,0xe,
+ 0xb5,0x12,0x8a,0x15,0xa6,0xb0,0xda,0x61,0x8f,0x7f,0xa2,0xaf,0x9a,0x2e,0x3b,0x7,
+ 0x10,0x4c,0x38,0xae,0x5,0xfc,0x20,0xba,0x5e,0x3,0x65,0x3e,0xb4,0x2e,0x84,0x10,
+ 0x3e,0x9f,0xcf,0x7d,0xcb,0xf3,0x9,0xe3,0x64,0xe7,0x80,0x73,0xfd,0xb1,0xc5,0xe5,
+ 0x7b,0x85,0x42,0x3f,0x33,0x45,0x25,0x45,0x11,0x93,0x96,0x4c,0x69,0x2f,0x3b,0x47,
+ 0xb0,0x5a,0xfc,0xe8,0x2c,0x15,0x4f,0xba,0x3d,0x97,0x36,0xbe,0xf8,0xa0,0xec,0x10,
+ 0x40,0xb0,0xa1,0x2c,0x1,0x7e,0xb0,0x61,0x52,0xea,0x6c,0xcd,0xe5,0x32,0x64,0xe7,
+ 0xb0,0x91,0x5e,0x58,0x5c,0x18,0xe9,0x49,0x4d,0xba,0x5a,0x76,0x10,0x38,0x53,0xca,
+ 0xb8,0x37,0x57,0xb9,0x42,0xd4,0xf9,0x99,0xd1,0x84,0xa6,0x6f,0xfd,0x8e,0x29,0x71,
+ 0x7f,0x79,0x7c,0xee,0x73,0x37,0xc8,0xce,0x60,0xb7,0x88,0xf0,0xba,0xc5,0xf3,0xc6,
+ 0xbf,0xb9,0x46,0x76,0xe,0x20,0xd8,0x50,0x96,0x0,0x3f,0x69,0xd6,0xb0,0x49,0x96,
+ 0x50,0xe8,0x9d,0x72,0x21,0x84,0xfe,0xc9,0xf7,0x3b,0x95,0x7b,0x81,0x82,0x9a,0xd3,
+ 0xfd,0xaf,0x5d,0x37,0xa8,0xf2,0xdc,0x25,0x21,0x84,0xf0,0x56,0x79,0xdd,0xfd,0xa6,
+ 0xdd,0xcd,0xd4,0xb3,0x1f,0x7c,0x71,0x70,0x4f,0x7,0xa1,0xd2,0x15,0x3c,0x4d,0xf3,
+ 0xc,0xef,0x3c,0x60,0xa1,0xec,0x18,0x40,0x30,0xa2,0x2c,0x1,0x7e,0xb2,0xe2,0xc9,
+ 0xb9,0xb,0x43,0x6b,0x85,0x56,0xca,0xce,0x61,0xa7,0xaa,0xaa,0xaa,0xd0,0xfb,0xde,
+ 0x9d,0xd8,0x4d,0x76,0xe,0x38,0xd3,0xa4,0xfe,0x8f,0x7d,0x17,0xdb,0x20,0x26,0x47,
+ 0x76,0xe,0x1b,0xe9,0x47,0x4f,0x64,0xc6,0xbf,0xf7,0xe1,0xc2,0x38,0xd9,0x41,0x82,
+ 0x49,0xbf,0x29,0xa3,0x46,0x78,0xab,0xfc,0xf9,0xf8,0x84,0x80,0xe3,0x69,0x54,0x3f,
+ 0x3a,0x67,0x64,0x97,0x41,0xf9,0xb2,0x83,0x0,0xc1,0x88,0xb2,0x4,0xf8,0xd1,0x1f,
+ 0x9a,0xb6,0xda,0x2f,0x34,0xb5,0x4e,0x97,0xbe,0xfd,0x65,0xdf,0x95,0xcb,0xb6,0xaf,
+ 0xa,0x93,0x1d,0x4,0xce,0x34,0xb8,0x53,0xbf,0xa5,0x86,0x30,0x27,0xc9,0xce,0x61,
+ 0x17,0x4d,0x68,0x7a,0xfa,0xce,0x75,0xfd,0x65,0xe7,0x8,0x26,0xc7,0x4e,0x65,0x37,
+ 0x15,0xa,0x9d,0x2a,0x85,0x84,0x84,0x78,0xd7,0x3d,0xb3,0x38,0x59,0x76,0xe,0x20,
+ 0x58,0x51,0x96,0x0,0x3f,0x4a,0x7e,0x68,0xfa,0xba,0xfa,0x75,0x23,0xf3,0x65,0xe7,
+ 0xb0,0x93,0xe1,0xf3,0x25,0xcd,0xdf,0xba,0x6c,0xa4,0xec,0x1c,0x70,0xa6,0xa1,0x37,
+ 0xf4,0x2d,0xbe,0xb8,0x71,0xfc,0x61,0xd9,0x39,0xec,0x54,0x50,0x54,0x10,0xf9,0xfa,
+ 0xda,0xf7,0x5a,0xca,0xce,0x11,0xc,0x7a,0x4c,0x1e,0x3a,0x46,0xb1,0x67,0xd,0x79,
+ 0x5a,0xc4,0x36,0x3f,0x2c,0x3b,0x4,0x10,0xcc,0x54,0xfa,0x85,0x2,0x48,0x31,0xea,
+ 0xe6,0xc1,0x29,0x9a,0xa6,0x25,0xca,0xce,0x61,0xa7,0xd3,0x45,0xf9,0xd1,0x73,0xb7,
+ 0x2c,0x8e,0x91,0x9d,0x3,0xce,0x34,0xa4,0x53,0x9f,0x54,0x95,0x3e,0xbb,0xa4,0x9,
+ 0x4d,0x5f,0xb7,0xfb,0xc3,0x1e,0xb2,0x73,0x38,0xdd,0xc3,0xb3,0x3d,0x5d,0x4e,0x16,
+ 0xe4,0xc5,0xa,0x85,0x4e,0x95,0xea,0xd6,0xa9,0x5b,0x9c,0xfa,0x38,0xcf,0xb8,0x3,
+ 0xfc,0x89,0xb2,0x4,0xf8,0xd9,0xe0,0x4e,0x7d,0x4a,0x1b,0x45,0xc5,0xe4,0xa,0x95,
+ 0xc6,0x1e,0x4c,0x53,0x5f,0xba,0x7d,0xd5,0x20,0xd9,0x31,0xe0,0x4c,0x7d,0x3b,0xf4,
+ 0x30,0xfe,0x74,0x49,0x9b,0xbd,0xa6,0x42,0x3f,0x33,0x45,0x25,0x45,0x11,0xcf,0xa4,
+ 0x32,0x25,0x7e,0x21,0xf6,0x1c,0xfe,0xfe,0x2a,0x61,0x9a,0xca,0x14,0x25,0xa1,0x9,
+ 0xcf,0xe0,0x1b,0xfa,0x2c,0x95,0x1d,0x3,0x8,0x76,0x94,0x25,0xc0,0x6,0x6b,0x3d,
+ 0xef,0x27,0x87,0x84,0x84,0x78,0x65,0xe7,0xb0,0x53,0x61,0x49,0x51,0xe4,0xcc,0xd,
+ 0x73,0xe3,0x65,0xe7,0x80,0x33,0xcd,0x7d,0xf0,0xf5,0x35,0x75,0xc2,0xc2,0xca,0x65,
+ 0xe7,0xb0,0xcb,0x6f,0x53,0xe2,0x9f,0x32,0x25,0x5e,0x4d,0xfd,0xa7,0x8c,0x1e,0x56,
+ 0x59,0x59,0x19,0x2a,0x3b,0x87,0x9d,0xea,0xd7,0x8d,0xcc,0xbf,0xe7,0x96,0x61,0x2a,
+ 0xd,0xa2,0x0,0x52,0x50,0x96,0x0,0x9b,0x5c,0xf2,0xdb,0xbd,0x72,0x65,0xde,0x29,
+ 0x17,0xa6,0xd0,0x97,0xef,0x58,0x9b,0x20,0x3b,0x6,0x9c,0x6b,0xc0,0xf5,0x3d,0xd3,
+ 0x54,0xba,0x8e,0xe7,0xf3,0xfa,0xdc,0xbd,0x92,0x46,0x8c,0x96,0x9d,0xc3,0x89,0x32,
+ 0x4f,0x65,0xc7,0xb,0x85,0xae,0xdf,0x9,0x4d,0x78,0x46,0xdc,0xc4,0x54,0x38,0x60,
+ 0x7,0xca,0x12,0x60,0x93,0xc5,0x8f,0xbf,0x93,0x16,0x56,0x5b,0x9d,0x77,0xca,0x85,
+ 0x10,0xa2,0xbc,0xa2,0x3c,0xec,0xce,0x97,0xef,0xe2,0xc5,0x1f,0xaa,0x65,0xdc,0xed,
+ 0x77,0x67,0xc6,0x35,0x6c,0x9c,0x2d,0x3b,0x87,0x8d,0xf4,0xec,0x53,0x27,0xe2,0x66,
+ 0x6c,0x9c,0xdb,0x5c,0x76,0x10,0x27,0xb9,0xf5,0xf9,0x84,0x7,0x4c,0xc3,0x50,0xea,
+ 0xf5,0x4c,0x54,0x44,0x54,0xfe,0xb0,0x1b,0x7,0x14,0xcb,0xce,0x1,0xa8,0x40,0xa9,
+ 0x5f,0x2e,0x80,0x6c,0x7f,0x68,0x7a,0xa9,0x72,0x53,0xe2,0x27,0xf2,0x73,0x62,0x93,
+ 0x19,0x7b,0x40,0x35,0xd,0xec,0x78,0x67,0x9a,0x6a,0x53,0xe2,0xab,0xbf,0xdc,0xd8,
+ 0x4b,0x76,0xe,0xa7,0x18,0xfd,0xd6,0x23,0xbd,0xa,0x4a,0xa,0xa3,0x84,0x42,0xa7,
+ 0x4a,0x9a,0xcb,0x95,0x78,0xd7,0xcd,0x9,0x29,0xb2,0x73,0x0,0xaa,0xa0,0x2c,0x1,
+ 0x36,0x9a,0xfd,0xe0,0x6b,0x1b,0x1a,0xd4,0x8b,0xca,0x13,0xa,0x5d,0xc7,0x33,0xd,
+ 0x33,0x69,0xd9,0x67,0x8c,0x3d,0xa0,0x7a,0x86,0x76,0xea,0x57,0xdc,0xbc,0x71,0xfc,
+ 0x11,0xd9,0x39,0xec,0x54,0x58,0x5c,0x14,0xf9,0x72,0xc6,0x9b,0x6d,0x64,0xe7,0x70,
+ 0x82,0x9f,0xb2,0xf,0xb5,0x16,0xa6,0x3a,0x45,0x49,0x8,0xe1,0x69,0xd6,0x30,0x2e,
+ 0x6b,0x48,0xc7,0xbe,0xa5,0xb2,0x83,0x0,0xaa,0xa0,0x2c,0x1,0x36,0xdb,0xf4,0xec,
+ 0xd2,0x77,0x5d,0x2e,0x97,0x21,0x3b,0x87,0x9d,0xa,0x4b,0x8b,0x22,0x67,0x6d,0x4c,
+ 0x69,0x2a,0x3b,0x7,0x9c,0x69,0x68,0xa7,0x3e,0x8b,0x4c,0x4d,0x9d,0xcf,0x2e,0x69,
+ 0x42,0xd3,0x37,0xfd,0xed,0xe3,0x6e,0xb2,0x73,0x4,0xba,0x41,0xaf,0x8e,0x1d,0xa4,
+ 0xda,0xa8,0x43,0x9d,0xb0,0x3a,0xa5,0x2b,0x9e,0x9c,0xc7,0x67,0x95,0x0,0x1b,0x51,
+ 0x96,0x0,0x9,0x2e,0x6a,0x14,0x7f,0x44,0x28,0x74,0xba,0x24,0x4c,0xa1,0xa7,0xef,
+ 0x5c,0xdb,0x5f,0x76,0xc,0x38,0x53,0xdf,0xe,0x3d,0x8c,0x76,0x2d,0xff,0xf8,0x9d,
+ 0x4a,0x63,0xf,0x15,0x15,0xe5,0x61,0xc3,0xde,0x7c,0x90,0x9f,0x99,0x33,0x38,0x72,
+ 0x32,0xb3,0xb9,0x50,0xe8,0xfa,0x9d,0xd0,0x84,0x67,0x70,0x27,0xa6,0xc2,0x1,0xbb,
+ 0x51,0x96,0x0,0x9,0xd2,0x26,0xce,0x4e,0xad,0x55,0xab,0x56,0xa5,0xec,0x1c,0x76,
+ 0x2a,0x29,0x2b,0x89,0x98,0xbc,0xfc,0xf5,0xb6,0xb2,0x73,0xc0,0x99,0x92,0xef,0x9f,
+ 0xbe,0xae,0x5e,0xdd,0x7a,0x2a,0x7d,0xa0,0x5d,0xff,0x29,0xf3,0xe7,0xd6,0x73,0x3e,
+ 0x5c,0x1c,0x2b,0x3b,0x48,0x20,0xea,0xf7,0xca,0xe8,0x11,0x3e,0x9f,0xcf,0x2d,0x3b,
+ 0x87,0x9d,0xea,0xd7,0x8d,0xcc,0x1f,0x7b,0xdb,0x8,0x95,0x6,0x4f,0x80,0x80,0x40,
+ 0x59,0x2,0x24,0xb9,0x2c,0xee,0x92,0x83,0x42,0xa5,0xd3,0x25,0x21,0xf4,0xcd,0x5f,
+ 0x73,0xb5,0x8,0xd5,0x97,0x70,0x9d,0x5a,0x53,0xe2,0xc2,0x14,0x7a,0xfa,0xe7,0x6b,
+ 0x38,0x5d,0xb2,0x70,0x2c,0xef,0x78,0x53,0xa1,0xd4,0xa9,0x92,0xe6,0x19,0xd1,0x25,
+ 0x81,0xeb,0x77,0x80,0x4,0x94,0x25,0x40,0x92,0xf9,0xf,0xbf,0xb5,0x2a,0xb2,0x6e,
+ 0xbd,0x42,0xd9,0x39,0xec,0x54,0x59,0x59,0x19,0xda,0xeb,0x65,0x9e,0x23,0x83,0xea,
+ 0x19,0x7b,0xdb,0x5d,0xd9,0x17,0x35,0x8e,0xcf,0x94,0x9d,0xc3,0x4e,0xa7,0xb,0xf3,
+ 0xa3,0x66,0x6e,0x9c,0xc7,0xc3,0x9d,0xff,0x8f,0xdf,0xa6,0xc2,0x4d,0xa5,0x5e,0xbf,
+ 0x44,0xd7,0x8b,0xca,0x1b,0x76,0x43,0x7f,0x95,0x4e,0x56,0x81,0x80,0xa1,0xd4,0x2f,
+ 0x1b,0x20,0xd0,0x8c,0xe8,0x92,0xb0,0x50,0x68,0x9a,0x3a,0xef,0x94,0xb,0xa1,0xe7,
+ 0xe4,0x9f,0x8c,0x9d,0xb7,0x35,0x35,0x5a,0x76,0x10,0x38,0xd3,0xd0,0x4e,0x7d,0x16,
+ 0xa9,0x36,0x25,0xbe,0xf6,0xab,0xcd,0x4c,0x89,0xff,0xc3,0xc8,0x37,0xc7,0xf7,0x56,
+ 0x6d,0x2a,0xdc,0x15,0xe2,0x4a,0x1c,0x75,0xf3,0xe0,0x79,0xb2,0x73,0x0,0xaa,0xa2,
+ 0x2c,0x1,0x12,0xd,0xbf,0x71,0x40,0x61,0xc3,0xc8,0x6,0xb9,0xb2,0x73,0xd8,0xc9,
+ 0x34,0xcc,0xa4,0xa5,0x9f,0x32,0x25,0x8e,0xea,0xe9,0xdb,0xa1,0x87,0x71,0xc5,0xc5,
+ 0x97,0xed,0x13,0xa,0x5d,0x61,0x3d,0x5d,0x98,0x1f,0x95,0x94,0xf1,0x16,0x53,0xe2,
+ 0x42,0x88,0x83,0xd9,0xbf,0xb4,0x52,0x6f,0x2a,0xbc,0x69,0x66,0xc2,0xf5,0xbd,0x94,
+ 0xfa,0x8c,0x2b,0x10,0x48,0x28,0x4b,0x80,0x64,0xf7,0xdc,0x32,0x2c,0x59,0x73,0x69,
+ 0x89,0xb2,0x73,0xd8,0xa9,0xa0,0xa4,0x28,0x6a,0xd6,0xa6,0xf9,0x4c,0x89,0xa3,0x5a,
+ 0x16,0x3e,0x34,0x33,0x43,0x53,0x68,0x7e,0x5f,0x13,0x9a,0xfe,0xe1,0xb7,0x9f,0x74,
+ 0x95,0x9d,0x43,0xb6,0x84,0x69,0xf7,0xc,0xa9,0xaa,0xaa,0x52,0x69,0x2a,0xdc,0x53,
+ 0xb7,0x4e,0x78,0x71,0xfa,0x13,0xc9,0x8b,0x64,0x7,0x1,0x54,0x46,0x59,0x2,0x24,
+ 0xeb,0xd3,0xa1,0xbb,0xd1,0x34,0x3a,0x2e,0x4b,0x28,0xf4,0x4e,0xb9,0x30,0x4d,0x3d,
+ 0x63,0xe7,0xfa,0xbe,0xb2,0x63,0xc0,0xb9,0xda,0xb5,0x6c,0xf3,0x9d,0xa9,0xd0,0xcf,
+ 0x4c,0x71,0x49,0x71,0xc4,0xb8,0xe4,0x44,0xa5,0xb,0x53,0x66,0x6e,0x56,0xbc,0x50,
+ 0xe8,0xfa,0x9d,0xe6,0xd2,0x8c,0xad,0x2f,0x65,0xbc,0x25,0x3b,0x7,0xa0,0x3a,0xca,
+ 0x12,0x10,0x0,0x32,0x9e,0x9a,0xbf,0x30,0xc4,0x1d,0xe2,0x95,0x9d,0xc3,0x4e,0x45,
+ 0x65,0xc5,0x91,0xa3,0xdf,0x7a,0x98,0xcf,0x62,0xa0,0x5a,0x66,0xdf,0xf7,0xea,0x86,
+ 0x7a,0xe1,0x75,0x95,0xf9,0xc0,0xbb,0x26,0x34,0x7d,0xf7,0x81,0x6f,0xda,0xcb,0xce,
+ 0x21,0x4b,0xbf,0x29,0xca,0x4d,0x85,0x7b,0x9a,0x35,0x6c,0x92,0x25,0x3b,0x4,0x0,
+ 0xca,0x12,0x10,0x30,0x5a,0x36,0x6e,0x71,0x48,0x28,0xf4,0x4e,0xb9,0x30,0x85,0xfe,
+ 0x53,0xf6,0x2f,0xad,0x65,0xc7,0x80,0x73,0xf5,0xbd,0xf6,0x8e,0xc,0x95,0xa6,0xc4,
+ 0x4d,0xc3,0x74,0xd,0x9e,0x7e,0x9f,0x92,0x9f,0xf7,0x3b,0x76,0x2a,0x5b,0xa9,0xa9,
+ 0xf0,0x90,0x90,0x10,0xef,0x8a,0x27,0xe7,0x31,0x15,0xe,0x4,0x0,0xca,0x12,0x10,
+ 0x20,0x16,0x3d,0xfa,0x76,0x7a,0x64,0xdd,0xc8,0x42,0xa1,0x50,0x61,0xaa,0xac,0xac,
+ 0xc,0xed,0x3f,0x65,0xf4,0x30,0xd9,0x39,0xe0,0x4c,0xf,0xde,0x3e,0x3a,0xf3,0xa2,
+ 0xc6,0xcd,0x32,0x85,0x3a,0x3f,0x33,0xfa,0xcf,0xc7,0x7f,0x69,0xb9,0x7c,0xe7,0x5a,
+ 0x95,0x3e,0xb7,0x23,0x7a,0xe9,0xc3,0x47,0x9b,0x86,0xa1,0xd2,0xeb,0x15,0xcf,0x25,
+ 0x8d,0x2f,0x3e,0x2c,0x3b,0x4,0x80,0xdf,0xa8,0xf4,0xcb,0x7,0x8,0x78,0x1f,0xbe,
+ 0x90,0x36,0x53,0x73,0x69,0xca,0x7c,0x70,0x5d,0x8,0xa1,0x1f,0x3b,0x95,0x1d,0x9f,
+ 0xb6,0x63,0x8d,0x52,0x2f,0xfe,0x50,0x73,0x56,0x4c,0x9c,0xb7,0xd0,0x10,0xea,0x3c,
+ 0x73,0x47,0x33,0x35,0xfd,0xfd,0x4f,0x96,0x2b,0xf3,0x6,0xc3,0xa3,0xc9,0xcf,0x76,
+ 0xce,0xc9,0xcf,0x8d,0x15,0xa,0x9d,0x2a,0x85,0xd5,0xe,0x2b,0x5f,0xfc,0xd8,0xac,
+ 0x34,0xd9,0x39,0x0,0xfc,0x46,0x99,0x7f,0xc0,0x0,0x4e,0x11,0xd7,0x20,0x36,0x5b,
+ 0xa8,0xf3,0x4e,0xb9,0x30,0xc,0x23,0x69,0xfe,0xd6,0x25,0x3c,0xa8,0x16,0xd5,0x76,
+ 0xdd,0x1f,0xff,0xba,0xd3,0x34,0xd5,0xb9,0x8e,0x97,0x7d,0xea,0x44,0xdc,0x33,0xa9,
+ 0x49,0x4a,0x7c,0x7e,0xe9,0x6f,0x87,0xbe,0xb9,0xca,0x34,0xcd,0x24,0xd9,0x39,0x6c,
+ 0xa3,0x9,0xcf,0xe5,0x4d,0x5b,0xed,0x97,0x1d,0x3,0xc0,0xbf,0x51,0x96,0x80,0x0,
+ 0xb3,0x2a,0x71,0x41,0x8a,0x2b,0x44,0x9d,0x59,0x64,0x21,0x84,0xc8,0x2b,0xcc,0x8f,
+ 0x9e,0xff,0xd1,0x12,0x1e,0x54,0x8b,0x6a,0x79,0x73,0xd4,0xe4,0xad,0x11,0x75,0x23,
+ 0x94,0x1a,0x7b,0xf8,0xf8,0xfb,0x1d,0x5d,0x64,0xe7,0xf0,0xb7,0x84,0x69,0xf7,0xc,
+ 0xa9,0xa8,0xac,0xc,0x93,0x9d,0xc3,0x46,0x9e,0x6,0xf5,0xa2,0xf2,0xde,0x7b,0xf0,
+ 0xd5,0xd,0xb2,0x83,0x0,0xf8,0x37,0xca,0x12,0x10,0x80,0x2e,0x6e,0x74,0xd1,0x61,
+ 0xa1,0xd0,0xe9,0x92,0x30,0x4d,0x7d,0xe1,0xb6,0xe5,0x23,0x64,0xc7,0x80,0x73,0xd,
+ 0xbc,0xa1,0x77,0x9a,0x21,0xcc,0x49,0xb2,0x73,0xd8,0xc5,0x5b,0xe5,0x75,0xdf,0xf9,
+ 0xca,0x5d,0x41,0x7d,0x22,0x7b,0xf4,0xe4,0xb1,0xe6,0x42,0xa1,0xeb,0x77,0x2e,0x97,
+ 0xcb,0xd8,0xf4,0xec,0xd2,0x77,0x65,0xe7,0x0,0xf0,0x9f,0x28,0x4b,0x40,0x0,0x5a,
+ 0x3a,0xe1,0xbd,0xa5,0xe1,0x75,0xc2,0x4b,0x65,0xe7,0xb0,0x53,0x69,0x59,0x69,0x78,
+ 0xc2,0xb4,0x7b,0x87,0xc8,0xce,0x1,0x67,0x1a,0xdb,0x75,0x78,0x76,0xb3,0x46,0x4d,
+ 0x32,0x65,0xe7,0xb0,0x91,0x7e,0x3c,0x37,0x3b,0xee,0xf5,0xb5,0xef,0xb5,0x94,0x1d,
+ 0xc4,0x1f,0xfa,0xbe,0x32,0x6a,0x84,0xa1,0xd8,0xa8,0xc3,0x45,0x8d,0x9a,0x1d,0x91,
+ 0x1d,0x2,0xc0,0xff,0x52,0xe9,0x17,0x11,0xe0,0x28,0x57,0x5f,0xfa,0xe7,0x5d,0x9a,
+ 0xa6,0x25,0xca,0xce,0x61,0x23,0x3d,0x33,0xf7,0x58,0xfc,0x8a,0x2f,0xd6,0xab,0xf4,
+ 0x2c,0x15,0xd4,0xa0,0x81,0xd7,0xf5,0x52,0xea,0x74,0x49,0x13,0x9a,0xbe,0x7e,0xf7,
+ 0x87,0xdd,0x65,0xe7,0xf0,0x87,0xac,0x3c,0xb5,0xa6,0xc2,0x6b,0x87,0x86,0x96,0xa7,
+ 0x4d,0x9c,0x93,0x2a,0x3b,0x7,0x80,0xff,0x45,0x59,0x2,0x2,0xd4,0x94,0x91,0x93,
+ 0x76,0xc6,0x36,0x68,0x94,0x23,0x14,0xba,0x8e,0xe7,0xf3,0xf9,0xa6,0xcc,0xdf,0x92,
+ 0x3a,0x52,0x76,0xe,0x38,0xd3,0xe0,0x4e,0x7d,0x4b,0x5b,0x35,0x6b,0x79,0x50,0x28,
+ 0xf4,0x33,0x53,0x58,0x52,0x14,0xf9,0xfc,0xb2,0x57,0xaf,0x94,0x9d,0xa3,0x26,0xdd,
+ 0xf6,0xc2,0xc0,0x7,0x4c,0x43,0xa1,0x85,0x43,0x4d,0x4b,0xfc,0x4b,0xcb,0x2b,0xf7,
+ 0xc8,0xce,0x1,0xc0,0x9a,0x32,0xbf,0x8c,0x0,0x27,0x5a,0xf3,0xf4,0xc2,0x79,0x2e,
+ 0x97,0x5a,0x63,0xf,0xb9,0x85,0x79,0x31,0x4b,0xb7,0xaf,0x54,0xe9,0x43,0xdd,0xa8,
+ 0x41,0x4b,0x1e,0x7d,0x67,0xa9,0xa9,0xc9,0x4e,0x61,0x1f,0x4d,0x68,0xfa,0x27,0x7b,
+ 0x77,0x76,0x96,0x9d,0xa3,0xa6,0x8c,0x7a,0xeb,0xe1,0xde,0xf9,0xc5,0x5,0x51,0x42,
+ 0x9d,0x53,0x25,0x4f,0x6c,0x54,0x4c,0xce,0xeb,0x63,0x5e,0xdc,0x26,0x3b,0x8,0x0,
+ 0x6b,0x94,0x25,0x20,0xc0,0x35,0x6d,0xd8,0x24,0x4b,0x28,0xf4,0x4e,0xb9,0x69,0x98,
+ 0x49,0xf3,0x3f,0x5a,0x16,0xd4,0x1f,0x5c,0x87,0x7f,0x75,0xb8,0xa2,0xfd,0x17,0xa6,
+ 0x50,0x67,0x4a,0xbc,0xa4,0xac,0x24,0x7c,0xec,0x3b,0x13,0x82,0xe2,0x3a,0xde,0x4f,
+ 0xc7,0xf,0xb5,0x12,0xa6,0x32,0x45,0x49,0x68,0x2e,0x97,0xb1,0xc6,0xf3,0xfe,0x3c,
+ 0xd9,0x39,0x0,0xfc,0x3e,0xca,0x12,0x10,0xe0,0x56,0x3c,0x39,0x77,0xa1,0xdb,0xed,
+ 0xf6,0xca,0xce,0x61,0xa7,0xfc,0xe2,0xfc,0xa8,0x94,0x8f,0x97,0x45,0xc9,0xce,0x1,
+ 0x67,0x7a,0x6b,0xf4,0xe4,0xad,0xd1,0xf5,0xa3,0xf3,0x64,0xe7,0xb0,0x8b,0x26,0x34,
+ 0xfd,0xbb,0x5f,0xf6,0xb5,0x93,0x9d,0xe3,0x42,0xf5,0x9f,0x7a,0xf7,0xb0,0xaa,0xaa,
+ 0x2a,0x95,0x1e,0x50,0xed,0x69,0x1a,0xdd,0x38,0x4b,0x76,0x8,0x0,0x67,0x46,0x59,
+ 0x2,0x1c,0xe0,0xe2,0x58,0xd5,0xa6,0xc4,0x85,0xfe,0xfe,0xc7,0x4c,0x89,0xa3,0xfa,
+ 0x86,0xdf,0x38,0x60,0x91,0x4a,0xa7,0x4b,0x86,0x61,0xb8,0x7a,0xbe,0x3c,0x7c,0x8c,
+ 0xec,0x1c,0x17,0xe2,0x58,0xee,0xf1,0x78,0xa1,0xce,0xf5,0x3b,0xe1,0x72,0xb9,0x8c,
+ 0x8c,0xa7,0xe6,0x2f,0x94,0x9d,0x3,0xc0,0x99,0x51,0x96,0x0,0x7,0x48,0x7d,0xec,
+ 0x9d,0xb4,0xda,0xa1,0xb5,0xcb,0x65,0xe7,0xb0,0x53,0x71,0x69,0x71,0xc4,0xf0,0x37,
+ 0x1e,0xec,0x2f,0x3b,0x7,0x9c,0x69,0xe8,0xd,0x7d,0x8b,0x2f,0x69,0xd2,0xfc,0xb0,
+ 0x50,0xe7,0x4d,0x6,0xfd,0x44,0x5e,0x4e,0xec,0xdb,0x1b,0xe7,0xc5,0xcb,0xe,0x52,
+ 0x1d,0xdd,0x5e,0x1c,0x74,0x9f,0x6a,0x53,0xe1,0xf1,0x31,0x4d,0x55,0x9a,0xba,0x7,
+ 0x1c,0x4b,0xa5,0x5f,0x4c,0x80,0xa3,0x5d,0xd6,0xe4,0x92,0x83,0x42,0x53,0xe6,0x85,
+ 0x9f,0x10,0x42,0xe8,0x87,0xb2,0x7f,0xd,0xca,0x67,0xc8,0xc0,0x1e,0xcb,0x1e,0x9f,
+ 0x93,0x6a,0x8,0x85,0x56,0xd5,0x84,0xa6,0xaf,0xde,0xb5,0xa9,0x97,0xec,0x1c,0xe7,
+ 0x6b,0xec,0xdb,0x13,0xba,0x9f,0x2e,0xca,0x8f,0x16,0xa,0x9d,0x2a,0xb9,0xdd,0x6e,
+ 0xef,0xf2,0x27,0x92,0x17,0xc9,0xce,0x1,0xe0,0xec,0x94,0xf9,0x87,0x8,0xe0,0x74,
+ 0x73,0x1f,0x7a,0x63,0x4d,0xfd,0xba,0x91,0xf9,0x42,0x9d,0x77,0xca,0x85,0xd7,0xeb,
+ 0x75,0xf7,0x7a,0x79,0x38,0x63,0xf,0xa8,0xb6,0x3f,0xb7,0xfa,0xd3,0x1e,0x95,0xae,
+ 0xe3,0xe5,0x17,0x15,0x44,0xbd,0x98,0xf6,0x9a,0xa3,0x3e,0xbf,0xb4,0x3f,0xeb,0xe0,
+ 0xe5,0x2a,0x8d,0x3a,0x8,0x4d,0x78,0x5a,0xc5,0x5d,0x72,0x50,0x76,0xc,0x0,0xe7,
+ 0x86,0xb2,0x4,0x38,0xc8,0x7,0xcf,0xa7,0xcd,0xd2,0xd4,0x9a,0x12,0xd7,0x73,0x4e,
+ 0xe7,0xc6,0xa6,0xed,0x58,0xad,0xd2,0x87,0xbe,0x51,0x83,0x66,0xdf,0xf7,0xea,0x86,
+ 0x10,0xb7,0x5b,0x99,0x9f,0x19,0x4d,0x68,0xfa,0xce,0xfd,0x5f,0x5d,0x27,0x3b,0xc7,
+ 0xb9,0x1a,0xfe,0xfa,0x83,0xfd,0xcb,0x2b,0xca,0x95,0x7a,0x54,0x40,0xbd,0xf0,0x7a,
+ 0x85,0xb,0x1e,0x99,0x91,0x21,0x3b,0x7,0x80,0x73,0x43,0x59,0x2,0x1c,0xe6,0x1f,
+ 0xf7,0xdc,0x95,0x79,0xa7,0xdc,0x34,0xcd,0xa4,0x79,0x5b,0x96,0x70,0xba,0x84,0x6a,
+ 0xeb,0x7d,0x6d,0xf7,0x55,0x86,0x30,0x27,0xc9,0xce,0x61,0x97,0xbc,0xc2,0xd3,0xd1,
+ 0xb3,0x3f,0x78,0x3f,0x56,0x76,0x8e,0x73,0x71,0xe8,0xc4,0xaf,0x2d,0x85,0x42,0xd7,
+ 0xef,0x84,0xa6,0x79,0x46,0xdf,0x3c,0x98,0xa9,0x70,0xc0,0x41,0x28,0x4b,0x80,0xc3,
+ 0xa4,0x3f,0x91,0xbc,0xa8,0x76,0x6d,0xb5,0xc6,0x1e,0x4e,0x17,0xe7,0x47,0x27,0x6f,
+ 0x49,0x8d,0x91,0x9d,0x3,0xce,0xf4,0xe4,0x9d,0xf,0xee,0x6f,0x58,0x3f,0x3a,0x57,
+ 0x76,0xe,0xbb,0x68,0x42,0xd3,0xd7,0xee,0xde,0x1c,0xf0,0x9f,0x5d,0xea,0x3f,0xf5,
+ 0xee,0x61,0x5e,0xaf,0xd7,0x2d,0x3b,0x87,0x8d,0x3c,0x8d,0xa2,0x1a,0xe6,0xc,0xb9,
+ 0xa1,0x6f,0xa9,0xec,0x20,0x0,0xce,0x1d,0x65,0x9,0x70,0xa0,0x6b,0x5b,0xfd,0xe5,
+ 0xb,0x4d,0xd3,0x12,0x65,0xe7,0xb0,0x8d,0x29,0xf4,0xc5,0x9f,0xa4,0xf,0x93,0x1d,
+ 0x3,0xce,0x35,0xb8,0x53,0x9f,0xa5,0xa6,0xa9,0xce,0x67,0x97,0x72,0x4e,0xe7,0x6,
+ 0xfc,0xc9,0x92,0x6a,0x53,0xe1,0x21,0x21,0x21,0xde,0x75,0x9e,0x45,0xc9,0xb2,0x73,
+ 0x0,0x38,0x3f,0x94,0x25,0xc0,0x81,0xa6,0x8c,0x7a,0x76,0x67,0xa3,0xa8,0x98,0x5c,
+ 0xa1,0xd0,0x75,0xbc,0xd2,0xb2,0xd2,0xf0,0x1,0x53,0xc7,0x50,0x98,0x50,0x2d,0x77,
+ 0x75,0x4e,0xc8,0x8f,0xaa,0x1f,0x95,0x2f,0x3b,0x87,0x6d,0x4c,0x21,0xc6,0xbe,0x33,
+ 0xa1,0xbb,0xec,0x18,0xbf,0xa7,0xdb,0xb,0xea,0x4d,0x85,0xb7,0xf8,0xed,0x79,0x79,
+ 0x0,0x1c,0x46,0xa5,0x5f,0x54,0x40,0x50,0x59,0xeb,0x79,0x3f,0x59,0x73,0x69,0xca,
+ 0x7c,0x70,0x5d,0x8,0xa1,0x67,0xe6,0x66,0xc5,0xa7,0xed,0x58,0xc3,0xd8,0x3,0xaa,
+ 0xa5,0xf7,0xd5,0xdd,0x56,0x29,0xb4,0x8c,0xa7,0x7f,0x77,0x78,0x5f,0x40,0xae,0xe2,
+ 0xdd,0x3d,0xe3,0xd1,0x5e,0xa7,0x8b,0xd5,0x9a,0xa,0xf,0xf,0xab,0x53,0x9a,0xfa,
+ 0xf8,0xbb,0x69,0xb2,0x73,0x0,0x38,0x7f,0x94,0x25,0xc0,0xc1,0xe2,0x1a,0xc4,0x66,
+ 0xb,0x85,0x4e,0x97,0xc,0xc3,0x48,0x9a,0xbf,0x95,0xb1,0x7,0x54,0xcf,0x3,0xdd,
+ 0x46,0x65,0x35,0x8c,0x6a,0x98,0x27,0x3b,0x87,0x5d,0xc,0x9f,0xe1,0xea,0x3f,0x2d,
+ 0xf0,0x4e,0x63,0xf,0x64,0xfd,0xdc,0x5a,0xa5,0xa9,0x70,0x4d,0xd3,0x12,0xaf,0xba,
+ 0xa4,0xdd,0x1e,0xd9,0x39,0x0,0x54,0xf,0x65,0x9,0x70,0xb0,0x55,0x89,0xb,0x52,
+ 0x5c,0x6a,0x4d,0x89,0x8b,0xbc,0xc2,0xfc,0xe8,0x94,0xad,0x4b,0xa2,0x64,0xe7,0x80,
+ 0x33,0xd,0xe9,0xd4,0x27,0xd5,0x54,0xe7,0xe1,0xce,0xfa,0x91,0x13,0x47,0x9b,0x7,
+ 0xd2,0x38,0x4a,0x9f,0x57,0x46,0x8e,0xac,0xac,0xaa,0x54,0xe9,0x74,0xd8,0x13,0x1b,
+ 0x15,0x93,0xf3,0xda,0xdd,0x2f,0x7c,0x2a,0x3b,0x8,0x80,0xea,0xa1,0x2c,0x1,0xe,
+ 0xd7,0x34,0x3a,0x2e,0x4b,0x28,0x74,0xba,0x24,0x4c,0x53,0x5f,0xb8,0x2d,0x7d,0x84,
+ 0xec,0x18,0x70,0xa6,0xe1,0x37,0xe,0x28,0x6c,0xdb,0xe2,0x8a,0xbd,0xaa,0x5c,0xc7,
+ 0xd3,0x84,0xa6,0xa7,0xef,0x5c,0xd3,0x5f,0x76,0xe,0x21,0x84,0x58,0xf1,0xc5,0x3a,
+ 0xf7,0xf1,0xbc,0x13,0x71,0x42,0xa1,0xeb,0x77,0x2e,0x97,0xcb,0x58,0xe3,0x79,0x9f,
+ 0xa9,0x70,0xc0,0xc1,0x28,0x4b,0x80,0xc3,0xad,0x78,0x6a,0xde,0xc2,0x90,0x90,0x10,
+ 0xaf,0xec,0x1c,0x76,0x2a,0x29,0x2d,0x89,0x18,0xfc,0xda,0xd8,0x41,0xb2,0x73,0xc0,
+ 0x99,0xe6,0x3d,0xf8,0xfa,0x9a,0xf0,0x3a,0xe1,0xca,0xcc,0x37,0xe7,0x15,0x9e,0x8e,
+ 0x9e,0xb9,0x71,0x5e,0xbc,0xec,0x1c,0xc9,0x1f,0x2c,0x1e,0x63,0x1a,0x66,0x92,0xec,
+ 0x1c,0x36,0xf2,0xfc,0xe3,0xb9,0x78,0x0,0x1c,0x8c,0xb2,0x4,0x4,0x81,0x4b,0x1a,
+ 0x5f,0x7c,0x58,0xa8,0x74,0xba,0x24,0x84,0x7e,0xe4,0xe4,0xb1,0xe6,0xe9,0x9f,0xaf,
+ 0x53,0xe9,0x19,0x2d,0xa8,0x41,0x7d,0x3a,0xdc,0xb1,0xca,0x30,0xd5,0x78,0x50,0xad,
+ 0x26,0x34,0x7d,0xf5,0xae,0x4d,0xbd,0x65,0x66,0x78,0x7f,0xdb,0xf2,0xc8,0xbc,0xa2,
+ 0xfc,0x68,0x99,0x19,0xec,0xe6,0x76,0xbb,0xbd,0xcb,0x9f,0x48,0x5e,0x24,0x3b,0x7,
+ 0x80,0xb,0x43,0x59,0x2,0x82,0xc0,0xe2,0xc7,0x66,0xa5,0xd5,0xd,0xaf,0x5b,0x2c,
+ 0x3b,0x87,0x9d,0xbc,0x5e,0xef,0x94,0x5,0x5b,0x97,0x8d,0x94,0x9d,0x3,0xce,0xf4,
+ 0xf0,0x1d,0x63,0xe,0xc7,0x34,0x68,0x98,0x2b,0x4c,0xd9,0x49,0xec,0x51,0x50,0x54,
+ 0x10,0xa9,0xaf,0x78,0xa3,0xad,0xac,0xef,0xbf,0xe0,0xe3,0xb4,0x11,0xc2,0x34,0x95,
+ 0xb9,0x7e,0x27,0x84,0xf0,0xb4,0x6c,0x7c,0xf1,0x21,0xd9,0x21,0x0,0x5c,0x38,0xca,
+ 0x12,0x10,0x24,0x46,0xdc,0x34,0x60,0xa1,0x50,0xe7,0x83,0xeb,0x42,0x8,0x21,0x4e,
+ 0x16,0xe4,0xc6,0x2c,0xf9,0x6c,0x65,0xb8,0xec,0x1c,0x70,0xa6,0xc1,0x9d,0xfa,0xa4,
+ 0x1a,0x9a,0x3a,0xa7,0x4b,0x1b,0x77,0x7f,0xd4,0x4d,0xc6,0xf7,0xbe,0xeb,0x8d,0x87,
+ 0xfa,0x16,0x95,0x16,0x45,0xca,0xf8,0xde,0xb2,0x84,0xd5,0xe,0x2b,0x7f,0xff,0xd1,
+ 0xb7,0xd3,0x65,0xe7,0x0,0x70,0xe1,0x28,0x4b,0x40,0x90,0x18,0x79,0xd3,0xa0,0xfc,
+ 0x86,0x91,0xd1,0x4a,0x3d,0xa8,0xd6,0x34,0xcc,0xa4,0x14,0x4e,0x97,0x50,0x4d,0x23,
+ 0x6e,0x1c,0x50,0x78,0x49,0x93,0xe6,0x87,0x84,0x22,0x3f,0x33,0x55,0x55,0x55,0xa1,
+ 0x3,0x5e,0xb5,0x7f,0x4a,0xfc,0x60,0xf6,0x2f,0xad,0x54,0x9a,0xa,0x17,0x9a,0xf0,
+ 0xb4,0x6e,0x7a,0xe9,0x1,0xd9,0x31,0x80,0x60,0xd4,0xf1,0xe1,0xee,0x13,0xec,0xfe,
+ 0x9e,0x94,0x25,0x20,0x88,0x6c,0x98,0x94,0x3a,0x5b,0xb5,0xb1,0x87,0xfc,0xe2,0xfc,
+ 0xa8,0x39,0x1f,0x2e,0x8e,0x95,0x9d,0x3,0xce,0x94,0xf6,0xf8,0x9c,0x54,0xb7,0xdb,
+ 0xad,0xca,0xcf,0x8c,0xfe,0x6b,0xf6,0xd1,0xe6,0x73,0x3e,0x7c,0xdf,0xb6,0x9f,0x97,
+ 0x1,0x53,0xc7,0xc,0xf3,0x7a,0xbd,0x4a,0x7d,0xb6,0x30,0xb2,0x6e,0xbd,0xc2,0x39,
+ 0xf,0xbe,0xb6,0x4e,0x76,0xe,0x20,0x18,0xd,0xef,0x9a,0x60,0xfb,0xe7,0x0,0x29,
+ 0x4b,0x40,0x90,0xb9,0x24,0x4e,0xb1,0xb1,0x7,0x53,0xe8,0xa9,0x9f,0xae,0x18,0x22,
+ 0x3b,0x6,0x9c,0xeb,0xe6,0x2b,0x3b,0x6d,0x51,0x6a,0x4a,0xfc,0xf3,0x75,0xb6,0x4d,
+ 0x89,0x67,0xe6,0x66,0xc5,0xb,0x85,0xa6,0xc2,0x35,0x4d,0x4b,0x1c,0x75,0xf3,0x10,
+ 0xa6,0xc2,0x1,0x3f,0x19,0xdb,0x73,0x64,0xb6,0xdd,0xdf,0x93,0xb2,0x4,0x4,0x99,
+ 0xc5,0x8f,0xce,0x4a,0x8b,0xac,0x5b,0xaf,0x50,0x28,0x54,0x98,0x4a,0xcb,0x4a,0xc3,
+ 0x7,0x4e,0xbb,0x97,0xc2,0x84,0x6a,0x79,0x71,0xd0,0x93,0x7b,0xea,0xd5,0xad,0xa7,
+ 0xcc,0x40,0xca,0xe9,0xc2,0xfc,0xa8,0x29,0x2b,0x67,0x5e,0xee,0xef,0xef,0xd3,0xf7,
+ 0x95,0x51,0x23,0xc,0xc3,0x50,0xe9,0x75,0x86,0xa7,0x71,0x83,0x46,0x39,0x43,0x3a,
+ 0xf5,0x51,0x66,0x96,0x1e,0x50,0x81,0x4a,0xbf,0xc4,0x0,0x65,0x7c,0xf8,0xc2,0xf2,
+ 0x99,0x9a,0x4b,0x33,0x64,0xe7,0xb0,0x91,0x7e,0x34,0xf7,0x58,0xfc,0x8a,0x2f,0xd6,
+ 0x2b,0x75,0xdd,0x7,0x35,0xe7,0xce,0x6b,0xba,0xad,0x52,0xe9,0x74,0x69,0xfd,0xee,
+ 0xf,0xbb,0xfb,0xfb,0xfb,0x64,0xe5,0x65,0x37,0x15,0xa,0x9d,0x2a,0xb9,0xdd,0x6e,
+ 0xef,0xea,0xa7,0x17,0x72,0xaa,0x4,0x4,0x19,0xca,0x12,0x10,0xa4,0x9a,0x46,0xc7,
+ 0x65,0x9,0x85,0x4e,0x97,0x7c,0x3e,0xdf,0x94,0xf9,0x1f,0x2d,0x19,0x29,0x3b,0x7,
+ 0x9c,0x69,0x7c,0xf7,0x31,0x47,0xa2,0xeb,0x37,0xc8,0x93,0x9d,0xc3,0x2e,0x15,0x15,
+ 0x15,0x61,0x9,0xaf,0xf9,0xef,0x34,0xf6,0xb6,0x17,0x6,0x3e,0x60,0x1a,0xa6,0x3a,
+ 0xaf,0x31,0x34,0xe1,0xb9,0xac,0x49,0x4b,0x46,0x1d,0x80,0x20,0xa4,0xce,0x2f,0x32,
+ 0x40,0x31,0x19,0x4f,0xcd,0x5f,0xe8,0xa,0x71,0xa9,0x74,0xba,0x24,0x72,0xb,0x4e,
+ 0xc5,0xa4,0xed,0x58,0x1d,0x2a,0x3b,0x7,0x9c,0x69,0xd0,0xf5,0x7d,0x96,0xaa,0x72,
+ 0xba,0x24,0x84,0xd0,0xf,0x1f,0xff,0xb5,0xc5,0xdb,0x9b,0xe6,0xc7,0xd7,0xf4,0x17,
+ 0xbe,0xeb,0x8d,0x87,0xfa,0xe6,0x17,0x17,0x44,0x9,0x75,0x4e,0x95,0x3c,0x51,0x11,
+ 0xf5,0xf3,0x53,0x1e,0x7e,0x6b,0x95,0xec,0x20,0x0,0x6a,0x1e,0x65,0x9,0x8,0x62,
+ 0xcd,0x1b,0xc5,0x1f,0x11,0xa,0x9d,0x2e,0x99,0x86,0x99,0x34,0x6f,0xcb,0x92,0xd1,
+ 0xb2,0x73,0xc0,0x99,0x46,0x76,0x19,0x98,0xdf,0xa6,0xc5,0x1f,0xf6,0xa9,0x52,0x98,
+ 0x34,0xa1,0xe9,0xe9,0x3b,0xd6,0xd6,0xf8,0xd8,0x83,0x6a,0x53,0xe1,0x9a,0x4b,0x33,
+ 0x36,0x3f,0xb7,0x6c,0x96,0xec,0x1c,0x0,0xfc,0x83,0xb2,0x4,0x4,0xb1,0x65,0x13,
+ 0x66,0xa7,0x86,0x85,0x85,0x95,0xcb,0xce,0x61,0xa7,0xd3,0xc5,0xf9,0xd1,0xc9,0x5b,
+ 0x52,0x63,0x64,0xe7,0x80,0x33,0xa5,0x8c,0x7b,0x6b,0x55,0x78,0x9d,0x70,0x65,0x3e,
+ 0xa0,0x5f,0x52,0x56,0x12,0x3e,0x7e,0xae,0xa7,0x4b,0x4d,0x7d,0xbd,0x5e,0x2f,0x8f,
+ 0x18,0xad,0xd8,0x54,0xb8,0xe7,0x1f,0x57,0x9e,0x1,0x4,0x29,0xca,0x12,0x10,0xe4,
+ 0x3a,0xb4,0xfa,0xcb,0x17,0x9a,0xa6,0x25,0xca,0xce,0x61,0x1b,0x53,0xe8,0x8b,0x3f,
+ 0x49,0xb7,0xfd,0xc1,0x9b,0x8,0x1e,0x3,0xae,0xef,0x95,0x6e,0x98,0xe6,0x24,0xd9,
+ 0x39,0xec,0xa0,0x9,0x4d,0xff,0xea,0xc0,0xd7,0x57,0xd7,0xc4,0xd7,0x4a,0xfd,0x6c,
+ 0x65,0x78,0xce,0xe9,0x93,0xb1,0x42,0x9d,0xeb,0x77,0xc2,0xe5,0x72,0x19,0x19,0x4f,
+ 0xcd,0x5f,0x28,0x3b,0x7,0x0,0xff,0xa1,0x2c,0x1,0x41,0x6e,0xca,0xc8,0x49,0x3b,
+ 0x63,0x1b,0x34,0xca,0x11,0xa,0x5d,0xc7,0x2b,0x2d,0x2b,0xd,0x1f,0x30,0x75,0xc,
+ 0x85,0x9,0xd5,0xf2,0x60,0xb7,0x51,0x99,0x31,0xd,0xa2,0x73,0x65,0xe7,0xb0,0x8b,
+ 0xe1,0x33,0x5c,0xdd,0x27,0xf,0xbd,0xf7,0x42,0xbf,0xce,0xfc,0x8f,0x52,0x47,0x9b,
+ 0xa6,0x99,0x54,0x13,0x99,0x1c,0xc2,0x13,0x1f,0xd3,0x34,0x53,0x76,0x8,0x0,0xfe,
+ 0x45,0x59,0x2,0x14,0xb0,0xe6,0xe9,0x85,0xf3,0x54,0x9b,0x12,0xcf,0xcc,0xcd,0x8a,
+ 0x4f,0xdb,0xb1,0x86,0xb1,0x7,0x54,0x4b,0xc2,0xf5,0x77,0xa6,0xa9,0xf2,0xd9,0x25,
+ 0x21,0x84,0x9e,0x9b,0x9f,0x1b,0x33,0x69,0xc9,0x2b,0xed,0xab,0xfb,0x5,0xee,0x99,
+ 0xf9,0x58,0x8f,0xc2,0x92,0xa2,0xc8,0x9a,0xc,0x15,0xe8,0xdc,0x6e,0xb7,0x77,0xf9,
+ 0x13,0xc9,0x8b,0x64,0xe7,0x0,0xe0,0x5f,0x94,0x25,0x40,0x11,0xaa,0x4d,0x89,0x1b,
+ 0x86,0x91,0x34,0x7f,0x2b,0x63,0xf,0xa8,0x9e,0x51,0x37,0xd,0xca,0x6b,0x1a,0xd3,
+ 0x44,0x99,0x9f,0x19,0x4d,0x68,0xfa,0xb6,0xef,0x77,0x76,0xae,0xee,0x9f,0x7f,0xe0,
+ 0xf8,0xa1,0xd6,0x2a,0x8d,0x3a,0x8,0x4d,0x78,0x5a,0xc5,0x5d,0x72,0x50,0x76,0xc,
+ 0x0,0xfe,0x47,0x59,0x42,0xd0,0x4b,0xdb,0xb1,0x36,0xf4,0xa1,0x77,0x13,0xbb,0xca,
+ 0xce,0x21,0x5b,0xc6,0x53,0xf3,0x17,0xba,0x5c,0x6a,0x4d,0x89,0xe7,0x15,0xe6,0x47,
+ 0xbf,0xbf,0x2d,0x4d,0xa9,0x77,0xbb,0x51,0x73,0x56,0x3d,0x95,0x92,0x22,0x5c,0x9a,
+ 0xec,0x18,0xb6,0xa9,0xac,0xac,0xc,0x7d,0x3c,0xe5,0xb9,0x1b,0xce,0xf7,0xcf,0x1b,
+ 0x3a,0xfd,0x81,0x84,0xf2,0x8a,0xf2,0x30,0x7f,0x64,0xa,0x54,0xf5,0xc2,0xeb,0x15,
+ 0x2e,0x78,0x64,0x46,0x86,0xec,0x1c,0x0,0xfc,0x8f,0xb2,0x84,0xa0,0x96,0xfa,0x59,
+ 0x46,0xf8,0xac,0x8d,0x73,0x1f,0xf8,0xe2,0xa7,0x3d,0x1d,0x6e,0x7d,0x7e,0xc0,0x3,
+ 0xb2,0xf3,0xc8,0xf6,0x8f,0xfb,0xf5,0x4a,0xbc,0x53,0x2e,0x84,0x10,0xc2,0x34,0xf5,
+ 0x5,0x1f,0x2f,0x1f,0x21,0x3b,0x6,0x9c,0xeb,0x86,0xb6,0x1d,0x3e,0x55,0xe9,0x3a,
+ 0xde,0xae,0x6a,0x8c,0x3d,0xfc,0x72,0xe2,0xd7,0x16,0x42,0xa1,0x51,0x7,0xa1,0x69,
+ 0x9e,0xbb,0x6e,0x4a,0x60,0xd4,0x1,0x50,0x4,0x65,0x9,0x41,0x2d,0xf5,0xd3,0x8c,
+ 0x21,0x65,0xe5,0xe5,0xaf,0xbb,0x34,0xed,0xa5,0xfc,0xe2,0xc2,0xa8,0x91,0x33,0x1e,
+ 0xee,0x2d,0x3b,0x93,0x4c,0xcb,0x9f,0x48,0x5e,0xe4,0x76,0xbb,0xbd,0xb2,0x73,0xd8,
+ 0xa9,0xa8,0xb4,0x28,0x52,0x4f,0x7f,0xa3,0xad,0xec,0x1c,0x70,0xa6,0x69,0x23,0x9e,
+ 0xdb,0x5e,0x37,0xbc,0xae,0x32,0x53,0xe2,0x15,0x95,0x95,0xa1,0xcf,0x2e,0x99,0x7a,
+ 0xd5,0xb9,0xfe,0xe7,0xfb,0x4d,0x19,0x3d,0xc2,0xe7,0xf3,0xa9,0x34,0x15,0x2e,0xa2,
+ 0xeb,0x45,0xe5,0xd,0xef,0x3c,0xa0,0x50,0x76,0xe,0x0,0xf6,0xa0,0x2c,0x21,0x68,
+ 0x79,0x16,0xbf,0x7c,0x75,0x6e,0xfe,0xa9,0x7f,0x3d,0x6f,0x47,0x13,0x9a,0xfe,0xc3,
+ 0x91,0x1f,0xdb,0xbc,0xbb,0x79,0x41,0x9c,0xcc,0x5c,0xb2,0x5d,0x1a,0xd7,0xe2,0xa0,
+ 0x50,0xea,0x74,0x49,0xe8,0x9b,0xf6,0x6c,0xed,0x26,0x3b,0x6,0x9c,0xab,0xdf,0xb5,
+ 0x3d,0x14,0x9a,0x12,0x17,0xfa,0xa7,0x7f,0xff,0xfc,0x9c,0xaf,0xe2,0x1d,0x3b,0x75,
+ 0xbc,0xa9,0x50,0xe8,0x54,0x49,0x73,0x69,0x89,0xf7,0xdc,0x3a,0x6c,0xb6,0xec,0x1c,
+ 0x0,0xec,0x43,0x59,0x42,0xd0,0xfa,0x7c,0xff,0xee,0xe,0xff,0x33,0x63,0x6b,0xa,
+ 0x7d,0xc5,0xe7,0xeb,0x6b,0xfc,0x89,0xf5,0x4e,0xb2,0xf0,0x91,0x99,0x19,0x11,0xe1,
+ 0x11,0xc5,0xb2,0x73,0xd8,0xa9,0xb2,0xb2,0x32,0xb4,0x77,0xd2,0x5d,0x23,0x65,0xe7,
+ 0x80,0x33,0x8d,0xbb,0x7d,0x74,0x66,0xc3,0x28,0x75,0xa6,0xc4,0x4b,0xcb,0xcb,0xc2,
+ 0x1f,0x9e,0x37,0xe9,0xac,0xf,0xaa,0xbd,0xed,0x85,0x81,0xf,0x98,0x86,0xa9,0xd2,
+ 0xeb,0x8,0x4f,0x7c,0xc3,0xa6,0x99,0x7d,0x3b,0xdc,0xa1,0xd4,0x67,0x3f,0x1,0xd5,
+ 0xa9,0xf4,0x4b,0xe,0xa,0x19,0xfb,0xce,0x84,0xee,0x25,0x65,0xa5,0x11,0x56,0xff,
+ 0x5e,0x41,0x71,0x61,0xe4,0xe3,0xb,0x5e,0x38,0xef,0xf,0x31,0x7,0x93,0xbb,0xba,
+ 0x24,0xa4,0x8,0x4d,0xa1,0xd3,0x25,0x21,0xf4,0xec,0xd3,0x27,0xe3,0x96,0x7c,0x96,
+ 0x11,0x2e,0x3b,0x8,0x9c,0xa9,0x5f,0x87,0xee,0x19,0xaa,0x7c,0x76,0x49,0x13,0x42,
+ 0xff,0xea,0xc0,0x9e,0x33,0xce,0x88,0x8f,0x7c,0x73,0x7c,0xef,0xfc,0xe2,0x82,0x28,
+ 0xa1,0xd0,0xa9,0x52,0x78,0x58,0x78,0x69,0xfa,0x93,0x73,0x99,0xa,0x7,0x14,0x43,
+ 0x59,0x42,0x50,0xfa,0xf6,0x97,0x7d,0xed,0xc4,0xef,0xfc,0x43,0x5c,0x13,0x42,0xff,
+ 0xfc,0x87,0xaf,0x3a,0xd8,0x1c,0x29,0xa0,0x8c,0xe8,0x9c,0x50,0xd8,0x20,0x22,0x2a,
+ 0x4f,0x76,0xe,0x3b,0x99,0x86,0x91,0x94,0xb2,0x75,0xd9,0x48,0xd9,0x39,0xe0,0x4c,
+ 0xf7,0xdc,0x32,0x3c,0xa7,0x71,0x74,0x6c,0x8e,0xec,0x1c,0x76,0xf1,0x79,0x7d,0xee,
+ 0x7e,0x53,0x47,0xff,0xee,0x38,0xca,0xc1,0xe3,0xbf,0xb4,0x52,0x6b,0x2a,0x5c,0xf3,
+ 0xc,0xbb,0x69,0x0,0x45,0x9,0x50,0x10,0x65,0x9,0x41,0x67,0xe0,0x6b,0xf7,0xe,
+ 0x31,0xd,0xe3,0x8c,0x7f,0x6f,0xfb,0xbc,0x5e,0xf7,0xe8,0xb7,0x1f,0xe9,0x65,0x57,
+ 0xa6,0x40,0x34,0xfa,0x96,0xa1,0xf3,0x34,0x97,0x96,0x28,0x3b,0x87,0x9d,0xf2,0x8b,
+ 0xb,0xa2,0x66,0x6c,0x48,0x6e,0x2e,0x3b,0x7,0x9c,0x69,0x48,0xa7,0xbe,0xa9,0xa6,
+ 0x3a,0x27,0xb2,0xfa,0xd1,0x9c,0x63,0xf1,0xf3,0x3e,0x5a,0x12,0xfd,0xdf,0xff,0xc6,
+ 0x80,0xa9,0x63,0x86,0x55,0x79,0xab,0x54,0x7a,0xe0,0xb3,0x27,0xa6,0x7e,0x74,0xee,
+ 0xdd,0x37,0xf,0x56,0xe6,0x2a,0x26,0x80,0x7f,0xa3,0x2c,0x21,0xa8,0x2c,0xfa,0x24,
+ 0x3d,0xe2,0xd7,0xec,0xa3,0xcd,0xc5,0xd9,0xaf,0x86,0xe8,0x7f,0xff,0xf5,0xc7,0xb6,
+ 0x2b,0xbf,0xdc,0xa0,0xec,0xcf,0x40,0xc2,0x75,0x3d,0x2b,0xe3,0x1a,0xc4,0x66,0xb,
+ 0xc5,0xc6,0x1e,0x56,0x7c,0xbe,0xbe,0xaf,0xec,0x18,0x70,0xa6,0xc1,0x9d,0xfa,0x94,
+ 0xb6,0xb9,0xb8,0xf5,0x3e,0x75,0xae,0xe3,0x69,0xfa,0xb2,0x1d,0xab,0x7,0xfd,0xf7,
+ 0x1f,0xcf,0xcc,0xcd,0x8a,0x17,0xa,0x5d,0xbf,0x73,0xb9,0x5c,0xc6,0xfa,0x67,0x16,
+ 0x33,0xea,0x0,0x28,0x4a,0xd9,0x17,0x8a,0x8,0x4e,0xa9,0x9f,0x65,0xc,0xf9,0x9f,
+ 0x51,0x87,0xdf,0x63,0x98,0x7a,0xea,0xa7,0x19,0x43,0xfc,0x1c,0x29,0xa0,0xad,0x4a,
+ 0x5c,0x90,0x52,0xab,0x56,0xad,0x4a,0xd9,0x39,0xec,0x54,0x56,0x56,0x16,0x3e,0x69,
+ 0xc9,0x94,0x33,0x7e,0x1e,0x3,0xf8,0x3d,0x29,0xe3,0xde,0x5a,0x15,0x19,0x11,0xa9,
+ 0xcc,0x6c,0xf4,0xe9,0xc2,0xd3,0x51,0x2f,0xa6,0xbd,0xd6,0xee,0x9f,0xff,0x7f,0xcf,
+ 0xc9,0xc3,0xc6,0x18,0x67,0x39,0xb9,0xf,0x32,0x9e,0x7f,0x3c,0x9f,0xe,0x80,0xa2,
+ 0x42,0x9e,0x7f,0xfe,0x79,0xd9,0x19,0x80,0x1a,0x31,0x6e,0x4e,0x62,0xd7,0x83,0x59,
+ 0xbf,0x5c,0x26,0x84,0xb8,0xf9,0x5c,0xff,0x9c,0xfc,0x92,0xc2,0xbf,0x95,0x57,0x95,
+ 0xff,0x7a,0x4d,0xeb,0xab,0xa,0xfc,0x18,0x2d,0xa0,0x6d,0xdf,0xf7,0x65,0xcc,0xc9,
+ 0x82,0x53,0x7b,0xc5,0x79,0xfc,0xef,0xe6,0x70,0x37,0x1f,0xc9,0x3d,0xf6,0xd3,0xe8,
+ 0xae,0x43,0x76,0xca,0xe,0x2,0x67,0xaa,0xf0,0x56,0x1d,0xde,0xfd,0xd3,0xb7,0x85,
+ 0x9a,0xa6,0x9d,0x75,0x31,0xce,0xe9,0x34,0xa1,0xdd,0x7c,0xe8,0xc4,0x91,0xc3,0x99,
+ 0xb9,0x59,0x25,0x73,0x36,0xbf,0x7f,0xc3,0xd1,0x53,0x59,0x17,0x9,0x85,0x4e,0x95,
+ 0x6a,0xb9,0x6b,0x6d,0xda,0xf4,0xdc,0xd2,0x77,0x65,0xe7,0x0,0x20,0x8f,0x4a,0xef,
+ 0xe,0x21,0xc8,0x7d,0x73,0x68,0xef,0x95,0xe7,0xfb,0x81,0x63,0x4d,0x8,0x7d,0xd5,
+ 0xae,0x4d,0xbd,0xfd,0x14,0xc9,0x11,0xe6,0x8d,0x7f,0x73,0x4d,0xbd,0xba,0xf5,0x94,
+ 0x79,0xa7,0x5c,0x8,0x21,0xaa,0xaa,0xaa,0x42,0x7b,0xea,0xc3,0xc6,0xc8,0xce,0x1,
+ 0x67,0xba,0xa7,0xeb,0xd0,0x9c,0x46,0xd1,0x31,0xa,0x8d,0x3d,0x78,0xa7,0x6c,0xd8,
+ 0xbd,0xe5,0xeb,0x83,0xc7,0x7f,0x59,0xa6,0xd6,0xa8,0x83,0xf0,0xb4,0x6a,0xd2,0xe2,
+ 0xa0,0xec,0x18,0x0,0xe4,0xa2,0x2c,0x21,0x28,0x3c,0x30,0xfb,0xc9,0x5b,0xab,0xaa,
+ 0xaa,0xf7,0x81,0xe3,0xe2,0x92,0xe2,0x88,0xc7,0x53,0x9e,0x53,0x7a,0x4a,0x7c,0xe4,
+ 0xcd,0x3,0x53,0x84,0xa6,0x29,0xf1,0x39,0x8c,0x7f,0xd0,0x4f,0xe6,0x9f,0x8a,0x49,
+ 0xd9,0xba,0x34,0x4a,0x76,0x10,0x38,0xd3,0xc0,0xeb,0xef,0x4c,0x53,0xe5,0xb3,0x4b,
+ 0xaa,0xaa,0x17,0x5e,0xaf,0x30,0xe5,0xe1,0x19,0xab,0x64,0xe7,0x0,0x20,0x17,0x65,
+ 0x9,0x41,0xe1,0x9b,0x43,0x7b,0xaf,0x14,0xd5,0xbf,0x1a,0xa2,0x7f,0xbe,0x7f,0xb7,
+ 0xd2,0x53,0xe2,0xc3,0x6e,0xe8,0x5f,0xdc,0xa8,0x7e,0x74,0x8e,0x50,0x68,0xec,0xc1,
+ 0x34,0xcd,0xa4,0xc5,0x9f,0x64,0xc,0x93,0x9d,0x3,0xce,0x74,0x57,0xe7,0x84,0xfc,
+ 0xa6,0x8d,0xe2,0xb2,0x64,0xe7,0x80,0x9f,0x68,0x9a,0xe7,0xae,0x9b,0x12,0x16,0xca,
+ 0x8e,0x1,0x40,0x3e,0xca,0x12,0x1c,0x6f,0xc4,0x9b,0xe3,0xfa,0xfa,0xbc,0x3e,0xf7,
+ 0x85,0x7c,0xd,0x9f,0xd7,0xe7,0x1e,0x3d,0x53,0xed,0x29,0xf1,0x75,0xcf,0x2c,0x4e,
+ 0xe,0x9,0x9,0xf1,0xca,0xce,0x61,0xa7,0xc2,0xd2,0xc2,0xc8,0x19,0x1b,0xe6,0x32,
+ 0x25,0x8e,0x6a,0x19,0x76,0xc3,0x80,0x45,0xaa,0xcd,0xef,0xab,0xa2,0x41,0xbd,0xfa,
+ 0x79,0xc3,0x3b,0xf,0x50,0xea,0x7a,0x32,0x0,0x6b,0x94,0x25,0x38,0x5a,0xfa,0xce,
+ 0x35,0xee,0x9f,0x8e,0x1d,0x6a,0x2d,0x2e,0xfc,0x3,0xc7,0xfa,0xdf,0x7f,0xfd,0xb1,
+ 0x6d,0xfa,0xe7,0xeb,0x2e,0xa8,0x74,0x39,0x5d,0x8b,0xd8,0x8b,0xe,0xb,0x85,0x4e,
+ 0x97,0x84,0x29,0xf4,0x15,0x3b,0xd7,0x31,0x25,0x8e,0x6a,0xe9,0x7f,0x6d,0xf,0x6f,
+ 0xbb,0x96,0x6d,0xbe,0xe3,0x3a,0x5e,0x90,0xd1,0x34,0xcf,0xe8,0x9b,0x87,0xcc,0x93,
+ 0x1d,0x3,0x40,0x60,0xa0,0x2c,0xc1,0xd1,0x16,0x7f,0xba,0x72,0x98,0x61,0x18,0xe7,
+ 0x36,0x15,0x7e,0x36,0xa6,0xa9,0x2f,0xfe,0x74,0x85,0xd2,0xd7,0xb2,0x52,0x1f,0x7f,
+ 0x37,0xad,0x76,0xed,0xda,0xe5,0xb2,0x73,0xd8,0xa9,0xac,0xbc,0x2c,0xbc,0xff,0xd4,
+ 0xbb,0x95,0xfe,0xeb,0x8e,0xea,0x9b,0x7d,0xdf,0x6b,0x1b,0xea,0x2b,0x34,0x25,0xae,
+ 0x82,0x98,0xc8,0x6,0xb9,0x9,0xd7,0xf7,0x52,0xea,0x91,0xa,0x0,0x7e,0x1f,0x65,
+ 0x9,0x8e,0xf5,0xdc,0x92,0xa9,0x57,0x1d,0xcf,0xcb,0x8e,0xab,0xc9,0xaf,0x79,0xec,
+ 0x64,0x56,0xd3,0xb7,0xd6,0xcd,0x51,0xfa,0x5a,0x56,0xeb,0x26,0x2d,0xf,0x8,0x4d,
+ 0xa1,0xd3,0x25,0x21,0xf4,0x63,0xb9,0xc7,0xe3,0x97,0x6d,0x5f,0x1d,0x26,0x3b,0x8,
+ 0x9c,0x69,0xc0,0xf5,0x77,0xa6,0x19,0xc2,0x9c,0x24,0x3b,0x7,0x2e,0x9c,0x2b,0xc4,
+ 0x95,0x38,0xaa,0x2b,0xa7,0x4a,0x0,0xfe,0x8d,0xb2,0x4,0xc7,0xfa,0xe4,0xef,0x3b,
+ 0x6f,0x30,0x8d,0x73,0x7c,0x0,0xed,0x39,0xd2,0x84,0xa6,0xaf,0xda,0xb5,0xb1,0x77,
+ 0x4d,0x7e,0x4d,0xa7,0x49,0x1e,0xf7,0xfa,0xba,0x7a,0xe1,0x6a,0x4d,0x89,0x1b,0x86,
+ 0x91,0x34,0x7f,0xeb,0xd2,0x91,0xb2,0x73,0xc0,0x99,0xee,0xbd,0x65,0x58,0x4e,0x5c,
+ 0x74,0x6c,0xb6,0xec,0x1c,0xb8,0x60,0x9e,0x8b,0x62,0x9a,0x1d,0xe9,0x7f,0x6d,0xf,
+ 0xa5,0x3e,0xbb,0x9,0xe0,0xcc,0x28,0x4b,0x70,0xa4,0x11,0x6f,0x8e,0xeb,0x5b,0x56,
+ 0x5e,0x1e,0xee,0x8f,0xaf,0x5d,0x5c,0x5a,0x1a,0xf1,0xe8,0xfc,0x67,0x3b,0xfb,0xe3,
+ 0x6b,0x3b,0xc5,0xc8,0x2e,0x3,0x53,0x34,0x4d,0xad,0xf,0xae,0x9f,0x2e,0xca,0x8f,
+ 0x5e,0xf0,0xf1,0xb2,0x28,0xd9,0x39,0xe0,0x4c,0x83,0x3a,0xf5,0x5e,0xca,0x67,0x97,
+ 0x9c,0x2d,0x22,0xbc,0x6e,0x71,0xda,0xc4,0x39,0xa9,0xb2,0x73,0x0,0x8,0x2c,0x94,
+ 0x25,0x38,0xce,0xe2,0x4f,0xd2,0x23,0xe,0x1c,0xfb,0xb9,0x26,0x46,0x1d,0x2c,0x69,
+ 0x42,0xe8,0x5f,0xa8,0x3e,0x25,0x7e,0x63,0xff,0xe2,0x46,0xd,0x62,0x72,0x85,0x52,
+ 0x63,0xf,0xa6,0xbe,0xf8,0x93,0x15,0x43,0x64,0xc7,0x80,0x33,0xd,0xed,0xd4,0xaf,
+ 0xb8,0x4d,0x8b,0xcb,0xf7,0x51,0x98,0x1c,0x4a,0xd3,0x3c,0x23,0xba,0x30,0x15,0xe,
+ 0xe0,0x7f,0x51,0x96,0xe0,0x38,0x69,0x3b,0xd7,0x26,0xd4,0xf4,0xf5,0xbb,0xff,0x66,
+ 0xf8,0xc,0xd7,0xb0,0x37,0x1f,0xe8,0xef,0xcf,0xef,0x11,0xe8,0xd6,0x3e,0xfd,0x7e,
+ 0xb2,0xdb,0xed,0x56,0xea,0x3a,0x4a,0x41,0x49,0x61,0xd4,0x9c,0x2d,0x8b,0x62,0x65,
+ 0xe7,0x80,0x33,0xa5,0x8c,0x7b,0x73,0x55,0x78,0x9d,0xba,0xa5,0xb2,0x73,0xe0,0xbc,
+ 0x79,0x62,0xea,0x47,0xe7,0xde,0xd5,0x79,0x60,0xbe,0xec,0x20,0x0,0x2,0xf,0x65,
+ 0x9,0x8e,0xf2,0xee,0xe6,0x5,0x71,0x27,0xf2,0x72,0xec,0x78,0x31,0xab,0xff,0x94,
+ 0x79,0xa8,0xf5,0xdc,0x2d,0x8b,0x63,0x6c,0xf8,0x5e,0x1,0xeb,0xd2,0xb8,0x16,0x7,
+ 0x95,0x1a,0x7b,0x30,0x85,0xbe,0xe4,0xd3,0x95,0x83,0x64,0xc7,0x80,0x73,0x25,0x74,
+ 0xec,0x95,0x66,0x98,0x8c,0x3d,0x38,0x89,0xcb,0xe5,0x32,0xd6,0x3f,0xb3,0x78,0xb6,
+ 0xec,0x1c,0x0,0x2,0x13,0x65,0x9,0x8e,0xb2,0xfa,0xcb,0x4d,0xbd,0x4d,0xd3,0xbf,
+ 0xa7,0x4a,0xff,0x62,0xa,0x7d,0xc5,0x17,0xeb,0x95,0x7e,0x6,0xcf,0xc2,0x47,0x66,
+ 0x66,0xd4,0x8f,0xa8,0x9f,0x2f,0x14,0xba,0x8e,0x57,0x52,0x5a,0x12,0x31,0xe2,0x8d,
+ 0x71,0x4a,0xff,0x75,0x47,0xf5,0x3d,0x70,0xdb,0xc8,0xac,0x98,0x6,0xd,0x73,0x65,
+ 0xe7,0xc0,0x39,0xf3,0x34,0x8b,0x69,0x92,0x29,0x3b,0x4,0x80,0xc0,0x45,0x59,0x82,
+ 0x63,0x3c,0xf5,0xfe,0xe4,0xe,0x79,0x45,0xa7,0xa3,0xed,0xfc,0x9e,0xb9,0xf9,0xa7,
+ 0x62,0xa6,0xac,0x9c,0x79,0xb9,0x9d,0xdf,0x33,0xd0,0x7c,0xf0,0xdc,0xb2,0x59,0x9a,
+ 0x4b,0x33,0x64,0xe7,0xb0,0x91,0xfe,0x73,0xf6,0xe1,0x56,0xb2,0x43,0xc0,0xb9,0x6,
+ 0x75,0x64,0xec,0xc1,0x29,0xdc,0x6e,0xb7,0x37,0xfd,0x89,0xb9,0x8b,0x64,0xe7,0x0,
+ 0x10,0xb8,0x28,0x4b,0x70,0x8c,0x9d,0x3f,0x7c,0x75,0x9d,0x30,0xfd,0x33,0xea,0xf0,
+ 0x7b,0x34,0xa1,0xe9,0x1b,0xfe,0xb6,0xa5,0xbb,0x9d,0xdf,0x33,0x10,0x35,0x89,0x6e,
+ 0x9c,0x2d,0x14,0x3a,0x5d,0xf2,0x7a,0xbd,0xee,0x7e,0x53,0xee,0x1e,0x21,0x3b,0x7,
+ 0x9c,0xe9,0xae,0xce,0x9,0xf9,0x8d,0x1b,0xc6,0xe6,0xc8,0xce,0x81,0xb3,0xf2,0xb4,
+ 0x8a,0x6b,0x71,0x50,0x76,0x8,0x0,0x81,0x8d,0xb2,0x4,0x47,0x78,0x74,0xde,0xa4,
+ 0xce,0x15,0x95,0x15,0x52,0x1e,0x1a,0x5a,0x5e,0x5e,0x1e,0xf6,0x50,0xf2,0xd3,0x5d,
+ 0x65,0x7c,0xef,0x40,0xb1,0xf2,0xa9,0x94,0x14,0x97,0xcb,0xa5,0xd4,0xe9,0xd2,0xb1,
+ 0x53,0xc7,0x9b,0xca,0xe,0x1,0xe7,0x1a,0x7c,0x7d,0x9f,0x54,0x53,0xa5,0xcf,0xfb,
+ 0x39,0x50,0x44,0x78,0x44,0xf1,0x82,0x47,0x66,0x66,0xc8,0xce,0x1,0x20,0xb0,0x51,
+ 0x96,0xe0,0x8,0xbb,0xe,0x7c,0x7d,0xb5,0xf0,0xd3,0x54,0xf8,0x39,0xd0,0xbf,0x3a,
+ 0xf0,0x4d,0x7b,0x49,0xdf,0x3b,0x60,0x34,0x6b,0xd8,0x24,0x53,0x28,0x74,0xba,0x64,
+ 0x1a,0x86,0xab,0xeb,0x73,0x3,0xc6,0xc9,0xce,0x1,0x67,0x1a,0x72,0x43,0xdf,0xd2,
+ 0x2b,0x2e,0x6e,0xbd,0xdf,0x54,0xe8,0x67,0xc6,0x51,0x34,0xe1,0x19,0x72,0x43,0x5f,
+ 0x9e,0xa9,0x4,0xe0,0xac,0x28,0x4b,0x8,0x78,0xbd,0x5e,0x1e,0x31,0xda,0xeb,0xf5,
+ 0xba,0x65,0x66,0x30,0xd,0xc3,0x35,0x78,0xfa,0x7d,0x4a,0xaf,0xa4,0xa5,0x3f,0x39,
+ 0x77,0x91,0x62,0x53,0xe2,0x7a,0x51,0x49,0x51,0xe4,0xb0,0xd7,0xd5,0x9e,0x90,0x47,
+ 0xf5,0x2d,0x18,0xf7,0x56,0x46,0x78,0x58,0x1d,0xa6,0xc4,0x3,0x50,0x83,0x7a,0x51,
+ 0x79,0x77,0x77,0x1d,0xc2,0x10,0x7,0x80,0xb3,0xa2,0x2c,0x21,0xa0,0xd,0x99,0x7e,
+ 0x5f,0xc2,0x89,0xbc,0x9c,0x38,0x21,0xef,0x54,0xe9,0x9f,0xf4,0x43,0x59,0x87,0x5b,
+ 0xbe,0xb3,0x29,0x45,0xe9,0xab,0x59,0x97,0x35,0xb9,0xe4,0x80,0x52,0x53,0xe2,0x42,
+ 0xe8,0x87,0x73,0x8e,0xb6,0x90,0x1d,0x2,0xce,0x75,0xe7,0x35,0xdd,0xd6,0x98,0x26,
+ 0x63,0xf,0x81,0x44,0x73,0x69,0x89,0x63,0x6e,0x19,0x9a,0x2c,0x3b,0x7,0x0,0x67,
+ 0xa0,0x2c,0x21,0x60,0x3d,0xbd,0x48,0xbf,0xfa,0xe7,0xe3,0x87,0x5b,0x9,0xf9,0x45,
+ 0xe9,0x9f,0xf4,0xc,0xc5,0xa7,0xc4,0x53,0x1e,0x9e,0xb1,0x2a,0x4a,0xb1,0x29,0xf1,
+ 0xaa,0xaa,0xaa,0xd0,0xfe,0x53,0xc7,0xc,0x93,0x9d,0x3,0xce,0xf4,0x68,0xcf,0xb1,
+ 0x87,0x98,0x12,0xf,0x28,0x9e,0xf8,0x86,0x4d,0x33,0xfb,0x5f,0xdb,0x53,0xa5,0x53,
+ 0x72,0x0,0x17,0x80,0xb2,0x84,0x80,0xb5,0xe3,0x87,0x5d,0x1d,0xed,0x5e,0xbf,0x3b,
+ 0x9b,0x82,0xe2,0xa2,0xc8,0x89,0xb,0x5e,0xe8,0x28,0x3b,0x87,0x4c,0x9b,0x15,0x9c,
+ 0x12,0xcf,0x62,0xec,0x1,0x17,0x60,0xe0,0xf5,0x77,0xa6,0x19,0x82,0x7,0xd5,0x6,
+ 0x82,0xf0,0xb0,0xf0,0xd2,0xf4,0x27,0x99,0xa,0x7,0x70,0xee,0x28,0x4b,0x8,0x48,
+ 0xf,0xcc,0x7e,0xea,0xd6,0xf2,0xa,0x39,0xeb,0x77,0x67,0xa2,0x9,0xa1,0xef,0xf8,
+ 0x61,0xd7,0x75,0xb2,0x73,0xc8,0xd6,0x34,0x3a,0x2e,0x4b,0x28,0x74,0xba,0xe4,0xf3,
+ 0xf9,0xdc,0x3d,0xf5,0xe1,0x63,0x64,0xe7,0x80,0x33,0xdd,0x75,0xd3,0xc0,0xfc,0xd6,
+ 0x17,0x5d,0x7a,0x80,0xb1,0x7,0xc9,0x34,0xe1,0x19,0xda,0xb9,0x3f,0x45,0x9,0xc0,
+ 0x79,0xa1,0x2c,0x21,0xe0,0xac,0xd8,0xb9,0xce,0xfd,0xed,0xa1,0xbd,0x57,0x8a,0xc0,
+ 0xb9,0x7e,0xf7,0x1f,0x7c,0x5e,0x9f,0x7b,0xd4,0xcc,0x87,0x7b,0xcb,0xce,0x21,0x53,
+ 0xc6,0x53,0xf3,0x17,0x86,0x84,0x84,0xa8,0x74,0x8d,0x45,0xcf,0xc9,0xcf,0x8d,0x4d,
+ 0xd9,0xba,0x24,0x4a,0x76,0x10,0x38,0xd3,0xe2,0x87,0x67,0xa5,0x85,0x86,0xd6,0xaa,
+ 0x94,0x9d,0x43,0x65,0x51,0x11,0xf5,0xf3,0xc7,0x30,0xea,0x0,0xe0,0x3c,0x51,0x96,
+ 0x10,0x70,0x36,0x7d,0xbd,0xb5,0x9b,0xd7,0xeb,0x9d,0x22,0x3b,0xc7,0x19,0xe8,0xfb,
+ 0x7e,0x3d,0xd0,0x66,0xe5,0x97,0x1b,0x95,0xfe,0xf9,0xb9,0x28,0xa6,0x99,0x52,0x53,
+ 0xe2,0xc2,0x34,0xf5,0x85,0x1f,0xa7,0xf3,0xa0,0x5a,0x54,0xdb,0x1d,0x7f,0xbd,0x65,
+ 0x3,0x63,0xf,0x72,0x68,0x9a,0x96,0x38,0xb2,0xcb,0xc0,0x14,0xd9,0x39,0x0,0x38,
+ 0x8f,0xd2,0x2f,0xf6,0x10,0x78,0x16,0x6d,0x4b,0x8f,0xf8,0xfb,0xd1,0x3,0x6d,0x64,
+ 0xe7,0x38,0x2b,0xd3,0xd4,0x53,0x3f,0xcb,0x18,0x22,0x3b,0x86,0x4c,0xcb,0x26,0xce,
+ 0x4e,0xd,0xd,0xd,0x55,0xea,0x9d,0xf2,0x92,0xb2,0x92,0x88,0x84,0x69,0xf7,0x2a,
+ 0xfd,0xd7,0x1d,0xd5,0x97,0xd8,0x67,0xfc,0xbe,0x6,0xf5,0xa3,0xf2,0x65,0xe7,0x50,
+ 0x90,0xa7,0x51,0x54,0x4c,0xee,0xe0,0x4e,0x7d,0x99,0x71,0x7,0x70,0xde,0x28,0x4b,
+ 0x8,0x28,0x4b,0xb7,0xaf,0x1c,0xe4,0xb,0xec,0x53,0xa5,0x7f,0xf9,0x35,0xfb,0x68,
+ 0xf3,0x39,0x5b,0x16,0xc5,0xca,0xce,0x21,0x53,0xeb,0x26,0x97,0x2a,0x37,0x25,0x9e,
+ 0x99,0x7b,0x2c,0x7e,0xf9,0xce,0xb5,0xa1,0xb2,0x83,0xc0,0x99,0x7a,0x5f,0x73,0xfb,
+ 0x2a,0x4e,0x97,0xec,0x15,0xe2,0x76,0x7b,0xd7,0x7a,0xde,0x67,0x2a,0x1c,0x40,0xb5,
+ 0x50,0x96,0x10,0x30,0x9e,0x5a,0x38,0xb9,0xc3,0xc9,0xfc,0x53,0x8e,0x29,0x1f,0x9a,
+ 0x10,0xfa,0xb2,0xcf,0x56,0x25,0xc8,0xce,0x21,0xd3,0xdc,0x87,0x5e,0x5f,0xa3,0xda,
+ 0x94,0xb8,0xcf,0xe7,0x9b,0x92,0xb2,0x75,0xe9,0x48,0xd9,0x39,0xe0,0x4c,0xf7,0xdf,
+ 0x36,0x32,0x2b,0x26,0xba,0x61,0xae,0x30,0x65,0x27,0x51,0x86,0xe7,0xb2,0xb8,0x16,
+ 0x7,0x65,0x87,0x0,0xe0,0x5c,0x94,0x25,0x4,0x8c,0xcf,0x7f,0xfc,0xea,0x3a,0x11,
+ 0xa0,0xa3,0xe,0xbf,0xa7,0xb0,0xa4,0x38,0xf2,0xd1,0xf9,0xcf,0x76,0x96,0x9d,0x43,
+ 0xa6,0xdf,0xa6,0xc4,0x5d,0x2a,0x4d,0x89,0x8b,0x53,0x5,0x79,0xd1,0xf3,0xb6,0x2e,
+ 0x89,0x96,0x9d,0x3,0xce,0x34,0xf0,0xba,0x3b,0xd3,0xc,0x8d,0x29,0x71,0x3b,0xd4,
+ 0xab,0x5b,0xaf,0x70,0xc1,0x23,0x33,0x33,0x64,0xe7,0x0,0xe0,0x5c,0x94,0x25,0x4,
+ 0x84,0xf1,0xc9,0x9e,0x2e,0x81,0x38,0x15,0x7e,0x36,0x9a,0x10,0xfa,0x17,0xfb,0xff,
+ 0xd6,0x41,0x76,0xe,0xd9,0x9a,0x35,0x6c,0xa2,0xd4,0x94,0xb8,0x69,0x9a,0x49,0x8b,
+ 0x3f,0x59,0xc1,0x83,0x6a,0x51,0x2d,0x77,0xdd,0x34,0x30,0xff,0x8a,0x8b,0x5b,0xef,
+ 0x33,0x5,0xd7,0xf1,0xfc,0x4a,0xd3,0x3c,0x77,0xdd,0x94,0xb0,0x50,0x76,0xc,0x0,
+ 0xce,0x46,0x59,0x82,0x74,0x8b,0x3f,0xc9,0x88,0xf8,0xdb,0xc1,0x6f,0xdb,0xb,0x87,
+ 0x9d,0x2a,0xfd,0x93,0xe1,0xf3,0xb9,0xee,0x9a,0x31,0xbe,0xaf,0xec,0x1c,0x32,0xad,
+ 0x78,0x72,0xee,0x42,0xb7,0xdb,0xad,0xd2,0x94,0xb8,0x28,0x2e,0x29,0x8e,0x98,0xbc,
+ 0xfc,0xf5,0xb6,0xb2,0x73,0xc0,0x99,0x16,0x3e,0x34,0x23,0x23,0xbc,0x4e,0x38,0x83,
+ 0x3,0x7e,0xd4,0xa0,0x5e,0xfd,0xbc,0xe1,0x9d,0x7,0x14,0xca,0xce,0x1,0xc0,0xd9,
+ 0x28,0x4b,0x90,0x6e,0xd9,0x8e,0x55,0x9,0x1,0x3e,0x15,0x7e,0x36,0xfa,0xfe,0x23,
+ 0x7,0x2e,0xcf,0xf8,0x62,0x83,0xd2,0x3f,0x4f,0x97,0xc4,0x36,0x3f,0x24,0x14,0x3a,
+ 0x5d,0x12,0x42,0xe8,0x9b,0xbf,0xfe,0xb8,0x9b,0xec,0x10,0x70,0xae,0xbe,0xd7,0xde,
+ 0x91,0xc1,0xe9,0x92,0x9f,0x68,0x9a,0x67,0xf4,0xcd,0x43,0xe6,0xc9,0x8e,0x1,0xc0,
+ 0xf9,0x94,0x7e,0x71,0x7,0xf9,0xa6,0x66,0xcc,0x68,0x7d,0xe2,0xf4,0xc9,0x38,0xd9,
+ 0x39,0x2e,0x98,0x29,0xf4,0x45,0x9f,0xa6,0x2b,0x7d,0x2d,0x6b,0xd1,0x63,0xb3,0xd2,
+ 0x6b,0xd7,0xae,0x5d,0x2e,0x3b,0x87,0x9d,0x2a,0x2b,0x2b,0x43,0x7b,0x27,0xdd,0x35,
+ 0x52,0x76,0xe,0x38,0xd3,0xf8,0xee,0x63,0x8e,0x44,0xd7,0x6f,0x90,0x27,0x3b,0x47,
+ 0x30,0x6a,0x18,0xd9,0x20,0x37,0xe1,0xfa,0x5e,0x4a,0x3d,0xda,0x0,0x80,0x7f,0x50,
+ 0x96,0x20,0xd5,0xe6,0x6f,0x3e,0xe9,0x26,0x4c,0xd3,0x91,0xd7,0xef,0xfe,0x5b,0x66,
+ 0xce,0xb1,0xf8,0x77,0x36,0x2f,0x68,0x2a,0x3b,0x87,0x4c,0x7f,0x50,0x70,0x4a,0x3c,
+ 0xfb,0xf4,0xc9,0xb8,0xa5,0x3b,0x56,0x39,0xee,0xf3,0x76,0x8,0xc,0xfd,0xaf,0xed,
+ 0x99,0xce,0xe9,0x52,0xcd,0x72,0xb9,0x5c,0x89,0x63,0x6e,0x1d,0xca,0x54,0x38,0x80,
+ 0x1a,0x41,0x59,0x82,0x34,0x8f,0xcc,0x9b,0xd4,0xb9,0xb8,0xb4,0x38,0x42,0x76,0x8e,
+ 0x9a,0xa2,0x9,0x4d,0x5f,0xbe,0x63,0x4d,0x7f,0xd9,0x39,0x64,0x9a,0x33,0x6e,0xfa,
+ 0x3a,0xd5,0xa6,0xc4,0x4d,0xc3,0x48,0x5a,0xf0,0xd1,0xb2,0x91,0xb2,0x73,0xc0,0x99,
+ 0xc6,0x74,0x1d,0x9a,0xdb,0x24,0x26,0x2e,0x5b,0x76,0x8e,0x20,0xe2,0xb9,0xa8,0x51,
+ 0xb3,0x23,0x7d,0xaf,0xb9,0x43,0xa9,0x85,0x4e,0x0,0xfe,0x43,0x59,0x82,0x34,0x4e,
+ 0x1e,0x75,0xf8,0x3d,0xc5,0xa5,0xc5,0x11,0x4c,0x89,0xab,0x37,0x25,0x9e,0x57,0x94,
+ 0x1f,0xbd,0x6c,0xfb,0x6a,0x4e,0x97,0x50,0x2d,0x23,0x3a,0xf,0x5c,0xa8,0xd8,0x89,
+ 0xac,0xdf,0xd4,0xad,0x53,0xb7,0x38,0x6d,0xe2,0x9c,0x54,0xd9,0x39,0x0,0x4,0xf,
+ 0xca,0x12,0xa4,0x78,0x68,0xce,0xd3,0x5d,0x2b,0x2b,0x2b,0x43,0x65,0xe7,0xa8,0x69,
+ 0x9a,0xd0,0xf4,0x2f,0xf6,0xef,0x66,0x4a,0x5c,0xb1,0x29,0x71,0x61,0x9a,0xfa,0xfc,
+ 0x8f,0x96,0x8c,0x94,0x1d,0x3,0xce,0xd4,0xaf,0x43,0x77,0xef,0x95,0x97,0xfe,0xe9,
+ 0x1b,0xae,0xe3,0x5d,0x20,0x4d,0x78,0x86,0x77,0xee,0xb7,0x48,0x76,0xc,0x0,0xc1,
+ 0x85,0xb2,0x4,0xdb,0x2d,0xda,0x96,0x1e,0xb1,0xe7,0xe7,0xef,0xae,0x12,0x41,0x76,
+ 0xaa,0xf4,0x4f,0x86,0xcf,0x70,0xd,0x7b,0xf3,0x41,0xa5,0xaf,0xe3,0xa9,0x38,0x25,
+ 0x7e,0xba,0x38,0x3f,0x7a,0xe1,0xb6,0xb4,0x48,0xd9,0x39,0xe0,0x4c,0xef,0xdd,0x37,
+ 0x6d,0x43,0xdd,0x3a,0x75,0x99,0x12,0xbf,0x0,0x51,0x11,0x51,0xf9,0xa3,0x6e,0x1e,
+ 0xc2,0x60,0x6,0x80,0x1a,0x45,0x59,0x82,0xed,0x96,0xed,0x58,0x3d,0xc8,0xe1,0x53,
+ 0xe1,0x67,0xa3,0xff,0x94,0xf9,0x73,0xeb,0xf9,0x5b,0x97,0x45,0xcb,0xe,0x22,0xd3,
+ 0xa5,0x71,0x2d,0xe,0xa,0xa5,0x4e,0x97,0x84,0xbe,0x60,0x6b,0xda,0x48,0xd9,0x31,
+ 0xe0,0x5c,0x7d,0xae,0xed,0xce,0x94,0x78,0x35,0x69,0x9a,0x96,0x38,0xaa,0xcb,0x40,
+ 0xa6,0xc2,0x1,0xd4,0x38,0xca,0x12,0x6c,0xf5,0xdc,0x92,0xa9,0x57,0xe5,0xe4,0x9f,
+ 0x8c,0x95,0x9d,0xc3,0xef,0x4c,0xa1,0x2f,0xfd,0x2c,0x63,0x90,0xec,0x18,0x32,0x2d,
+ 0x7c,0x64,0x66,0x46,0xbd,0xba,0x11,0x4a,0x3d,0x10,0xb2,0xb8,0xb4,0x38,0x62,0xc4,
+ 0x1b,0xe3,0x94,0x7e,0x40,0x31,0xaa,0x8f,0x29,0xf1,0xea,0x6b,0x58,0x3f,0x3a,0x6f,
+ 0x50,0xa7,0x3e,0x4a,0x3d,0xba,0x0,0x80,0x3d,0x28,0x4b,0xb0,0xcd,0x9c,0xf,0x16,
+ 0xd5,0xdd,0xfa,0xfd,0xf6,0xce,0xc2,0xc,0xce,0xeb,0x77,0xff,0x2d,0xbf,0xa8,0x20,
+ 0x2a,0x61,0xda,0x3d,0x43,0x64,0xe7,0x90,0x69,0x44,0x97,0x84,0x85,0x42,0xd3,0x54,
+ 0x7a,0xa7,0x5c,0xff,0x39,0xfb,0x70,0x2b,0xd9,0x21,0xe0,0x5c,0x3,0xae,0xbb,0x33,
+ 0xdd,0x10,0xe6,0x24,0xd9,0x39,0x9c,0xc4,0x15,0x12,0x92,0x38,0xe6,0x16,0xa6,0xc2,
+ 0x1,0xf8,0x7,0x65,0x9,0xb6,0x48,0xfd,0x64,0x85,0xb6,0xe9,0xeb,0xad,0xb7,0x56,
+ 0x56,0x56,0xbe,0x26,0x3b,0x8b,0x8d,0xf4,0x13,0xf9,0x39,0xce,0x7f,0xe0,0xee,0x5,
+ 0x18,0x71,0x63,0x42,0x61,0xc3,0xc8,0x6,0xb9,0x42,0xa1,0xeb,0x78,0x5e,0xaf,0xd7,
+ 0xdd,0x6f,0xca,0xdd,0x23,0x64,0xe7,0x80,0x33,0xdd,0x7d,0xf3,0xe0,0xdc,0x8b,0xe3,
+ 0x2e,0x3a,0x2c,0x14,0xfa,0x99,0xb9,0x40,0x9e,0x66,0xd1,0x71,0x99,0x7d,0xae,0xe9,
+ 0xae,0xd4,0x2,0x27,0x0,0xfb,0x50,0x96,0x60,0x8b,0x53,0x45,0xf9,0xf5,0x8e,0xe7,
+ 0x9d,0x58,0x2e,0x3b,0x87,0xdd,0x9a,0xc7,0xc6,0x1f,0x91,0x9d,0x41,0xb6,0xd,0x93,
+ 0x52,0x67,0xbb,0xd4,0x9a,0x12,0xd7,0x8f,0x9d,0x3a,0xae,0xf4,0xc3,0x89,0x71,0x61,
+ 0xd2,0x27,0x24,0x2f,0xd2,0x42,0x94,0xfa,0x99,0xa9,0xb6,0xda,0xb5,0x6b,0x97,0xa7,
+ 0x3f,0x39,0x97,0x5,0x3c,0x0,0x7e,0x43,0x59,0x82,0x2d,0x76,0xfe,0xb8,0xab,0x8b,
+ 0xcf,0xe7,0xb,0x91,0x9d,0xc3,0x4e,0x21,0x21,0x21,0x4f,0x76,0xbf,0xea,0xe6,0xd,
+ 0xb2,0x73,0x4,0x82,0xa6,0x8a,0x4d,0x89,0x9b,0x86,0xe1,0xba,0xed,0x85,0x81,0xf,
+ 0xc8,0xce,0x1,0xe7,0xea,0x7a,0xe5,0xd,0x5b,0x4c,0x93,0xb1,0x87,0xb3,0xf0,0xdc,
+ 0x7e,0xd5,0xcd,0x9b,0x64,0x87,0x0,0x10,0xdc,0x28,0x4b,0xf0,0xbb,0x85,0x5b,0xd3,
+ 0x22,0xf,0xe7,0x1c,0xbd,0x5c,0x76,0xe,0x9b,0x79,0x2e,0x6b,0xd6,0xf2,0xe0,0xe0,
+ 0x4e,0x7d,0x99,0x2,0x16,0x4a,0x4e,0x89,0xeb,0xf9,0xc5,0x5,0x51,0xf7,0xcc,0x7c,
+ 0xac,0x87,0xec,0x20,0x70,0xa6,0xc9,0x83,0x9f,0xda,0x1d,0x59,0x2f,0x52,0xa9,0x81,
+ 0x94,0xf3,0x55,0xb7,0x4e,0xdd,0xe2,0xc4,0x7e,0xe3,0xf7,0xc9,0xce,0x1,0x20,0xb8,
+ 0x51,0x96,0xe0,0x77,0x4b,0x77,0xac,0x1a,0x64,0xf8,0x8c,0x24,0xd9,0x39,0xec,0x54,
+ 0xab,0x56,0xad,0xca,0x5,0xe3,0x67,0x64,0xc8,0xce,0x11,0x48,0x54,0x9c,0x12,0xff,
+ 0xf1,0xf8,0xcf,0xad,0x65,0xc7,0x80,0x73,0xf5,0xbb,0xf6,0x8e,0xc,0xc3,0x64,0xec,
+ 0xc1,0x92,0x26,0x3c,0x7d,0x3a,0x74,0x5f,0x25,0x3b,0x6,0x80,0xe0,0x47,0x59,0x82,
+ 0x5f,0x3d,0xbd,0xe8,0xe5,0xab,0x4f,0x15,0xe6,0xc5,0xc8,0xce,0x61,0x33,0x4f,0xdb,
+ 0x8b,0x2f,0xdf,0x2b,0x3b,0x44,0xa0,0xf9,0x6d,0x4a,0xbc,0x9e,0x52,0xef,0x94,0x57,
+ 0x54,0x54,0x84,0xd,0x9d,0x7e,0x7f,0x82,0xec,0x1c,0x70,0xa6,0xfb,0x6f,0x1b,0x99,
+ 0xd5,0x28,0xba,0x61,0x8e,0xec,0x1c,0x81,0xa8,0x7e,0xdd,0xc8,0xfc,0x87,0xee,0xb8,
+ 0x5b,0xf9,0xcf,0x84,0x2,0xf0,0x3f,0xca,0x12,0xfc,0x6a,0xe7,0xfe,0x5d,0xd7,0xa9,
+ 0x32,0x15,0xfe,0x4f,0x11,0x75,0x23,0x8a,0xdf,0xbd,0x6f,0x1a,0xf7,0xe8,0x2d,0xdc,
+ 0xa5,0xe0,0x94,0xf8,0x2f,0x39,0x47,0x5b,0xc8,0xe,0x1,0xe7,0x1a,0x70,0x3d,0x53,
+ 0xe2,0xff,0x4d,0x73,0x69,0x89,0xbd,0xaf,0xb9,0x7d,0x95,0xec,0x1c,0x0,0xd4,0x40,
+ 0x59,0x82,0xdf,0x8c,0x4f,0xf6,0x74,0x29,0x2b,0x2f,0xf,0x97,0x9d,0xc3,0x56,0x9a,
+ 0xf0,0xf4,0xb9,0xa6,0x3b,0xd7,0xef,0x7e,0xc7,0xf0,0x1b,0x7,0x14,0x36,0xaa,0x1f,
+ 0x9d,0x23,0x14,0xba,0x8e,0xe7,0xf3,0x7a,0xdd,0x3d,0xf5,0xe1,0x63,0x64,0xe7,0x80,
+ 0x33,0x8d,0xea,0x3c,0x30,0xef,0xa2,0xc6,0xcd,0x8e,0x8,0x85,0x7e,0x66,0xce,0x26,
+ 0x2a,0xa2,0x7e,0xfe,0x3,0xb7,0x8f,0xca,0x92,0x9d,0x3,0x80,0x1a,0x28,0x4b,0xf0,
+ 0x9b,0x3d,0x3f,0x7f,0x77,0x95,0x10,0x6a,0x9d,0x2a,0x35,0x6d,0x18,0x97,0x35,0xae,
+ 0xfb,0xe8,0x4c,0xd9,0x39,0x2,0xd9,0xba,0x67,0x16,0x27,0xbb,0xd4,0x9a,0x45,0xd6,
+ 0x73,0xf2,0x73,0x63,0xe7,0x7f,0xb4,0x24,0x5a,0x76,0x10,0x38,0x53,0xc6,0xc4,0x79,
+ 0xb,0x35,0x4d,0x53,0xe9,0x67,0xe6,0x77,0xb9,0x42,0x5c,0x89,0x7d,0x3b,0xf0,0x86,
+ 0x14,0x0,0xfb,0x50,0x96,0xe0,0x17,0xa3,0xde,0x7a,0xb8,0x77,0x55,0x55,0x55,0xa8,
+ 0xec,0x1c,0x76,0xd2,0x5c,0xae,0xc4,0x3e,0x1d,0xee,0xe0,0x1f,0xe2,0xe7,0x20,0xbe,
+ 0x61,0xd3,0x4c,0xa1,0xd2,0x3b,0xe5,0xa6,0xa9,0xcf,0xff,0x68,0xe9,0x48,0xd9,0x31,
+ 0xe0,0x4c,0x8f,0x26,0x4f,0xea,0x2c,0x3b,0x43,0x80,0xf0,0xb4,0x6a,0x72,0xc9,0xc1,
+ 0x7b,0x6f,0x1d,0xc1,0xe7,0xb8,0x0,0xd8,0x46,0x33,0x4d,0x53,0x76,0x6,0x4,0x99,
+ 0xd9,0x9b,0xdf,0x8f,0x9d,0xff,0xd1,0x92,0xd1,0x86,0xa1,0xd4,0x2,0x9e,0xe7,0xaf,
+ 0xad,0xff,0xbc,0x6b,0xe6,0xbd,0x49,0x5b,0x64,0x7,0x71,0x8a,0xce,0x9e,0xde,0x8f,
+ 0x94,0x55,0x94,0xbf,0x2e,0x3b,0x87,0x8d,0x3c,0xe1,0xb5,0xeb,0x94,0xd6,0xd,0xb,
+ 0x2f,0x76,0x87,0xb8,0xbd,0x9a,0xd0,0xfc,0xf6,0x8d,0xdc,0x6e,0xb7,0xb7,0xaa,0xaa,
+ 0xca,0x6d,0x18,0x86,0xcb,0x14,0xa6,0xd2,0x6f,0x8a,0xb9,0x5c,0x2e,0xa3,0x5e,0x58,
+ 0x44,0x61,0x64,0x78,0xbd,0xc2,0x88,0xb0,0xba,0xc5,0xee,0x90,0xc0,0x9c,0xb0,0x77,
+ 0x69,0x9a,0xe1,0x72,0x85,0x18,0x3e,0x5f,0x95,0xfb,0x54,0x71,0x7e,0x74,0x6e,0xe1,
+ 0xa9,0x98,0x82,0xd2,0xa2,0xa8,0xb2,0xca,0xf2,0x30,0x9f,0xcf,0xe7,0x36,0x4c,0xa5,
+ 0x7e,0x9f,0x5a,0xa,0x9,0x9,0x79,0x72,0xe7,0x94,0xf5,0x53,0x65,0xe7,0x0,0xa0,
+ 0x16,0xb7,0xec,0x0,0x8,0x3e,0x6b,0x77,0x7f,0xd0,0x4b,0xb1,0xa2,0x24,0x22,0xeb,
+ 0xd6,0x2b,0xa4,0x28,0x9d,0x9f,0x2b,0x9a,0xb5,0xde,0xbf,0xe7,0x97,0xef,0x3d,0xc2,
+ 0x34,0x55,0xb9,0xaa,0xa9,0x97,0x56,0x94,0x89,0xd2,0x8a,0x32,0xd9,0x39,0x94,0x93,
+ 0x2d,0x38,0x88,0x8,0x6,0xf1,0xd,0x9b,0x70,0xc5,0x19,0x80,0xed,0x94,0x7e,0xc7,
+ 0x11,0x35,0x6f,0xda,0xea,0x59,0xad,0x73,0xf2,0x4f,0xc6,0xca,0xce,0x61,0x2b,0x4d,
+ 0x78,0xfa,0x5f,0xd7,0x33,0x5d,0x76,0xc,0xa7,0x79,0xe7,0x81,0xa9,0x9b,0x1a,0x46,
+ 0x36,0xc8,0x15,0x2a,0x5d,0xc7,0x3,0x50,0x6d,0x65,0x55,0x15,0x6a,0xd,0x6,0x1,
+ 0x8,0x8,0x94,0x25,0xd4,0xa8,0xf,0xbe,0xde,0x76,0xab,0x6a,0x53,0xe1,0x8d,0xa2,
+ 0x62,0x72,0xc6,0xde,0x36,0x22,0x5b,0x76,0xe,0x27,0xda,0x30,0x29,0x75,0xb6,0xcb,
+ 0xa5,0xd4,0xd8,0x3,0x80,0x6a,0x3a,0x55,0x98,0xc7,0x48,0xa,0x0,0xdb,0x51,0x96,
+ 0x50,0x63,0x5e,0x5c,0xf6,0x6a,0xbb,0xc2,0xe2,0xc2,0x48,0xd9,0x39,0x6c,0xa5,0x69,
+ 0x9e,0x41,0x9d,0xfa,0x2c,0x95,0x1d,0xc3,0xc9,0x9a,0xc5,0x28,0x36,0xf6,0x0,0xa0,
+ 0x5a,0x7c,0x3e,0x9f,0xfb,0xf1,0xf9,0xcf,0xdd,0x20,0x3b,0x7,0x0,0xb5,0x50,0x96,
+ 0x50,0x23,0x16,0x7f,0x9c,0x1e,0xf1,0xd1,0x77,0xdb,0xbb,0xa,0xb5,0xa6,0xc2,0x3d,
+ 0x97,0x35,0xbb,0xe4,0xc0,0xb0,0x1b,0xfa,0x15,0xcb,0xe,0xe2,0x64,0xe9,0x4f,0x24,
+ 0x2f,0xaa,0xe5,0x76,0x57,0xca,0xce,0x1,0x20,0xe0,0xe9,0xbb,0xe,0xec,0xb9,0x5a,
+ 0x76,0x8,0x0,0x6a,0xa1,0x2c,0xa1,0x46,0x2c,0xff,0x62,0x6d,0xff,0xf2,0x8a,0xf2,
+ 0xd7,0x64,0xe7,0xb0,0x53,0x68,0x68,0x68,0xe5,0xa2,0x47,0x66,0xf1,0x59,0xa5,0x1a,
+ 0xd0,0xba,0x69,0xab,0x3,0x42,0xd3,0x38,0x5d,0x2,0x70,0x46,0x95,0x55,0x55,0xa1,
+ 0x9,0xaf,0xde,0x33,0x44,0x76,0xe,0x0,0xea,0xa0,0x2c,0xe1,0x82,0x25,0x2d,0x7f,
+ 0xb3,0x4d,0xf6,0xe9,0x9c,0x38,0xd9,0x39,0x6c,0xe6,0xb9,0xfa,0xb2,0x3f,0xef,0x92,
+ 0x1d,0x22,0x58,0xcc,0x1b,0xff,0xc6,0x9a,0x18,0xc6,0x1e,0x0,0x9c,0x9d,0xfe,0xeb,
+ 0x89,0xa3,0x2d,0x66,0xac,0x4f,0x6e,0x2e,0x3b,0x8,0x0,0x35,0x50,0x96,0x70,0xc1,
+ 0xb6,0xee,0xdd,0xd1,0xc5,0x34,0x4c,0xb5,0xa6,0xc2,0x23,0x22,0xb,0x5f,0x1b,0xf5,
+ 0xc2,0xa7,0xb2,0x73,0x4,0x93,0xf5,0x93,0x52,0x67,0xbb,0x42,0x18,0x7b,0x0,0x70,
+ 0x16,0xa6,0xd0,0x57,0xed,0xda,0xd4,0x5b,0x76,0xc,0x0,0x6a,0xa0,0x2c,0xe1,0x82,
+ 0xc,0x7a,0x75,0xec,0xa0,0xc2,0x12,0xd5,0x46,0x1d,0x84,0x67,0xc0,0x75,0x3d,0xd3,
+ 0x64,0xc7,0x8,0x46,0x17,0xc5,0x34,0x3b,0x22,0x38,0x5d,0x2,0x70,0x16,0x45,0x25,
+ 0xc5,0x11,0xcf,0x2d,0x9d,0x76,0x95,0xec,0x1c,0x0,0x82,0x1f,0x65,0x9,0xd5,0x36,
+ 0x7e,0x8e,0xa7,0xcb,0xe1,0x9c,0xa3,0x2d,0x84,0x5a,0xa3,0xe,0xa2,0x71,0x83,0xd8,
+ 0xec,0x7b,0x6f,0x1d,0xce,0x53,0x2e,0xfd,0x20,0x6d,0xe2,0x9c,0xd4,0x90,0x90,0x10,
+ 0xaf,0xec,0x1c,0x0,0x2,0x9b,0x26,0x84,0xbe,0xed,0xfb,0x1d,0x9d,0x65,0xe7,0x0,
+ 0x10,0xfc,0x28,0x4b,0xa8,0x96,0x8c,0x9d,0x1b,0x5c,0xfb,0x8f,0xfd,0x74,0xb9,0x69,
+ 0x18,0x4a,0x5d,0xbf,0xd3,0x5c,0xae,0xc4,0x1e,0x7f,0xb9,0x65,0x9d,0xec,0x1c,0xc1,
+ 0xec,0x92,0xc6,0xcd,0xf,0xb,0x4e,0x97,0x0,0x9c,0x45,0x79,0x45,0x79,0xd8,0x33,
+ 0x8b,0x5f,0x69,0x2f,0x3b,0x7,0x80,0xe0,0x46,0x59,0x42,0xb5,0xac,0xf9,0x6a,0x53,
+ 0xaf,0x82,0x92,0xc2,0xb7,0x65,0xe7,0xb0,0x99,0xa7,0x59,0xc3,0xb8,0xac,0x7b,0x6f,
+ 0xe3,0x54,0xc9,0x9f,0x16,0x3f,0xf6,0x4e,0x5a,0x78,0x9d,0xf0,0x52,0xd9,0x39,0x0,
+ 0x4,0x3c,0xfd,0xd3,0xbf,0x7f,0xce,0x73,0x97,0x0,0xf8,0x15,0x65,0x9,0xe7,0x6d,
+ 0xfe,0x47,0x4b,0xa3,0x7f,0xce,0x3e,0xdc,0x4a,0x98,0xb2,0x93,0xd8,0x2b,0x3c,0x2c,
+ 0xbc,0x74,0xc5,0x93,0xf3,0x16,0xca,0xce,0xa1,0x82,0x6b,0x2e,0xbd,0xea,0xb,0xcd,
+ 0xa5,0x25,0xca,0xce,0x1,0x20,0xb0,0x55,0x54,0x56,0x84,0xd,0x7d,0xfd,0xfe,0x4,
+ 0xd9,0x39,0x0,0x4,0x2f,0xca,0x12,0xce,0xdb,0xe6,0xaf,0xb7,0xde,0x5a,0x59,0x55,
+ 0x39,0x4d,0x76,0xe,0x9b,0x79,0xfe,0xda,0xea,0xff,0x31,0x15,0x6e,0x93,0x57,0x46,
+ 0x3e,0xf3,0x45,0x93,0x6,0x8d,0xb3,0x5,0xd7,0xf1,0x0,0x9c,0x99,0x7e,0x30,0xeb,
+ 0x70,0xab,0x99,0x1b,0xe6,0xc6,0xcb,0xe,0x2,0x20,0x38,0x51,0x96,0x70,0x5e,0xde,
+ 0xdb,0xb8,0x20,0xee,0xc8,0xc9,0x63,0xca,0x3d,0xdf,0xa2,0x6e,0x9d,0xf0,0xe2,0xa9,
+ 0x23,0x9f,0xdb,0x29,0x3b,0x87,0x4a,0x56,0x26,0xa6,0xa4,0xb8,0x5c,0x4c,0x89,0x3,
+ 0x38,0xb,0xd3,0xd4,0x57,0x7d,0xc9,0x94,0x38,0x0,0xff,0xa0,0x2c,0xe1,0xbc,0xac,
+ 0xdc,0xb5,0xb1,0xb7,0xcf,0xe7,0x9b,0x22,0x3b,0x87,0xcd,0x3c,0x57,0xb5,0x6c,0xb7,
+ 0x47,0x76,0x8,0x15,0x35,0x6b,0xd8,0x34,0x53,0x70,0xba,0x4,0xe0,0x2c,0xa,0x4b,
+ 0x8a,0x22,0x27,0xa5,0x4e,0x61,0xec,0x1,0x40,0x8d,0xa3,0x2c,0xe1,0x9c,0x8d,0x7c,
+ 0x73,0x7c,0xef,0xd3,0x45,0xf9,0xd1,0xb2,0x73,0xd8,0xad,0x76,0x68,0xed,0xf2,0x57,
+ 0x47,0x3d,0xbf,0x5d,0x76,0xe,0x15,0xa5,0x3f,0x99,0xbc,0xc8,0x15,0x12,0xc2,0xe9,
+ 0x12,0x80,0x33,0xd2,0x84,0xd0,0x3f,0xdd,0xc7,0xd8,0x3,0x80,0x9a,0x47,0x59,0xc2,
+ 0x39,0x79,0x77,0xd3,0xc2,0xb8,0x9f,0x8e,0x1f,0x6a,0x2d,0x14,0x7b,0xa6,0x92,0xd0,
+ 0x84,0xe7,0xff,0x5d,0xf2,0xc7,0xef,0x64,0xc7,0x50,0x59,0x73,0x1e,0x54,0xb,0xe0,
+ 0x1c,0x94,0x95,0x97,0x87,0x3d,0x3e,0xff,0x39,0xa,0x13,0x80,0x1a,0x45,0x59,0xc2,
+ 0x39,0x59,0xbd,0x6b,0x63,0x6f,0xaf,0xd7,0xab,0xda,0xf5,0x3b,0xd1,0xb0,0x5e,0x83,
+ 0xdc,0x19,0xf7,0xbc,0xbc,0x45,0x76,0xe,0x95,0x2d,0x9b,0x38,0x3b,0x35,0xb4,0x56,
+ 0x68,0xa5,0xec,0x1c,0x0,0x2,0x9b,0x26,0x84,0xfe,0xe5,0x81,0x3d,0x57,0xcb,0xce,
+ 0x1,0x20,0xb8,0x50,0x96,0x70,0x56,0x13,0xe6,0x3f,0xd7,0x31,0xaf,0xe8,0xb4,0x72,
+ 0xd7,0xef,0xdc,0x6e,0xf7,0x93,0x3,0xae,0xed,0x99,0x2e,0x3b,0x7,0x84,0xf8,0x43,
+ 0xd3,0x56,0xfb,0x85,0xc6,0xe9,0x12,0x80,0x33,0xab,0xaa,0xaa,0xa,0xed,0xa1,0xf,
+ 0x1b,0x23,0x3b,0x7,0x80,0xe0,0x41,0x59,0xc2,0x59,0xfd,0xed,0xe7,0xef,0xda,0xb,
+ 0x53,0xb1,0xeb,0x77,0x42,0x78,0xae,0x88,0x6f,0xbd,0x6f,0xd4,0x2d,0x43,0xf2,0x64,
+ 0x7,0x81,0x10,0xc9,0xf,0x4d,0x5f,0xd7,0x20,0x22,0x8a,0xbf,0x16,0x0,0xce,0x46,
+ 0xcf,0x39,0x9d,0x1b,0x3b,0x69,0x9,0x63,0xf,0x0,0x6a,0x6,0x65,0x9,0x67,0xf4,
+ 0x70,0xf2,0x33,0x5d,0x4a,0xcb,0xcb,0xc2,0x65,0xe7,0xb0,0x5b,0xdd,0x3a,0x75,0x8b,
+ 0x93,0xc7,0x4d,0x5f,0x27,0x3b,0x7,0xfe,0x6d,0xcc,0x2d,0x43,0x93,0x35,0x8d,0x7,
+ 0xd5,0x2,0x38,0x33,0x4d,0x8,0xfd,0x93,0xbd,0x3b,0xf9,0xec,0x12,0x80,0x1a,0x41,
+ 0x59,0xc2,0xef,0x5a,0xf9,0xf9,0x46,0xd7,0xb7,0xbf,0xec,0x6d,0x27,0x14,0x1b,0x75,
+ 0xd0,0x34,0x2d,0xf1,0x9a,0xcb,0xfe,0xcc,0x3,0x68,0x3,0x4c,0xff,0xeb,0x7a,0x7a,
+ 0x1b,0x45,0x35,0xcc,0x15,0x8c,0x3d,0x0,0x38,0x8b,0x8a,0x8a,0x8a,0x30,0xcf,0xa2,
+ 0x97,0xf9,0xfc,0x12,0x80,0xb,0x46,0x59,0xc2,0xef,0xda,0xf0,0xb7,0xf,0xbb,0x97,
+ 0x55,0x94,0xbf,0x2e,0x3b,0x87,0xdd,0x62,0xa3,0x62,0x72,0x92,0x46,0x3c,0xf3,0x85,
+ 0xec,0x1c,0xf8,0x5f,0x6b,0x3d,0x8b,0x92,0x79,0x50,0x2d,0x80,0x73,0xa0,0x6f,0xff,
+ 0x61,0x57,0x47,0xd9,0x21,0x0,0x38,0x1f,0x65,0x9,0x96,0x96,0x7f,0xb6,0x26,0x74,
+ 0xff,0xb1,0x83,0x97,0xcb,0xce,0x61,0x37,0xb7,0xdb,0xfd,0x64,0xc2,0x75,0xbd,0xd2,
+ 0x64,0xe7,0xc0,0xef,0xbb,0xa8,0x11,0x53,0xe2,0x0,0xce,0xae,0xbc,0xa2,0x3c,0xec,
+ 0x91,0x79,0x93,0x3a,0xcb,0xce,0x1,0xc0,0xd9,0x28,0x4b,0xb0,0xb4,0xfe,0xeb,0x2d,
+ 0xdd,0x2b,0xab,0x2a,0xa7,0xc9,0xce,0x61,0x2b,0x4d,0xf3,0xb4,0xbb,0xb8,0xcd,0x77,
+ 0xc3,0x6e,0x1a,0x50,0x2c,0x3b,0xa,0x7e,0x5f,0xda,0xc4,0x39,0xa9,0xe1,0x75,0xc2,
+ 0x4b,0x65,0xe7,0x0,0x10,0xf0,0xf4,0xaf,0xe,0x7c,0xcd,0x55,0x3c,0x0,0x17,0x84,
+ 0xb2,0x84,0xff,0x91,0xf6,0xd9,0xea,0xd0,0x3,0x59,0x87,0x5a,0xcb,0xce,0x61,0x33,
+ 0xcf,0xc5,0xb1,0xcd,0xe,0xbf,0x73,0xff,0xd4,0x4d,0xb2,0x83,0xe0,0xec,0x86,0x77,
+ 0x1e,0xb0,0x90,0xb1,0x7,0x0,0x67,0xe3,0xf5,0x7a,0xdd,0xb7,0xbf,0x34,0xf8,0x3e,
+ 0xd9,0x39,0x0,0x38,0x17,0x65,0x9,0xff,0x63,0xfd,0x9e,0x2d,0x3d,0x7c,0x8a,0x3d,
+ 0x80,0x36,0xac,0x76,0x58,0x79,0xda,0xc4,0xe4,0x54,0xd9,0x39,0x70,0x6e,0x46,0xdf,
+ 0x3c,0x38,0xaf,0x61,0xfd,0xe8,0x3c,0xc1,0x75,0x3c,0x0,0x67,0xa6,0x9f,0x2a,0x38,
+ 0x1d,0x9d,0xf8,0xbe,0xde,0x41,0x76,0x10,0x0,0xce,0x44,0x59,0xc2,0x7f,0x48,0xdf,
+ 0xbe,0xd6,0xfd,0x53,0xd6,0xa1,0x56,0xb2,0x73,0xd8,0x49,0xd3,0xb4,0xc4,0x4e,0x6d,
+ 0xae,0xf9,0x54,0x76,0xe,0x9c,0x9f,0xf5,0xcf,0x2c,0x9e,0xad,0xb9,0x34,0xc6,0x1e,
+ 0x0,0x9c,0x91,0x26,0x84,0xbe,0xfd,0x87,0x2f,0x19,0x7b,0x0,0x50,0x2d,0x94,0x25,
+ 0xfc,0x87,0xd5,0x5f,0x6d,0xea,0xed,0xf3,0xf9,0x94,0x3a,0x55,0x6a,0xd2,0x30,0x2e,
+ 0x7b,0xf2,0xd0,0xc4,0xdd,0xb2,0x73,0xe0,0xfc,0xc5,0x35,0x88,0xcd,0x16,0x9c,0x2e,
+ 0x1,0x38,0x8b,0xca,0xca,0xca,0xd0,0x9,0x29,0xcf,0x53,0x98,0x0,0x9c,0x37,0xca,
+ 0x12,0xfe,0x65,0xe6,0xba,0xe4,0xf8,0x83,0xc7,0x7f,0x51,0xea,0x54,0x29,0xac,0x76,
+ 0xd8,0xe3,0xfd,0x3a,0xdc,0x91,0x2e,0x3b,0x7,0xaa,0x67,0x55,0xe2,0x82,0x14,0xb7,
+ 0xdb,0xed,0x95,0x9d,0x3,0x40,0xc0,0xd3,0xbf,0x3c,0xb0,0x87,0xab,0x78,0x0,0xce,
+ 0x1b,0x65,0x9,0xff,0xb2,0xf1,0xeb,0x8f,0xbb,0x1b,0x86,0x91,0x24,0x3b,0x87,0x6d,
+ 0x34,0xe1,0xe9,0x78,0xc5,0x35,0xdb,0x87,0x75,0xee,0xcf,0xfa,0x9d,0x83,0xb5,0x6e,
+ 0x7a,0xe9,0x1,0xa1,0x71,0xba,0x4,0xe0,0xcc,0x2a,0x2b,0x2b,0x43,0xef,0x99,0xf5,
+ 0x78,0xf,0xd9,0x39,0x0,0x38,0xb,0x65,0x9,0x42,0x8,0x21,0x26,0xa5,0xbe,0xd2,
+ 0x3e,0xb7,0xe0,0x54,0x8c,0xec,0x1c,0x76,0x8a,0xaa,0x5b,0x3f,0x5f,0x1f,0x96,0xb8,
+ 0x4b,0x76,0xe,0x5c,0x98,0xf9,0xe3,0xdf,0x5c,0xd5,0xa0,0x5e,0x54,0x9e,0xec,0x1c,
+ 0x0,0x2,0x9e,0xfe,0xfd,0xe1,0x1f,0xda,0xca,0xe,0x1,0xc0,0x59,0x28,0x4b,0x10,
+ 0x42,0x8,0xf1,0xf1,0xf7,0x3b,0x3a,0xb,0x21,0x74,0xd9,0x39,0x6c,0xe4,0xe9,0xf6,
+ 0x97,0x2e,0xcc,0x84,0x7,0x89,0x7b,0x6e,0x19,0x96,0xac,0xb9,0x98,0x12,0x7,0x70,
+ 0x66,0xa6,0x61,0xb8,0xba,0xbd,0x38,0x88,0x29,0x71,0x0,0xe7,0x8c,0xb2,0x4,0x31,
+ 0xf4,0xf5,0xfb,0x13,0xaa,0xaa,0xaa,0x42,0x65,0xe7,0xb0,0x93,0xe6,0xd2,0x8a,0x1f,
+ 0xed,0x39,0xf6,0x90,0xec,0x1c,0xa8,0x19,0xfd,0xae,0xed,0xe1,0x6d,0xd2,0xa0,0x31,
+ 0x63,0xf,0x0,0xce,0x46,0xcf,0x2b,0xcc,0x8f,0x7e,0x21,0xed,0xd5,0x2b,0x65,0x7,
+ 0x1,0xe0,0xc,0x94,0x25,0xc5,0xcd,0xdd,0xb2,0x24,0xe6,0xe7,0xe3,0x87,0x5b,0xa,
+ 0x95,0x4e,0x95,0x34,0xe1,0x33,0x4d,0xb1,0x5f,0x76,0xc,0xd4,0xac,0x95,0x89,0x29,
+ 0x29,0x2e,0x97,0x8b,0x29,0x71,0x0,0x67,0xa4,0x9,0xa1,0x6f,0xfb,0x7e,0x67,0x67,
+ 0xd9,0x39,0x0,0x38,0x3,0x65,0x49,0x71,0x1f,0x7c,0xf3,0xf1,0xad,0xa6,0x61,0xaa,
+ 0x33,0xea,0x20,0x84,0x19,0x11,0x56,0xf7,0xc7,0xd8,0x7a,0x31,0x4c,0x85,0x7,0xa1,
+ 0x66,0x31,0x4d,0x33,0x5,0xa7,0x4b,0x0,0xce,0xa2,0xb4,0xac,0x34,0xfc,0x95,0x8c,
+ 0x19,0x97,0xcb,0xce,0x1,0x20,0xf0,0x51,0x96,0x14,0xb6,0xec,0xb3,0x55,0x61,0x47,
+ 0x72,0x32,0x9b,0xcb,0xce,0x61,0xa7,0xb0,0xb0,0xb0,0x82,0x3f,0x35,0xbf,0x62,0x7a,
+ 0x41,0xfe,0xe9,0x2,0xd9,0x59,0x50,0xf3,0xd2,0x9f,0x48,0x5e,0xc4,0x94,0x38,0x80,
+ 0x73,0xa0,0x6f,0xf9,0xf6,0x93,0xae,0xb2,0x43,0x0,0x8,0x7c,0x94,0x25,0x85,0xcd,
+ 0xdd,0xba,0x64,0xb4,0x4a,0x53,0xe1,0xa6,0x10,0x66,0xbb,0x8b,0xdb,0x2c,0x4f,0x1c,
+ 0xf0,0xf0,0x92,0x4f,0xa7,0xaf,0xf3,0xc9,0xce,0x3,0xff,0xb8,0xac,0x49,0x4b,0xa6,
+ 0xc4,0x1,0x9c,0x55,0x61,0x49,0x71,0xe4,0x13,0xb,0x5e,0xbc,0x4e,0x76,0xe,0x0,
+ 0x81,0x8d,0xb2,0xa4,0xa8,0xf1,0xc9,0x9e,0x2e,0x5,0x45,0x5,0x51,0xb2,0x73,0xd8,
+ 0x29,0x22,0xbc,0xee,0x89,0x1b,0xdb,0x5c,0xbb,0xa0,0xd7,0xe4,0xe1,0xa5,0xd7,0x4c,
+ 0xe8,0x26,0x3b,0xe,0xfc,0x24,0xe5,0xe1,0xb7,0x56,0x35,0x88,0x60,0x4a,0x1c,0xc0,
+ 0x99,0x69,0x42,0xe8,0x3b,0x7e,0xd8,0xd5,0x51,0x76,0xe,0x0,0x81,0x8d,0xb2,0xa4,
+ 0xa8,0xdd,0x3f,0x7d,0xd3,0x5e,0xa8,0x35,0xea,0x60,0xf8,0xc,0x9f,0x7e,0xe5,0x25,
+ 0x6d,0xbf,0x96,0x1d,0x5,0xfe,0x77,0xf7,0x2d,0x43,0xe7,0x69,0x1a,0x53,0xe2,0x0,
+ 0xce,0xcc,0xeb,0xf5,0xba,0xef,0x7c,0xe5,0xae,0xd1,0xb2,0x73,0x0,0x8,0x5c,0x94,
+ 0x25,0x5,0xf5,0x9b,0x32,0x7a,0x84,0xcf,0xe7,0x73,0xcb,0xce,0x61,0x23,0x33,0x2a,
+ 0x22,0xea,0xc7,0x6b,0x2f,0xfb,0xcb,0x7,0x43,0xa7,0xdf,0x5f,0x2a,0x3b,0xc,0xfc,
+ 0x6f,0xc0,0x75,0x3d,0x2b,0x1b,0x45,0xc5,0xe4,0xa,0xc6,0x1e,0x0,0x9c,0x99,0x7e,
+ 0x3c,0xf7,0x44,0xdc,0x6b,0xab,0xdf,0x69,0x25,0x3b,0x8,0x80,0xc0,0x44,0x59,0x52,
+ 0x4c,0xd2,0x8a,0xb7,0xda,0x64,0xe6,0x66,0xc5,0xb,0x85,0x4e,0x95,0x6a,0x85,0xd6,
+ 0x2a,0x6c,0xd7,0xfc,0x8a,0x97,0x7a,0xb6,0xbf,0xed,0x67,0xd9,0x59,0x60,0x9f,0xb5,
+ 0x9e,0xf7,0x93,0x99,0x12,0x7,0x70,0x36,0x9a,0x10,0xfa,0xa6,0xaf,0xb7,0x72,0x37,
+ 0x1b,0x80,0x25,0xca,0x92,0x62,0x3e,0xfe,0x7e,0x7b,0x67,0x61,0xaa,0x53,0x94,0x84,
+ 0x26,0x8c,0x36,0xf1,0x7f,0xc8,0x78,0xac,0xcf,0x3,0x2b,0x1f,0x9b,0xff,0x2c,0xa3,
+ 0xe,0x8a,0x89,0x67,0x4a,0x1c,0xc0,0x39,0x28,0x28,0x2e,0x8a,0x7c,0x7e,0xd9,0xb4,
+ 0x2b,0x65,0xe7,0x0,0x10,0x78,0x28,0x4b,0xa,0x79,0x78,0xde,0xa4,0x2e,0x5,0xc5,
+ 0x85,0x51,0xb2,0x73,0xd8,0x29,0xa2,0x4e,0xdd,0x53,0xd7,0xfe,0xe1,0x2f,0xef,0xf6,
+ 0x9e,0x3c,0xbc,0x5c,0x76,0x16,0xd8,0x6f,0xf9,0x13,0xc9,0x8b,0x6a,0x87,0xd6,0xe6,
+ 0xaf,0x3d,0x80,0x33,0xd2,0x84,0xd0,0x3f,0xfe,0x6e,0x47,0x17,0xd9,0x39,0x0,0x4,
+ 0x1e,0xca,0x92,0x42,0xbe,0x3a,0xf0,0xb5,0x52,0xa3,0xe,0xa6,0x26,0xcc,0x3f,0x5f,
+ 0xda,0x6e,0xf9,0xed,0x57,0xdd,0xfc,0xbd,0xec,0x2c,0x90,0xe7,0xf2,0x66,0xad,0xf6,
+ 0x33,0x25,0xe,0xe0,0x6c,0xca,0x2b,0xca,0xc3,0x86,0xbe,0xf1,0x40,0x82,0xec,0x1c,
+ 0x0,0x2,0xb,0x65,0x49,0x11,0x43,0xdf,0x78,0x20,0xc1,0xe7,0xf5,0xaa,0x34,0xea,
+ 0x20,0xea,0xd7,0x8d,0x3c,0x72,0x6d,0xeb,0xbf,0xbc,0x7f,0xa7,0x3e,0xa2,0x4c,0x76,
+ 0x16,0xc8,0x33,0xfb,0xc1,0xd7,0x36,0x30,0x25,0xe,0xe0,0x1c,0xe8,0x7,0x8f,0x1d,
+ 0x6a,0x35,0x67,0xcb,0xe2,0x58,0xd9,0x41,0x0,0x4,0xe,0xca,0x92,0x22,0x7e,0xce,
+ 0xfa,0xa5,0xa5,0x50,0xe8,0x54,0xc9,0x15,0xe2,0xaa,0x8c,0xaa,0x13,0xf9,0xd4,0x9f,
+ 0x2f,0xf9,0x13,0x53,0xe1,0x10,0x63,0x6e,0x19,0x9a,0xcc,0x94,0x38,0x80,0xb3,0x32,
+ 0x85,0x9e,0xbe,0x73,0x4d,0x7f,0xd9,0x31,0x0,0x4,0xe,0xca,0x92,0x2,0x5e,0x5f,
+ 0xfd,0x6e,0x4b,0xc3,0x30,0xd4,0xf9,0x6b,0xad,0x9,0xa3,0x59,0x74,0xdc,0x97,0xed,
+ 0x5a,0xb4,0xd9,0x31,0xf8,0xd5,0xb1,0x15,0xb2,0xe3,0x40,0xbe,0xfe,0xd7,0xf5,0xf4,
+ 0x32,0x25,0xe,0xe0,0x5c,0x9c,0x2e,0x2c,0x88,0x7a,0x25,0x63,0xc6,0xe5,0xb2,0x73,
+ 0x0,0x8,0xc,0xea,0xbc,0x80,0x56,0xd8,0xcf,0xd9,0x87,0x5b,0x6a,0xa6,0x26,0x3b,
+ 0x86,0x2d,0xc,0xd3,0x10,0x31,0x91,0xd,0x8f,0x5e,0x7f,0xf9,0x35,0xd3,0xda,0x5d,
+ 0xd4,0xe6,0x98,0xec,0x3c,0x8,0x1c,0x6b,0x3d,0xef,0x27,0x87,0xb8,0x43,0xbc,0xb2,
+ 0x73,0x0,0x8,0x6c,0x9a,0x10,0xfa,0xe6,0xaf,0x3f,0x66,0x4a,0x1c,0x80,0x10,0x42,
+ 0x8,0xcd,0x34,0x4d,0xd9,0x19,0x60,0x83,0xb1,0xb3,0x26,0x74,0x2f,0x2c,0x2b,0x8e,
+ 0xf4,0xf9,0x7c,0xae,0xa,0x6f,0x65,0x98,0x69,0x1a,0xc2,0x34,0x85,0x4b,0xd3,0x84,
+ 0xa1,0x69,0x2e,0xe1,0x76,0xb9,0xbc,0x86,0x10,0x2e,0x4d,0x8,0xc3,0x34,0x4d,0x97,
+ 0x10,0x42,0x68,0x9a,0xf6,0xaf,0x67,0xd4,0xb8,0x34,0xcd,0xf0,0x19,0x86,0x5b,0x8,
+ 0x21,0xc,0xd3,0x70,0xfd,0xf3,0xa4,0xca,0xa5,0xb9,0xc,0x97,0xcb,0x65,0xd4,0xa,
+ 0x71,0x57,0x1a,0xff,0xf8,0xf3,0xc,0xd3,0x70,0xfd,0xf3,0xa1,0xb7,0xa6,0x30,0x85,
+ 0x61,0x9a,0xae,0x92,0xf2,0x12,0xb7,0x10,0xda,0xcb,0xa6,0x69,0x9a,0x9a,0xa6,0xfd,
+ 0xf3,0xef,0x3b,0xc3,0x1d,0x12,0xe2,0xfb,0xc7,0x1f,0x13,0xa6,0x29,0xdc,0x86,0x69,
+ 0x8,0x97,0xa6,0x99,0x42,0x8,0xd3,0x14,0xc2,0x74,0x69,0x9a,0x30,0x4c,0xd3,0x25,
+ 0x4c,0x53,0x8,0xa1,0xb9,0x7c,0xa6,0x4f,0x13,0x42,0x68,0x9a,0xd0,0x4c,0x21,0x84,
+ 0x11,0xe2,0x72,0xfd,0xf6,0xef,0x68,0xc2,0x57,0xcb,0x55,0xcb,0x17,0xdf,0xb0,0xc9,
+ 0xe1,0x91,0x5d,0x6,0x2d,0x68,0x1e,0x7b,0xd1,0xe2,0x1,0x53,0x46,0x97,0x9c,0xe9,
+ 0x7f,0x93,0x2f,0x5f,0xdd,0x54,0xe3,0xff,0x3b,0x23,0xb0,0x8d,0x9d,0x35,0xa1,0xfb,
+ 0xf7,0x47,0x7e,0x68,0xeb,0xf3,0xfa,0xa6,0xc8,0xce,0x2,0x20,0xa0,0x79,0xae,0x6c,
+ 0xf5,0xa7,0x6f,0xde,0xbb,0x6f,0xda,0x6,0xd9,0x41,0x0,0xc8,0x45,0x59,0x82,0x2d,
+ 0xa6,0xae,0x78,0x3b,0xa4,0xcd,0x45,0x7f,0xb8,0x62,0xd7,0x4f,0x7b,0x32,0xff,0x74,
+ 0xf1,0x15,0xcd,0x4e,0xe4,0x9f,0xcc,0x6e,0x14,0x19,0xd3,0xe8,0xd8,0xa9,0xac,0x9c,
+ 0x36,0xcd,0xff,0x10,0xbb,0xe7,0xe7,0x6f,0xb3,0xdb,0x5e,0xdc,0x26,0x7e,0xcf,0xcf,
+ 0xdf,0x66,0xfe,0xf1,0xa2,0x3f,0x34,0x2d,0x2e,0x2b,0xc9,0x69,0x1c,0xdd,0x38,0xfa,
+ 0xc8,0x89,0xa3,0x27,0x2f,0x69,0xd2,0x22,0x6e,0xd7,0x8f,0xbb,0xb3,0xda,0xb7,0xba,
+ 0xb2,0xd9,0x2f,0x27,0x7e,0x3d,0x1e,0x1b,0x15,0xdb,0xf8,0x64,0x7e,0x6e,0x6e,0xf3,
+ 0xc6,0x17,0x35,0x3c,0x7c,0xe2,0x70,0x4e,0xeb,0xa6,0xad,0xe3,0xbe,0xfd,0x65,0x6f,
+ 0x56,0xeb,0x8b,0x2e,0x6d,0x1a,0xee,0xae,0x7d,0xf2,0x4f,0x2d,0xda,0xf8,0x7a,0xbd,
+ 0x3c,0xfc,0xf4,0xd9,0x32,0x51,0x96,0xd4,0xf4,0xfc,0xe2,0xa9,0x57,0xfe,0x70,0xec,
+ 0x60,0x9b,0x4a,0x6f,0x65,0xa8,0xec,0x2c,0xfe,0xe2,0x76,0xbb,0xbd,0x55,0x55,0x55,
+ 0x6e,0xc3,0x30,0x5c,0xa6,0x30,0xb9,0x41,0xa0,0xb0,0x5a,0xee,0x5a,0x95,0x95,0xde,
+ 0xca,0x50,0x9f,0xe1,0x73,0xff,0xf3,0xd,0x2d,0x21,0x7e,0x7b,0x3,0x4c,0x8,0x4d,
+ 0x98,0xc2,0x14,0xa6,0x69,0xba,0xc,0xc3,0x70,0xf9,0xc,0x9f,0xcb,0x67,0xf8,0xdc,
+ 0x55,0x5e,0xaf,0xdb,0x30,0xd,0x97,0xf9,0xef,0xff,0xbc,0x32,0x9f,0x77,0xfd,0xbf,
+ 0x5c,0x21,0xae,0xc4,0x7,0xbb,0xdf,0x3d,0x73,0xd8,0x8d,0xfd,0x8a,0x65,0x67,0x1,
+ 0x20,0xf,0x65,0x9,0xb6,0xb8,0x66,0x82,0x3d,0x37,0x1a,0xf4,0x61,0x1e,0xcd,0xb3,
+ 0x48,0x3f,0xa7,0xbf,0xa9,0x29,0x4b,0x0,0x70,0x66,0xf3,0xb7,0x2c,0x89,0x5e,0xb5,
+ 0x6b,0x63,0xef,0xec,0xbc,0x9c,0x38,0xa1,0x60,0x69,0x8a,0x89,0x6a,0x38,0x76,0xfd,
+ 0x33,0x8b,0x67,0xcb,0xce,0x1,0x40,0x1e,0xde,0x71,0x44,0x50,0x39,0xd7,0xa2,0x4,
+ 0x0,0x38,0xbb,0x51,0x5d,0x7,0xe7,0xad,0x7e,0x7a,0xe1,0xbc,0x26,0x31,0x71,0x59,
+ 0x42,0xc1,0x81,0x94,0x93,0xf9,0xa7,0x62,0x5e,0x5d,0x33,0xab,0x95,0xec,0x1c,0x0,
+ 0xe4,0xa1,0x2c,0x1,0x0,0x80,0x33,0x5a,0xf5,0x54,0x4a,0x4a,0x78,0x9d,0xf0,0x52,
+ 0xd9,0x39,0xec,0xa6,0x9,0xa1,0x6f,0xde,0xb3,0x8d,0xb1,0x7,0x40,0x61,0x94,0x25,
+ 0x0,0x0,0x70,0x56,0xdd,0xae,0xba,0x69,0x93,0x29,0x4c,0xe5,0x4e,0x97,0xa,0x8a,
+ 0xb,0x23,0x67,0x6c,0x9c,0xdb,0x5c,0x76,0xe,0x0,0x72,0x50,0x96,0x0,0x0,0xc0,
+ 0x59,0x3d,0xd9,0xe7,0xa1,0xfd,0x4d,0x1a,0xc6,0x65,0xcb,0xce,0x61,0x37,0x4d,0x8,
+ 0x7d,0xfd,0x57,0x1f,0x76,0x97,0x9d,0x3,0x80,0x1c,0x94,0x25,0x0,0x0,0x70,0x4e,
+ 0xfa,0x74,0xe8,0x9e,0xa1,0xe2,0xe9,0x52,0x5e,0x61,0x7e,0xf4,0xb3,0x4b,0xa6,0x5e,
+ 0x25,0x3b,0x7,0x0,0xfb,0x51,0x96,0x0,0x0,0xc0,0x39,0x19,0x79,0xd3,0xc0,0xfc,
+ 0x26,0x31,0x6a,0x9e,0x2e,0x6d,0xfb,0x7e,0x47,0x67,0xd9,0x39,0x0,0xd8,0x8f,0xb2,
+ 0x4,0x0,0x0,0xce,0xd9,0x80,0x6b,0x7b,0xa6,0x9,0x4d,0xbd,0x65,0xbc,0x8a,0xca,
+ 0x8a,0xb0,0x21,0xaf,0xdf,0x9f,0x20,0x3b,0x7,0x0,0x7b,0x51,0x96,0x0,0x0,0xc0,
+ 0x39,0x1b,0x76,0x63,0xff,0xe2,0x2b,0x2e,0x6e,0xbd,0x4f,0xa8,0x37,0x25,0xae,0xff,
+ 0x9c,0xf5,0x4b,0xab,0x45,0x9f,0xa4,0x47,0xc8,0xe,0x2,0xc0,0x3e,0x94,0x25,0x0,
+ 0x0,0x70,0x5e,0x52,0xc6,0xbd,0xb5,0x2a,0xa2,0x6e,0x44,0xb1,0xec,0x1c,0xb6,0x33,
+ 0x85,0x9e,0xb6,0x73,0xd,0xa7,0x4b,0x80,0x42,0x28,0x4b,0x0,0x0,0xe0,0xbc,0xf5,
+ 0xbe,0xa6,0xfb,0x2a,0x15,0xc7,0x1e,0xb2,0x4f,0x9d,0x88,0x7b,0x67,0x53,0x4a,0x53,
+ 0xd9,0x39,0x0,0xd8,0x83,0xb2,0x4,0x0,0x0,0xce,0xdb,0x43,0xdd,0x47,0x1f,0x89,
+ 0x6b,0xd8,0x58,0xc1,0xb1,0x7,0x4d,0x5f,0xf9,0xe5,0xc6,0xde,0xb2,0x73,0x0,0xb0,
+ 0x7,0x65,0x9,0x0,0x0,0x54,0x4b,0xef,0xab,0x6f,0x57,0xf2,0x74,0x29,0xbf,0xa8,
+ 0x20,0xea,0x89,0x85,0x2f,0x5e,0x27,0x3b,0x7,0x0,0xff,0xa3,0x2c,0x1,0x0,0x80,
+ 0x6a,0x19,0x7d,0xf3,0xe0,0xbc,0x66,0x8d,0x9a,0x66,0xc9,0xce,0x61,0x37,0x4d,0x8,
+ 0x7d,0xc7,0xbe,0x5d,0x1d,0x65,0xe7,0x0,0xe0,0x7f,0x94,0x25,0x0,0x0,0x50,0x6d,
+ 0x83,0xae,0xbf,0x73,0xa9,0x2b,0x24,0x24,0x51,0x76,0xe,0xbb,0x79,0xbd,0x5e,0x77,
+ 0xdf,0xa9,0xa3,0x47,0xc8,0xce,0x1,0xc0,0xbf,0x34,0xd3,0x34,0x65,0x67,0x0,0x0,
+ 0x0,0xe,0xf6,0xe0,0x9c,0xa7,0x6e,0xfd,0xea,0xc7,0x6f,0xda,0x6b,0x42,0xe8,0xb2,
+ 0xb3,0xd8,0xc9,0x14,0xa6,0xe7,0x81,0x3b,0x46,0xcf,0x1a,0x79,0xd3,0xc0,0x7c,0xd9,
+ 0x59,0x0,0xf8,0x7,0x27,0x4b,0x0,0x0,0xe0,0x82,0xbc,0x7d,0xcf,0x2b,0x1f,0x44,
+ 0x47,0x46,0xe5,0xc9,0xce,0x61,0x37,0x4d,0x68,0xfa,0x8a,0xcf,0xd7,0xf5,0x97,0x9d,
+ 0x3,0x80,0xff,0x50,0x96,0x0,0x0,0xc0,0x5,0x53,0x75,0x4a,0xfc,0x44,0xde,0xc9,
+ 0xd8,0x29,0x2b,0x67,0x5c,0x2e,0x3b,0x7,0x0,0xff,0xa0,0x2c,0x1,0x0,0x80,0xb,
+ 0x76,0xdf,0x6d,0x23,0xb2,0xd5,0x9c,0x12,0x17,0xfa,0xe6,0x3d,0x1f,0xdf,0x2a,0x3b,
+ 0x7,0x0,0xff,0xa0,0x2c,0x1,0x0,0x80,0x1a,0xd1,0xf7,0x9a,0x3b,0x32,0x4c,0x21,
+ 0x94,0x3b,0x5d,0x2a,0x29,0x2b,0x8d,0x18,0x39,0x63,0x7c,0x6f,0xd9,0x39,0x0,0xd4,
+ 0x3c,0xca,0x12,0x0,0x0,0xa8,0x11,0x23,0xbb,0xc,0xcc,0xbf,0xb4,0x59,0x8b,0x43,
+ 0x42,0xbd,0xc2,0xa4,0xff,0x70,0xe4,0xa7,0x36,0xb,0x3e,0x5e,0x1e,0x25,0x3b,0x8,
+ 0x80,0x9a,0x45,0x59,0x2,0x0,0x0,0x35,0x66,0xc9,0xa3,0xef,0x2e,0xd,0xaf,0x13,
+ 0x5e,0x2a,0x3b,0x87,0xed,0x4c,0x53,0x5f,0xba,0x7d,0xe5,0x20,0xd9,0x31,0x0,0xd4,
+ 0x2c,0xca,0x12,0x0,0x0,0xa8,0x51,0xdd,0xff,0xd2,0x75,0x83,0x8a,0x63,0xf,0xa7,
+ 0xa,0x4e,0x45,0x4f,0x5d,0x39,0xb3,0xb5,0xec,0x1c,0x0,0x6a,0xe,0x65,0x9,0x0,
+ 0x0,0xd4,0xa8,0x89,0xbd,0x1f,0x38,0xd0,0x38,0x3a,0x36,0x47,0x76,0xe,0xbb,0x69,
+ 0x42,0xd3,0x37,0x7f,0xfd,0x71,0x37,0xd9,0x39,0x0,0xd4,0x1c,0xca,0x12,0x0,0x0,
+ 0xa8,0x71,0xbd,0xaf,0xee,0xa6,0xe4,0x94,0x78,0x71,0x69,0x49,0xc4,0xe3,0x29,0xcf,
+ 0xdd,0x20,0x3b,0x7,0x80,0x9a,0x41,0x59,0x2,0x0,0x0,0x35,0xee,0xee,0xae,0x43,
+ 0x73,0xe3,0xa2,0x63,0x95,0x9b,0x12,0x17,0x42,0xe8,0x5f,0xec,0xff,0x5b,0x7,0xd9,
+ 0x21,0x0,0xd4,0xc,0xca,0x12,0x0,0x0,0xf0,0x8b,0xfe,0xd7,0xf5,0x4c,0x17,0x9a,
+ 0x72,0xcb,0x78,0xc2,0xeb,0xf5,0xba,0x7,0xbc,0x7a,0xcf,0x30,0xd9,0x39,0x0,0x5c,
+ 0x38,0xca,0x12,0x0,0x0,0xf0,0x8b,0x11,0x9d,0x13,0xa,0x2f,0xbf,0xe8,0xb2,0xfd,
+ 0x42,0xc1,0x29,0xf1,0x23,0x27,0x8e,0x36,0x9f,0xfb,0x51,0x6a,0x8c,0xec,0x20,0x0,
+ 0x2e,0xc,0x65,0x9,0x0,0x0,0xf8,0xcd,0x82,0xf1,0x33,0x32,0x22,0xc2,0xeb,0x16,
+ 0xcb,0xce,0x61,0x3b,0x53,0xe8,0x2b,0xbf,0xd8,0xd0,0x5b,0x76,0xc,0x0,0x17,0x86,
+ 0xb2,0x4,0x0,0x0,0xfc,0xaa,0xe7,0x5f,0x6f,0x5b,0xa3,0xe2,0xd8,0x43,0xce,0xe9,
+ 0xdc,0xd8,0x77,0x3f,0x58,0x10,0x27,0x3b,0x7,0x80,0xea,0xa3,0x2c,0x1,0x0,0x0,
+ 0xbf,0x7a,0xa4,0xe7,0xbd,0x87,0xd5,0x9c,0x12,0x17,0x7a,0xc6,0xe7,0x1b,0xfa,0xca,
+ 0xce,0x1,0xa0,0xfa,0x28,0x4b,0x0,0x0,0xc0,0xef,0xfa,0x76,0xe8,0x9e,0xa1,0xe2,
+ 0xe9,0x52,0x7e,0x51,0x41,0xd4,0x23,0xf3,0x26,0x75,0x96,0x9d,0x3,0x40,0xf5,0x50,
+ 0x96,0x0,0x0,0x80,0xdf,0x8d,0xea,0x32,0x38,0xaf,0x49,0x4c,0x63,0xe5,0xa6,0xc4,
+ 0x35,0x21,0xf4,0x2f,0x7f,0xdc,0xc3,0x94,0x38,0xe0,0x50,0x94,0x25,0x0,0x0,0x60,
+ 0x8b,0x1,0xd7,0xf6,0x4a,0x53,0x71,0x4a,0xdc,0xf0,0xf9,0x5c,0xb7,0xbf,0x34,0xe4,
+ 0x3e,0xd9,0x39,0x0,0x9c,0x3f,0xca,0x12,0x0,0x0,0xb0,0xc5,0xb0,0x1b,0xfb,0x17,
+ 0xb7,0xb9,0xf8,0xf,0xfb,0x84,0x82,0x53,0xe2,0xa7,0xa,0x4e,0x45,0xbf,0xb8,0x7c,
+ 0x7a,0x3b,0xd9,0x41,0x0,0x9c,0x1f,0xca,0x12,0x0,0x0,0xb0,0xcd,0xfc,0x71,0x6f,
+ 0xae,0x8a,0x8c,0x88,0x2c,0x94,0x9d,0xc3,0x6e,0x9a,0xd0,0xf4,0x8f,0xbe,0xfd,0xb4,
+ 0xab,0xec,0x1c,0x0,0xce,0xf,0x65,0x9,0x0,0x0,0xd8,0xaa,0x67,0xfb,0x5b,0x94,
+ 0x9c,0x12,0x2f,0x2f,0x2f,0xf,0xbb,0xf7,0x9d,0x9,0xdd,0x65,0xe7,0x0,0x70,0xee,
+ 0x28,0x4b,0x0,0x0,0xc0,0x56,0xe3,0x7b,0xdc,0x73,0x44,0xc5,0x29,0x71,0x21,0x84,
+ 0xbe,0xf7,0xf0,0xf,0x6d,0x17,0x6d,0x4b,0x8f,0x90,0x1d,0x4,0xc0,0xb9,0xa1,0x2c,
+ 0x1,0x0,0x0,0xdb,0xf5,0x6a,0x7f,0xab,0x92,0xa7,0x4b,0x3e,0x9f,0x6f,0xca,0xb2,
+ 0x9d,0xab,0x7,0xc9,0xce,0x1,0xe0,0xdc,0x50,0x96,0x0,0x0,0x80,0xed,0xee,0xb9,
+ 0x75,0x78,0x4e,0x6c,0x83,0x18,0x15,0x4f,0x97,0x44,0xce,0xe9,0x93,0xb1,0x93,0x97,
+ 0xbf,0xde,0x56,0x76,0xe,0x0,0x67,0x47,0x59,0x2,0x0,0x0,0x52,0xdc,0x7e,0xd5,
+ 0xcd,0x9b,0x34,0x97,0x96,0x28,0x3b,0x87,0xed,0x4c,0xa1,0x7f,0xf4,0x1d,0x63,0xf,
+ 0x80,0x13,0x50,0x96,0x0,0x0,0x80,0x14,0xf,0xde,0x3e,0x3a,0xf3,0x92,0xb8,0xe6,
+ 0x87,0x85,0x7a,0x53,0xe2,0xa2,0xb4,0xac,0x2c,0xfc,0xe1,0xb9,0xcf,0x74,0x91,0x9d,
+ 0x3,0xc0,0x99,0x51,0x96,0x0,0x0,0x80,0x34,0x4b,0x1e,0x7b,0x6f,0x69,0x68,0x68,
+ 0x68,0xa5,0xec,0x1c,0x12,0xe8,0xbb,0xf,0x7e,0xdb,0x5e,0x76,0x8,0x0,0x67,0x46,
+ 0x59,0x2,0x0,0x0,0x52,0x5d,0x7f,0xc5,0x35,0xdb,0x85,0xa6,0xde,0xe9,0x92,0xb7,
+ 0xaa,0xca,0x3d,0x60,0xda,0xdd,0xc3,0x64,0xe7,0x0,0xf0,0xfb,0x28,0x4b,0x0,0x0,
+ 0x40,0xaa,0x57,0x86,0x7b,0xbe,0x68,0x54,0x3f,0x26,0x47,0xc1,0x75,0x3c,0xfd,0x58,
+ 0x6e,0x76,0x53,0xd9,0x21,0x0,0xfc,0x3e,0xca,0x12,0x0,0x0,0x90,0x6e,0xdd,0x33,
+ 0x8b,0x92,0x63,0xa2,0x62,0x72,0x85,0x26,0x3b,0x89,0xcd,0x54,0xfb,0xef,0xb,0x38,
+ 0x8c,0x66,0x9a,0xa6,0xec,0xc,0x0,0x0,0xc0,0xe1,0xae,0x99,0xd0,0xad,0xda,0x7f,
+ 0xee,0x9e,0xef,0xbe,0xd6,0x84,0x10,0x21,0xf5,0x23,0xeb,0x87,0xd5,0xa9,0x1b,0x7e,
+ 0x99,0x70,0x89,0x88,0x90,0x90,0x90,0xa,0x2d,0x44,0xf3,0xa,0x97,0x66,0x84,0x84,
+ 0x84,0x14,0xba,0x4c,0xad,0xa0,0x41,0x9d,0xfa,0xa7,0x6a,0x2e,0x71,0x70,0xfa,0xf2,
+ 0xd5,0x4d,0xb2,0x23,0x0,0x41,0x85,0xb2,0x4,0x0,0x0,0x6c,0x55,0xeb,0xd6,0xc6,
+ 0x56,0x7f,0x58,0xfb,0x3f,0xff,0xfa,0xe7,0xcd,0x17,0xf3,0x1f,0xff,0x32,0xfe,0xf1,
+ 0x7f,0xff,0x47,0xd5,0x7,0x27,0xfc,0x90,0x10,0x0,0x7e,0xe3,0x96,0x1d,0x0,0x0,
+ 0x0,0x40,0xfc,0xbb,0x18,0x9,0xf1,0x5b,0x39,0x12,0xe2,0x77,0xa,0x12,0x0,0xd8,
+ 0x85,0x93,0x25,0x0,0x0,0x0,0x0,0xb0,0xc0,0xc0,0x3,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,
+ 0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,
+ 0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,
+ 0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,
+ 0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,
+ 0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,
+ 0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,
+ 0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,
+ 0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,
+ 0x2c,0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,
+ 0x1,0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,
+ 0x0,0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,
+ 0x0,0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,
+ 0x0,0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,
+ 0x80,0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xa0,0x2c,0x1,0x0,0x0,0x0,0x80,
+ 0x5,0xca,0x12,0x0,0x0,0x0,0x0,0x58,0xf8,0xff,0xbd,0x38,0x5f,0x4b,0x84,0x27,
+ 0x22,0xc8,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x41,0xa0,
+ 0x2c,0x1,0x0,0x0,0xdf,0xfa,0xe3,0xd4,0x5b,0x7d,0x35,0x5d,0xca,0x64,0x32,0x9a,
+ 0xbb,0xe0,0x9f,0x5a,0xdf,0xb2,0x51,0xf1,0x64,0xc2,0x74,0x1c,0x20,0xef,0x51,0x96,
+ 0x0,0x0,0x80,0x6f,0x5,0x83,0xfd,0x1f,0x85,0xfc,0xb2,0x4a,0xdc,0x96,0xad,0xae,
+ 0xde,0x6e,0xfd,0xe8,0xaa,0x5f,0xa9,0xad,0xbb,0xdd,0x74,0x24,0x20,0xef,0x51,0x96,
+ 0x0,0x0,0x80,0xaf,0x3d,0x38,0xed,0x76,0xd9,0xb6,0x6d,0x3a,0x86,0x2b,0xb2,0xc7,
+ 0xf1,0x96,0xaf,0x79,0x57,0x2d,0x1d,0xad,0xea,0xe2,0x61,0xb5,0xc0,0x27,0xa2,0x2c,
+ 0x1,0x0,0x0,0x5f,0xb3,0x6d,0x5b,0xd5,0xe5,0xc3,0x74,0xdc,0x11,0x5f,0x34,0x1d,
+ 0xc5,0x35,0x9d,0xbd,0x5d,0x3a,0xfd,0xea,0xb3,0xd4,0xde,0xd3,0x61,0x3a,0xa,0x90,
+ 0xd7,0x28,0x4b,0x0,0x0,0xc0,0xf7,0x7e,0xf7,0xb3,0xdf,0xfa,0x6e,0xba,0xf4,0xee,
+ 0xba,0xf7,0xf5,0xd6,0xbb,0x4b,0xd4,0xdd,0xd7,0x63,0x3a,0x12,0x90,0xb7,0x28,0x4b,
+ 0x0,0x0,0x0,0xb6,0xad,0x5f,0x7d,0xed,0xc,0x7d,0xfe,0x80,0x23,0x4c,0x27,0x71,
+ 0x4d,0x57,0x5f,0xb7,0x2e,0xb8,0xeb,0xb7,0x6a,0xed,0x6a,0x33,0x1d,0x5,0xc8,0x5b,
+ 0x94,0x25,0x0,0x0,0x0,0x49,0xe3,0xf6,0xdc,0x4f,0x96,0x6d,0x6b,0xe7,0xa1,0x23,
+ 0x4d,0x47,0x71,0x85,0x6d,0xdb,0x5a,0xbd,0xe9,0x3,0x5d,0x78,0xfb,0x2c,0xa6,0x4b,
+ 0xc0,0xc7,0xa0,0x2c,0x1,0x0,0x0,0x5f,0xb,0x4,0x2,0xa,0x87,0xc3,0x8a,0x84,
+ 0xa2,0x9a,0xf9,0xc3,0xdf,0xf4,0xff,0x73,0x28,0xac,0x48,0x28,0xac,0x40,0x20,0x60,
+ 0x3a,0x5e,0x4e,0x64,0x8f,0xe2,0xc5,0x93,0x9,0x35,0xbc,0xf5,0x92,0x36,0xb7,0x37,
+ 0xcb,0xb2,0x2d,0xd3,0xb1,0x80,0xbc,0x13,0x9a,0x3e,0x7d,0xfa,0x74,0xd3,0x21,0x0,
+ 0x0,0x0,0x8c,0xb2,0x25,0x5b,0xb6,0x22,0xe1,0x88,0x46,0x8f,0x18,0xa5,0xb7,0x57,
+ 0x2f,0x57,0xc6,0xca,0x28,0x63,0x67,0x64,0xd9,0xb6,0x27,0x4b,0x53,0x20,0x10,0x50,
+ 0x40,0x1,0x65,0xac,0x8c,0x96,0xaf,0x59,0xa1,0xdd,0x46,0x8e,0xd6,0xc8,0xa1,0xd5,
+ 0xa,0x5,0x43,0xa6,0xa3,0x1,0x79,0x83,0xc9,0x12,0x0,0x0,0xf0,0xbd,0x60,0x30,
+ 0xa8,0x68,0x24,0xa2,0xaa,0xb2,0xa,0x8d,0xae,0xde,0x55,0xf1,0x64,0x42,0x95,0x65,
+ 0x15,0xaa,0x2c,0xa9,0x50,0x34,0x12,0x51,0x40,0x1,0xcf,0x15,0xa6,0xec,0x74,0x29,
+ 0xa0,0x80,0xde,0x5d,0xbf,0x4a,0x6f,0xaf,0x5a,0x26,0xcb,0x62,0xba,0x4,0x6c,0x2d,
+ 0x6c,0x3a,0x0,0x0,0x0,0x40,0x3e,0x8,0x7,0xc3,0x2a,0x8e,0x16,0xe9,0x80,0x3d,
+ 0xf6,0xd3,0xc5,0xdf,0x3f,0x5f,0xeb,0x9b,0xd7,0xab,0xad,0xbb,0x43,0x8f,0xcf,0x9f,
+ 0xab,0x55,0x9b,0x3e,0x90,0x6d,0x79,0x77,0x5b,0x5e,0x4f,0x5f,0xf,0xf7,0x2d,0x1,
+ 0xe,0x2,0xb6,0x5f,0xf6,0x64,0x2,0x0,0x0,0x7c,0xa,0xdb,0xb6,0x95,0xca,0xa4,
+ 0x15,0x4f,0xc6,0xd5,0x97,0x88,0x2b,0x99,0x4e,0xa9,0x28,0x1a,0x53,0x24,0x14,0x56,
+ 0x38,0x14,0x56,0x2c,0x12,0x55,0x30,0x18,0xe4,0xa8,0x1a,0xe0,0x13,0x94,0x25,0x0,
+ 0x0,0x80,0xad,0xd8,0xb6,0x2d,0x5b,0x76,0xff,0x31,0xb5,0x2d,0xc7,0xd2,0x2,0x81,
+ 0xfe,0x63,0x78,0xc1,0x40,0xd0,0x73,0xc7,0xf1,0x0,0x7c,0x3c,0xca,0x12,0x0,0x0,
+ 0xc0,0xc7,0xc8,0x7e,0x4c,0xa2,0x20,0x1,0xfe,0xc4,0x3d,0x4b,0x0,0x0,0x0,0x1f,
+ 0x83,0x92,0x4,0xf8,0x1b,0xdb,0xf0,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,
+ 0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,
+ 0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,
+ 0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,
+ 0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,
+ 0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,
+ 0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,
+ 0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,
+ 0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,
+ 0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,
+ 0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,
+ 0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,
+ 0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,
+ 0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,
+ 0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,
+ 0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,
+ 0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,
+ 0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,
+ 0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,
+ 0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,
+ 0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,
+ 0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,
+ 0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,
+ 0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,
+ 0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,
+ 0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,
+ 0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,
+ 0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,
+ 0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,
+ 0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,
+ 0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,
+ 0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,
+ 0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,
+ 0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,
+ 0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,
+ 0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,
+ 0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,
+ 0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,
+ 0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,
+ 0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,
+ 0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,
+ 0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,
+ 0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,
+ 0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,
+ 0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,
+ 0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,
+ 0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,
+ 0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,
+ 0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,
+ 0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,
+ 0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,
+ 0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,
+ 0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,
+ 0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,
+ 0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,
+ 0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,
+ 0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,
+ 0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,
+ 0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,
+ 0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,
+ 0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,
+ 0x0,0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,
+ 0x0,0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,
+ 0x0,0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,
+ 0x1c,0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,
+ 0x50,0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,
+ 0x96,0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,
+ 0x0,0x0,0x0,0x0,0xc0,0x1,0x65,0x9,0x0,0x0,0x0,0x0,0x1c,0x50,0x96,0x0,
+ 0x0,0x0,0x0,0xc0,0xc1,0xff,0x7,0x6b,0xed,0x80,0xea,0x6,0x74,0x28,0xb9,0x0,
+ 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/MapBackGround.png
+ 0x0,0x0,0x34,0xf5,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x5,0x12,0x0,0x0,0x5,0x13,0x8,0x2,0x0,0x0,0x0,0x31,0x9f,0x49,0x40,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x1d,0x87,0x0,0x0,0x1d,0x87,0x1,0x8f,0xe5,
+ 0xf1,0x65,0x0,0x0,0x34,0x8a,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xdd,0xbf,0x8e,
+ 0xdc,0xea,0xb5,0xe6,0xe1,0x3,0x47,0xe,0x7,0x50,0xe4,0x44,0x81,0x82,0x6,0x4,
+ 0x8,0x82,0x1b,0x1b,0x8d,0x86,0xa0,0x60,0x52,0x5f,0x8a,0xef,0xda,0x97,0xe0,0xd0,
+ 0xa1,0x87,0x66,0x2d,0xd7,0xe8,0xec,0xad,0xb7,0x6b,0x7d,0x55,0x24,0xab,0xbe,0xd6,
+ 0xf3,0x44,0xe3,0xa3,0x5e,0x24,0xab,0xa5,0x3d,0xe0,0xaf,0xf8,0xe7,0xfb,0x9f,0x7f,
+ 0x3,0x0,0x0,0x0,0xc1,0x7f,0xb2,0xf9,0xef,0x7f,0xff,0xfb,0xff,0x0,0x0,0x0,
+ 0x0,0x3f,0xf8,0xdb,0xdf,0xfe,0xf6,0xaf,0x7f,0xfd,0xeb,0x3f,0xd9,0x5c,0xff,0x7,
+ 0x0,0x0,0x0,0xe0,0x7,0xff,0xf8,0xc7,0x3f,0x2a,0x9b,0xff,0xfc,0xe7,0x3f,0xff,
+ 0x5f,0x0,0x0,0x0,0x60,0xb5,0x64,0xb2,0x6c,0x6,0x0,0x0,0x80,0x9f,0x93,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x60,0xe,0xcb,0xff,0x17,
+ 0x7d,0xa3,0x6f,0xdf,0xbe,0xd5,0xb6,0x7e,0x19,0xcb,0x47,0xae,0xf,0x7f,0x95,0xda,
+ 0xca,0x9c,0xae,0xf8,0xec,0xb3,0xff,0xb,0xa9,0x8f,0x71,0xa0,0xbf,0xfc,0xe5,0x2f,
+ 0x9f,0x56,0x9f,0x3f,0x7f,0xfe,0xfa,0xf5,0xeb,0x6f,0xbf,0xfd,0xf6,0xfa,0xfa,0x5a,
+ 0x47,0x3,0xc0,0x3b,0x22,0x9b,0x1,0xe6,0xb0,0x9e,0xa5,0xdf,0x64,0x39,0xb3,0xaf,
+ 0x6d,0xfd,0x32,0x96,0x8f,0x5c,0x1f,0xfe,0x2a,0xb5,0x95,0x39,0x7d,0xf9,0xf2,0xa5,
+ 0x3e,0x46,0xdb,0xec,0xff,0x42,0xea,0x63,0x3c,0x80,0x25,0xa7,0x9f,0x9e,0x9e,0x9e,
+ 0x9f,0x9f,0x7f,0xc1,0xef,0xaa,0x0,0xde,0x25,0xd9,0xc,0x30,0x87,0xf5,0x6c,0xfc,
+ 0x56,0xb5,0xad,0x5f,0x46,0x7d,0xec,0x6b,0xd5,0x56,0xe6,0xf4,0xe1,0xc3,0x87,0xfa,
+ 0x18,0x6d,0xcb,0x48,0xd,0xcf,0xa9,0x3e,0xc6,0x83,0x59,0x12,0xfa,0xf3,0xe7,0xcf,
+ 0x2f,0x2f,0x2f,0x75,0x94,0x0,0x4c,0x48,0x36,0x3,0xcc,0x61,0x3d,0x3,0xbf,0xd5,
+ 0xd7,0xaf,0x5f,0x6b,0x73,0xbf,0x80,0xe5,0xc3,0xd6,0xc7,0xbe,0x56,0x6d,0x68,0x42,
+ 0xbf,0xfd,0xf6,0x5b,0x7d,0x86,0x41,0xcb,0x60,0x6d,0x62,0x42,0xf5,0x19,0x1e,0xd5,
+ 0xd2,0xcf,0xcb,0xbf,0xc9,0xef,0xdf,0xbf,0xd7,0xe1,0x2,0x30,0xf,0xd9,0xc,0x30,
+ 0x87,0xf5,0xc4,0xfb,0x56,0xcb,0x89,0x7b,0x6d,0xee,0x17,0xb0,0x7c,0xd8,0xfa,0xd8,
+ 0xd7,0xaa,0xd,0x4d,0xe8,0xe9,0xe9,0xa9,0x3e,0xc3,0xa0,0x4f,0x9f,0x3e,0xd5,0x26,
+ 0x26,0x54,0x9f,0xe1,0xe1,0x7d,0xfe,0xfc,0x59,0x3c,0x3,0xcc,0x45,0x36,0x3,0xcc,
+ 0x61,0x3d,0xdf,0xde,0xc0,0xd4,0x97,0x13,0xfb,0xae,0xbe,0xdc,0xfa,0xa3,0xda,0xd6,
+ 0x6c,0x96,0x24,0xab,0xf,0x70,0x95,0x79,0x8b,0xae,0x3e,0xc0,0x24,0x7e,0xc1,0x77,
+ 0xd,0x0,0xcc,0x4b,0x36,0x3,0xcc,0x61,0x3d,0xd3,0xde,0xc0,0xd4,0x97,0x13,0xfb,
+ 0x96,0x8f,0x59,0x1f,0xf8,0x6,0xb5,0xad,0xd9,0x3c,0x3f,0x3f,0xd7,0x7,0xb8,0xca,
+ 0x97,0x2f,0x5f,0x6a,0x43,0xb3,0xa9,0xf,0x30,0x8f,0xf,0x1f,0x3e,0x2c,0x7f,0x59,
+ 0x75,0xf4,0x0,0x3c,0x30,0xd9,0xc,0x30,0x87,0xf5,0x34,0x7b,0x1b,0xef,0xfe,0x6,
+ 0xd1,0x1b,0xd7,0x9d,0x3a,0xab,0xcd,0xcd,0xe6,0xc6,0xbb,0xd3,0xe7,0xbd,0x93,0xbf,
+ 0x3e,0xc0,0x6c,0x7e,0x91,0x6f,0xb2,0x0,0xa6,0x26,0x9b,0x1,0xe6,0xb0,0x9e,0x60,
+ 0x6f,0xe3,0xdd,0xdf,0x1d,0xba,0x7c,0xc0,0xfa,0xa8,0xb7,0xa9,0xcd,0x4d,0x65,0x93,
+ 0xaf,0xc,0x26,0x7d,0xed,0x73,0x1d,0xfd,0x84,0x3e,0x7c,0xf8,0x60,0xa9,0x2a,0x80,
+ 0x47,0x26,0x9b,0x1,0xe6,0xb0,0x9e,0x5d,0x6f,0x63,0xf6,0x75,0x86,0x2e,0xaa,0xcf,
+ 0x79,0xb3,0xda,0xdc,0x54,0x36,0xf9,0xca,0xe0,0xe9,0xe9,0xa9,0x36,0x37,0x95,0x3a,
+ 0xfa,0x69,0xfd,0x22,0xef,0x1d,0x0,0x98,0x91,0x6c,0x6,0x98,0xc3,0x7a,0x5e,0xbd,
+ 0x99,0x77,0xfc,0x44,0xe5,0xed,0xeb,0x4e,0x9d,0xd5,0x16,0xa7,0x72,0xc5,0x72,0xcd,
+ 0x3f,0x35,0xe3,0x9d,0xfc,0x75,0xe8,0x33,0x53,0xce,0x0,0x8f,0x49,0x36,0x3,0xcc,
+ 0x61,0x3d,0xa9,0xde,0xcc,0x3b,0x5e,0x89,0xea,0xf6,0x75,0xa7,0xce,0x6a,0x8b,0xf3,
+ 0xd8,0xe4,0xfd,0xe1,0x27,0x33,0x7e,0xb1,0x52,0x87,0x3e,0x39,0xe5,0xc,0xf0,0x80,
+ 0x64,0x33,0xc0,0x1c,0xd6,0x33,0xea,0x2d,0xbd,0xbe,0xbe,0xd6,0xa6,0xdf,0x91,0xd,
+ 0xbb,0x71,0x51,0x1b,0x9d,0xc7,0x26,0xef,0xf,0x3f,0x99,0xf1,0x8b,0x95,0x3a,0xf4,
+ 0xf9,0xbd,0xcb,0xff,0x36,0x1,0xa6,0x26,0x9b,0x1,0xe6,0xb0,0x9e,0x4e,0x6f,0x69,
+ 0xd2,0xe7,0x57,0xdf,0xb6,0x61,0x37,0x2e,0x6a,0xa3,0x93,0xb8,0x71,0xb9,0xe6,0x3f,
+ 0x9a,0x2e,0xde,0xea,0xb8,0xdb,0x96,0x7f,0x2d,0xd7,0xd9,0xf0,0x8e,0x86,0x9f,0xfa,
+ 0xf0,0xe1,0xc3,0xbb,0x7f,0xdd,0x3d,0xc0,0x5c,0x64,0x33,0xc0,0x1c,0xd6,0xd3,0xe9,
+ 0x8d,0xbd,0xb3,0x53,0xf3,0xad,0xd6,0x9d,0x3a,0xab,0xed,0x4e,0x62,0xc3,0x87,0xba,
+ 0x4f,0xa6,0x7b,0xe3,0x7a,0x1d,0x77,0x5b,0x8d,0xdd,0x60,0xf9,0x27,0xf7,0xfa,0xfa,
+ 0xba,0xfc,0xe6,0x9f,0x9e,0x9e,0xb6,0x7a,0xaa,0xfc,0xe4,0xe3,0xc7,0x8f,0xb5,0xf,
+ 0x0,0x1e,0x80,0x6c,0x6,0x98,0xc3,0x7a,0x2e,0xbd,0xb1,0x2f,0x5f,0xbe,0xd4,0xd6,
+ 0xdf,0x85,0xad,0xd6,0x9d,0x3a,0xab,0xed,0x4e,0xa2,0x79,0x9,0xf4,0xf9,0xf9,0xb9,
+ 0xfe,0x5f,0xd,0xb5,0xe9,0x49,0xd4,0x41,0xb7,0xd5,0xd8,0x76,0x96,0x8a,0x5e,0x7e,
+ 0xbd,0x4b,0xf1,0xd6,0xe,0x6e,0xb3,0xd4,0x78,0x6d,0x17,0x80,0x7b,0x93,0xcd,0x0,
+ 0x73,0x58,0x4f,0xa4,0x37,0xf6,0xce,0x56,0xa2,0xaa,0x4f,0xb5,0x9d,0xda,0xee,0xc,
+ 0x5e,0x5e,0x5e,0xea,0xa0,0x2f,0x79,0x7d,0x7d,0xed,0xdf,0x63,0x3c,0xd7,0xeb,0xa9,
+ 0xea,0xa0,0xdb,0x6a,0x6c,0x7,0x4b,0x3f,0x6f,0xf2,0x25,0x8e,0x5b,0xb5,0x1,0x1e,
+ 0x84,0x6c,0x6,0x98,0xc3,0x7a,0x16,0xdd,0xf2,0xf5,0xeb,0xd7,0xf7,0xda,0x45,0x6f,
+ 0x68,0xde,0xa2,0xfc,0xf4,0xf4,0xd4,0xff,0xe5,0xd4,0xa6,0x67,0xd0,0x8f,0xb4,0xe5,
+ 0x87,0x97,0x5f,0x42,0xfd,0x8f,0x4b,0xe6,0xba,0x55,0xb8,0xe,0xba,0xad,0xc6,0x76,
+ 0xb3,0x44,0x6f,0xff,0x57,0xfd,0x53,0x9f,0x3e,0x7d,0xaa,0x6d,0x1,0x70,0x57,0xb2,
+ 0x19,0x60,0xe,0xeb,0x59,0x74,0xcb,0xe9,0x49,0xcb,0xfa,0x1f,0x97,0xbc,0x9b,0x47,
+ 0x28,0x7f,0xf1,0x5b,0x94,0xeb,0x88,0x2f,0x59,0x7e,0x4b,0xcb,0xf,0x37,0xbf,0x62,
+ 0x38,0xf9,0xf6,0xed,0xdb,0x69,0x17,0x8f,0xaf,0x8e,0xb8,0xad,0xc6,0x76,0xf6,0xf2,
+ 0xf2,0x72,0xcb,0x63,0xcf,0xde,0xaa,0xd,0xf0,0x8,0x64,0x33,0xc0,0x1c,0xd6,0x53,
+ 0xe8,0x96,0x4f,0x9f,0x3e,0xd,0xc5,0xe1,0x3b,0x38,0x2f,0xef,0xaf,0x3b,0x35,0xf4,
+ 0xda,0xb0,0xda,0xfa,0xc3,0xeb,0x7f,0xfc,0xd3,0x5b,0xbe,0x96,0xbf,0xf1,0xfa,0xdf,
+ 0xd,0x13,0x3d,0x0,0x5f,0x47,0xdc,0x56,0x63,0xfb,0xfb,0xfe,0xfd,0xfb,0xd5,0xf,
+ 0x3c,0x3f,0xbd,0xc7,0x37,0xde,0x3,0x4c,0x47,0x36,0x3,0xcc,0x61,0x3d,0x85,0x6e,
+ 0x59,0xb2,0x79,0x28,0xe,0xa7,0x7b,0x61,0xf2,0x1f,0x2d,0x1f,0xb9,0x3e,0xcc,0x9b,
+ 0x4e,0xcf,0x72,0xd7,0xff,0x68,0x38,0x6d,0xfc,0xf1,0xf5,0x93,0xec,0xf9,0xf9,0xf9,
+ 0x34,0x52,0xff,0xbb,0x61,0xa2,0x7,0xe0,0xeb,0x88,0xdb,0x6a,0xec,0x28,0x57,0x97,
+ 0xb3,0x27,0x9c,0x1,0xee,0x4e,0x36,0x3,0xcc,0x61,0x3d,0x7f,0x6e,0x39,0x3d,0xf,
+ 0x39,0x74,0x5f,0xe8,0xd4,0xe7,0xe5,0xfd,0xef,0x8,0x9e,0x9e,0x9e,0x86,0x2e,0xb4,
+ 0xd6,0xe,0x1e,0xdb,0xd0,0x57,0x24,0xe7,0xbf,0xe8,0xa1,0x84,0x9b,0xe5,0x1,0xf8,
+ 0x3a,0xdc,0xb6,0x1a,0x3b,0xd0,0x75,0xe5,0xfc,0xce,0xde,0x78,0xf,0x30,0x23,0xd9,
+ 0xc,0x30,0x87,0xf5,0xfc,0xb9,0xe5,0x94,0xcd,0x43,0xef,0x22,0x9a,0x7a,0xa9,0x9b,
+ 0xfe,0xdb,0xb0,0x9e,0x9f,0x9f,0xdf,0x5f,0x36,0x2f,0x4d,0x55,0x87,0x7b,0xc9,0xe9,
+ 0xc1,0xe6,0x93,0xfe,0xd4,0xe2,0xf4,0x2f,0xea,0xf1,0xd5,0xe1,0xb6,0xd5,0xd8,0x81,
+ 0xbe,0x7d,0xfb,0x76,0xc5,0x73,0xce,0x3f,0xfe,0xc5,0x1,0x70,0x17,0xb2,0x19,0x60,
+ 0xe,0xeb,0xf9,0x73,0xcb,0x29,0x72,0x86,0x1e,0x6f,0x9e,0xfa,0xbc,0xbc,0x3e,0x43,
+ 0xc3,0xf7,0xef,0xdf,0xdf,0x5f,0x36,0xf7,0x33,0xec,0xc7,0x8b,0x96,0x43,0xd7,0xa8,
+ 0x17,0x53,0xdc,0x8f,0x50,0xc7,0xda,0x56,0x63,0xc7,0x1a,0xfa,0xf,0xf3,0x6c,0xf9,
+ 0xfb,0xaa,0x79,0x0,0xee,0x41,0x36,0x3,0xcc,0x61,0x3d,0x79,0x6e,0x39,0x65,0xf3,
+ 0x68,0x17,0x4d,0xba,0x12,0x55,0xff,0xa5,0xd0,0xa7,0xaf,0x6,0x86,0xa2,0xe5,0xb4,
+ 0x8b,0x47,0xd6,0x5f,0xae,0x79,0xf1,0xbb,0xf4,0x5d,0x7e,0x21,0xf5,0x7,0xd,0x53,
+ 0xdc,0x8f,0x50,0xc7,0xda,0x56,0x63,0x87,0xbb,0xe2,0x56,0xed,0xa9,0xef,0x7,0x1,
+ 0x78,0x7,0x64,0x33,0xc0,0x1c,0xd6,0x93,0xe7,0x96,0xf3,0x2d,0xb5,0x43,0xb7,0x83,
+ 0xce,0x72,0x23,0xee,0xef,0xf4,0xdb,0xef,0x74,0xad,0x75,0x68,0xed,0xa5,0xd3,0x2e,
+ 0x1e,0xd9,0x2d,0x2b,0x8d,0xd,0xdd,0xa7,0x3d,0xc5,0xfd,0x8,0x75,0xac,0x6d,0x35,
+ 0x76,0xb8,0xa1,0x2f,0x3b,0x4e,0x26,0xfd,0xcf,0x13,0xe0,0xdd,0x90,0xcd,0x0,0x73,
+ 0x58,0x4f,0x9e,0x5b,0xce,0x67,0xd8,0xfd,0x87,0x7e,0x4f,0xa6,0xbb,0x11,0xb4,0xbf,
+ 0xf0,0xd2,0x62,0x69,0x95,0x65,0xe4,0x9d,0x65,0x73,0x1d,0x68,0xc3,0xf9,0x1d,0xda,
+ 0x67,0xdf,0xbf,0x7f,0xaf,0x3f,0xeb,0x39,0xfd,0x2,0x1f,0x59,0x1d,0x68,0x5b,0x8d,
+ 0xdd,0xc3,0xd0,0xa5,0xfe,0x93,0x9a,0x4,0xe0,0x1e,0x64,0x33,0xc0,0x1c,0xd6,0x33,
+ 0xe7,0xae,0xd3,0xc8,0xe8,0x45,0xad,0xe9,0x56,0xa2,0xfa,0xd4,0x5b,0x77,0x6a,0x71,
+ 0xbe,0x58,0xfa,0x9e,0xb2,0x79,0xe8,0x86,0xf3,0x9f,0x3e,0x9c,0x3c,0x74,0xb7,0xf0,
+ 0xe3,0x2f,0x20,0x5c,0x7,0xda,0x56,0x63,0xf7,0x70,0xc5,0x13,0xce,0xef,0x60,0x7d,
+ 0x75,0x80,0x79,0xc9,0x66,0x80,0x39,0xac,0x67,0xce,0x5d,0x35,0x33,0x78,0x9f,0xf6,
+ 0xa2,0xc6,0x66,0x30,0xf4,0xf0,0xf6,0xf9,0x6d,0x58,0x43,0x2f,0x18,0x3f,0x8d,0x3c,
+ 0xac,0xfe,0x15,0xcb,0x54,0xbc,0xa3,0xf1,0x56,0x63,0x8f,0xaa,0x8e,0xb2,0xad,0xc6,
+ 0xee,0x61,0xf4,0x52,0xff,0x62,0xd2,0xb7,0xf,0x0,0xbc,0xf,0xb2,0x19,0x60,0xe,
+ 0xeb,0x99,0x73,0x57,0xcd,0x8c,0xdf,0xa7,0xfd,0xc7,0x5b,0x79,0x1f,0xd6,0xd0,0x47,
+ 0x3b,0x5f,0x6b,0xed,0x5f,0xa0,0x5e,0x9c,0x46,0x1e,0xd3,0xd0,0xb7,0x6,0x6f,0x14,
+ 0x57,0xfd,0x44,0xcf,0x83,0xff,0xf3,0xa8,0xa3,0x6c,0xab,0xb1,0x3b,0x19,0xbd,0x4f,
+ 0xdb,0x5b,0xc1,0x0,0xee,0x48,0x36,0x3,0xcc,0x61,0x3d,0x73,0xee,0xaa,0x99,0xf1,
+ 0xf7,0x69,0x4f,0xf1,0xe6,0xa7,0x93,0x3a,0xe2,0x86,0x1f,0xaf,0xb5,0xbe,0x9b,0x6c,
+ 0xee,0x7f,0x6b,0xf0,0xe1,0xc3,0x87,0x9a,0xf9,0x99,0xa1,0xcb,0xef,0xf,0xfe,0xcf,
+ 0xa3,0x8e,0xb2,0xad,0xc6,0xee,0x64,0xf4,0x2b,0xad,0xc7,0xbf,0x49,0x1e,0xe0,0x1d,
+ 0x93,0xcd,0x0,0x73,0x58,0xcf,0x9c,0xbb,0x6a,0x66,0x35,0x14,0x8a,0x8b,0xc7,0x7f,
+ 0xf3,0xd3,0x62,0xe8,0x11,0xe5,0x1f,0x1f,0xa,0x7d,0x37,0xd9,0xdc,0xbf,0xfd,0xfe,
+ 0xed,0x47,0xd6,0x87,0x5e,0xab,0xb6,0x78,0xe4,0x27,0x6c,0xeb,0x10,0xdb,0x6a,0xec,
+ 0x4e,0x86,0xfe,0xd,0x2f,0x96,0x7f,0xba,0x35,0x9,0xc0,0xe1,0x64,0x33,0xc0,0x1c,
+ 0xd6,0x33,0xe7,0xae,0x9a,0x59,0x8d,0x76,0xd1,0x14,0x67,0xe7,0xfd,0x1b,0x5c,0x7f,
+ 0x77,0x81,0xf4,0x7d,0x64,0xf3,0x15,0xaf,0x10,0x7f,0xc3,0xd0,0x3,0xf0,0x6f,0x47,
+ 0xf8,0x7d,0xd5,0x21,0xb6,0xd5,0xd8,0x9d,0xbc,0xbe,0xbe,0xd6,0x71,0xf4,0xfc,0x71,
+ 0x9,0x31,0x0,0xe,0x23,0x9b,0x1,0xe6,0xb0,0x9e,0x39,0x77,0xd5,0xcc,0x7f,0x8d,
+ 0x3e,0x45,0xf9,0xd3,0xb7,0x2e,0x3f,0x8e,0xa1,0x68,0xfc,0xdd,0x63,0xbd,0xef,0x23,
+ 0x9b,0xfb,0x9f,0xe2,0xed,0x3b,0xb4,0x4f,0x86,0xee,0x16,0xee,0x6c,0xf0,0x5e,0xea,
+ 0x10,0xdb,0x6a,0xec,0x4e,0x46,0xb3,0x79,0x51,0x93,0x0,0x1c,0x4e,0x36,0x3,0xcc,
+ 0x61,0x3d,0x6d,0xee,0xaa,0x99,0xff,0x1a,0x7d,0x61,0xf2,0xf9,0xbd,0xd3,0x8f,0xe9,
+ 0x96,0x68,0xac,0x3f,0xe8,0xa9,0x99,0x7,0x33,0xf4,0x12,0xe6,0xce,0x5f,0xe5,0x68,
+ 0xbf,0xfd,0xee,0x9b,0x88,0xc7,0x51,0xc7,0xd7,0x56,0x63,0xf7,0x53,0xc7,0xd1,0x56,
+ 0x63,0x0,0x1c,0x4e,0x36,0x3,0xcc,0x61,0x3d,0x6d,0xee,0xaa,0x99,0x1f,0xc,0xdd,
+ 0x88,0xfb,0xc8,0x57,0x14,0xaf,0x5b,0x77,0xea,0xac,0xfe,0xa0,0xa7,0x66,0x1e,0xcc,
+ 0xd0,0x33,0xb1,0xcb,0xaf,0xab,0xc6,0xde,0x34,0x74,0x3f,0xc2,0xc3,0xde,0x2d,0x5c,
+ 0xc7,0xd7,0x56,0x63,0xf7,0x53,0xc7,0xd1,0x56,0x63,0x0,0x1c,0x4e,0x36,0x3,0xcc,
+ 0x61,0x3d,0x6d,0xee,0xaa,0x99,0x1f,0x8c,0xbe,0xb6,0xf7,0x61,0xaf,0x28,0xe,0x7d,
+ 0x90,0x3f,0xde,0x6d,0x5e,0x7f,0xd0,0x53,0x33,0xf,0xe6,0xea,0xe7,0xba,0xdf,0xf0,
+ 0xe5,0xcb,0x97,0x9a,0xe9,0x69,0xd6,0xf8,0xc1,0xea,0xe0,0xda,0x6a,0xec,0x7e,0xea,
+ 0x38,0xda,0x6a,0xc,0x80,0xc3,0xc9,0x66,0x80,0x39,0xac,0xa7,0xcd,0x5d,0x35,0xf3,
+ 0x83,0xa1,0x3b,0x7b,0x17,0xfd,0xe2,0x3a,0x58,0x1d,0x5f,0xc3,0x4f,0x17,0xec,0xa9,
+ 0x3f,0xeb,0xa9,0x99,0x47,0x32,0x74,0x43,0x75,0x7f,0xa5,0xdf,0xd1,0x85,0xca,0x1e,
+ 0xf3,0x36,0xfe,0x3a,0xb8,0xb6,0x1a,0xbb,0x9f,0x3a,0x8e,0xb6,0x1a,0x3,0xe0,0x70,
+ 0xb2,0x19,0x60,0xe,0xeb,0x69,0x73,0x57,0xcd,0xfc,0x6f,0x43,0x6f,0xc3,0x5a,0x3c,
+ 0xe0,0x52,0x43,0x57,0xaf,0x3b,0x75,0x56,0x7f,0xd6,0x53,0x33,0x8f,0xe4,0xc6,0x8b,
+ 0xed,0x6f,0xf8,0xf8,0xf1,0x63,0x8d,0x35,0x3c,0xe6,0x6d,0xfc,0x75,0x70,0x6d,0x35,
+ 0x76,0x3f,0x75,0x1c,0x6d,0x35,0x6,0xc0,0xe1,0x64,0x33,0xc0,0x1c,0xd6,0xd3,0xe6,
+ 0xae,0x9a,0xf9,0xdf,0x5e,0x5e,0x5e,0xea,0x8f,0x7b,0x7e,0x7a,0xb5,0xf6,0xbe,0x6e,
+ 0xbf,0x3f,0xb9,0xfe,0xb8,0xa7,0x66,0x1e,0x49,0xff,0x19,0xf5,0xd1,0x27,0x90,0x47,
+ 0xdf,0x1b,0xf7,0x80,0xb7,0xf1,0xd7,0x91,0xb5,0xd5,0xd8,0xfd,0xd4,0x71,0xb4,0xd5,
+ 0x18,0x0,0x87,0x93,0xcd,0x0,0x73,0x58,0x4f,0x9b,0xbb,0x6a,0xe6,0xf,0xfa,0xd9,
+ 0x79,0xf2,0x50,0x2b,0x51,0xdd,0xb2,0xee,0xd4,0x59,0xfd,0x71,0x4f,0xcd,0x3c,0x8c,
+ 0xa1,0xdf,0xc0,0x92,0xc1,0x35,0xd6,0x33,0x7a,0x1b,0xff,0xa7,0xc7,0x5b,0xdf,0xbb,
+ 0x8e,0xac,0xad,0xc6,0xee,0x64,0xf4,0xc6,0xf8,0x7,0xfc,0x85,0x3,0xfc,0x3a,0x64,
+ 0x33,0xc0,0x1c,0xd6,0x33,0xe7,0xae,0x9a,0xf9,0x83,0xa1,0xee,0x5a,0xf4,0x1f,0x8e,
+ 0x3d,0xc0,0x26,0x8b,0x15,0xd7,0x4f,0xf4,0xd4,0xcc,0xc3,0x18,0xba,0x8f,0xba,0x66,
+ 0x46,0x3c,0x3d,0x3d,0xd5,0x70,0xcf,0x43,0x7d,0xab,0xb2,0xa8,0xc3,0x6a,0xab,0xb1,
+ 0x3b,0x19,0x5d,0xf7,0x4b,0x36,0x3,0xdc,0x91,0x6c,0x6,0x98,0xc3,0x7a,0xe6,0xdc,
+ 0x55,0x33,0x3f,0x33,0xe9,0x4a,0x54,0x37,0xae,0x3b,0x75,0x56,0x3f,0xd1,0x53,0x33,
+ 0x8f,0x61,0xe8,0x6a,0xf0,0x75,0x37,0xd8,0x4f,0xfd,0xad,0xca,0xa2,0xe,0xab,0xad,
+ 0xc6,0xee,0x64,0xf4,0xae,0xf8,0xcf,0x9f,0x3f,0xd7,0x24,0x0,0x87,0x93,0xcd,0x0,
+ 0x73,0x58,0xcf,0x9c,0xbb,0x6a,0xe6,0x67,0x46,0x97,0x1a,0x4a,0x77,0x3b,0x1f,0x6c,
+ 0xab,0x57,0x61,0xd5,0x4f,0xf4,0xd4,0xcc,0x63,0x18,0xfa,0x8b,0xbb,0xfa,0x6f,0x6d,
+ 0xe8,0x5b,0x95,0x47,0x7b,0xdd,0x7a,0x1d,0x56,0x5b,0x8d,0xdd,0xc9,0xe8,0x7f,0x89,
+ 0x8f,0xf6,0x25,0x5,0xc0,0x2f,0x45,0x36,0x3,0xcc,0x61,0x3d,0x73,0xee,0xaa,0x99,
+ 0x9f,0x19,0x7d,0x84,0x75,0xf4,0xcd,0x52,0x3b,0xa9,0xa3,0x69,0x78,0xfb,0x42,0x6b,
+ 0xfd,0x50,0x4f,0xcd,0x3c,0x86,0xfe,0x73,0xe9,0xb7,0xdc,0x23,0x30,0xba,0xbe,0xf7,
+ 0xcb,0xcb,0x4b,0x4d,0x3e,0x80,0x3a,0xa6,0xb6,0x1a,0xbb,0x93,0xa1,0x5b,0xee,0x17,
+ 0xf,0xf8,0x66,0x7b,0x80,0x5f,0x87,0x6c,0x6,0x98,0xc3,0x7a,0xe6,0xdc,0x55,0x33,
+ 0xc1,0xe8,0x23,0xac,0x77,0x3f,0x5f,0xbf,0x7d,0xdd,0xa9,0xb3,0xfa,0xa1,0x9e,0x9a,
+ 0x79,0x0,0x43,0x6f,0x41,0xbf,0xe5,0x6e,0xde,0xa9,0x5f,0xb7,0x5e,0xc7,0xd4,0x56,
+ 0x63,0x77,0x52,0x7,0xd1,0xf6,0x68,0x4f,0x92,0x3,0xfc,0x52,0x64,0x33,0xc0,0x1c,
+ 0xd6,0x33,0xe7,0xae,0x9a,0x9,0x46,0xdf,0x45,0x74,0xf7,0x87,0x2a,0x6f,0x5f,0x77,
+ 0xea,0xac,0x7e,0xae,0xa7,0x66,0x1e,0xc0,0xd0,0x37,0x1d,0x37,0x5e,0x1,0x1e,0x7d,
+ 0xdd,0x7a,0x8d,0x3d,0x80,0x3a,0xa0,0xb6,0x1a,0xbb,0x87,0xd1,0xc7,0xc8,0x1f,0xed,
+ 0x7e,0x78,0x80,0x5f,0x8d,0x6c,0x6,0x98,0xc3,0x7a,0xf2,0xdc,0x55,0x33,0xd9,0x44,
+ 0x69,0x34,0x14,0x18,0x17,0x9f,0xe9,0xad,0x9f,0xeb,0xa9,0x99,0x7,0x50,0x7,0xd4,
+ 0x70,0x7b,0x5f,0x8d,0x3e,0x73,0x3b,0xba,0xd2,0xd5,0x7e,0xea,0x80,0xda,0x6a,0xec,
+ 0x1e,0xfa,0xaf,0x85,0x3f,0xf1,0x3e,0x30,0x80,0xfb,0x92,0xcd,0x0,0x73,0x58,0x4f,
+ 0x9e,0xbb,0x6a,0x26,0x1b,0xbd,0xd8,0x75,0xc7,0xd7,0x11,0x6d,0xb2,0xee,0xd4,0x59,
+ 0xfd,0x68,0x4f,0xcd,0xdc,0xdb,0xd0,0x2b,0x97,0xdf,0x78,0x8b,0x78,0xd3,0xe8,0x7a,
+ 0xc2,0x8f,0x73,0x21,0xb4,0xe,0xa8,0xad,0xc6,0xe,0x37,0xfa,0x7e,0x81,0xc5,0xd5,
+ 0xef,0x78,0x3,0x60,0x13,0xb2,0x19,0x60,0xe,0xeb,0xc9,0x73,0x57,0xcd,0xbc,0x69,
+ 0x8a,0x77,0x26,0x6f,0xb5,0xee,0xd4,0x59,0xfd,0x68,0x4f,0xcd,0xdc,0xdb,0xd0,0xbb,
+ 0xa3,0x96,0xdf,0x58,0x8d,0xdd,0x60,0xf4,0x66,0x84,0x4d,0x76,0x7a,0xbb,0x3a,0x9a,
+ 0xb6,0x1a,0x3b,0xdc,0xe8,0x7b,0xd7,0x16,0x35,0x9,0xc0,0x9d,0xc8,0x66,0x80,0x39,
+ 0xac,0x27,0xcf,0x5d,0x35,0xf3,0xa6,0xa1,0xf7,0x6c,0x2d,0xee,0x72,0xbd,0x6b,0x28,
+ 0x30,0x3a,0xef,0x4c,0xaa,0x1f,0xed,0xa9,0x99,0xbb,0x1a,0xfa,0xe2,0x60,0xab,0x6f,
+ 0x37,0x26,0x5d,0x52,0xb8,0x8e,0xa6,0xad,0xc6,0x8e,0x35,0x7a,0x31,0x7f,0xf1,0x50,
+ 0xef,0x5d,0x3,0xf8,0x35,0xc9,0x66,0x80,0x39,0xac,0xe7,0xcf,0x5d,0x35,0xf3,0xa6,
+ 0xd1,0x3b,0x45,0x3f,0x7d,0xfa,0x54,0x93,0x7,0xaa,0x7d,0x37,0x34,0xd3,0xa2,0x7e,
+ 0xba,0xa7,0x66,0xee,0x6a,0xe8,0x8b,0x83,0xad,0x1e,0x33,0x1e,0xfd,0xb7,0x71,0xcb,
+ 0x92,0x57,0x1b,0xaa,0xa3,0x69,0xab,0xb1,0x63,0x8d,0x3e,0xd5,0xbc,0x70,0x87,0x36,
+ 0xc0,0xdd,0xc9,0x66,0x80,0x39,0xac,0xe7,0xcf,0x5d,0x35,0x73,0xc9,0xe8,0xcd,0xa2,
+ 0x7,0x2f,0x81,0xb3,0xe1,0xba,0x53,0x67,0xf5,0xd3,0x3d,0x35,0x73,0x57,0x43,0xf7,
+ 0xd2,0x6f,0xf8,0x17,0x34,0x5a,0x77,0x8f,0x90,0x76,0x75,0x28,0x6d,0x35,0x76,0xa0,
+ 0xd1,0x5b,0x3c,0x16,0x8f,0xf3,0xe8,0x38,0xc0,0xaf,0x4c,0x36,0x3,0xcc,0x61,0x3d,
+ 0x85,0xee,0xaa,0x99,0x4b,0x1e,0x7c,0x25,0xaa,0xfe,0x13,0xb6,0xfd,0xb4,0xa8,0x81,
+ 0x9e,0x9a,0xb9,0x9f,0xa1,0x37,0xb7,0x6d,0x7b,0x3b,0xc0,0xd0,0xae,0x17,0x1f,0x3f,
+ 0x7e,0xac,0xc9,0xfb,0xa9,0x43,0x69,0xab,0xb1,0xa3,0x8c,0xae,0x89,0x7d,0x72,0xc7,
+ 0xb7,0xf1,0x1,0x70,0x26,0x9b,0x1,0xe6,0xb0,0x9e,0x42,0x77,0xd5,0x4c,0xc3,0xd0,
+ 0xeb,0xa6,0x8e,0xbc,0x17,0x77,0x28,0xdb,0xfa,0x97,0x3a,0x6b,0xa0,0xa7,0x66,0xee,
+ 0x67,0x68,0xb9,0xe6,0xcd,0xaf,0xf7,0xd6,0x76,0xdb,0xe,0xbe,0x19,0xe1,0x8f,0xea,
+ 0x38,0xda,0x6a,0xec,0x10,0xdf,0xbe,0x7d,0x1b,0xba,0x71,0xe0,0xe4,0x41,0xee,0x7e,
+ 0x7,0x40,0x36,0x3,0xcc,0x61,0x3d,0x8b,0xee,0xaa,0x99,0x86,0xd1,0x8b,0x8a,0x87,
+ 0x2d,0xd2,0xbb,0xed,0xba,0x53,0x67,0x35,0xd3,0x53,0x33,0x77,0x32,0xfa,0x80,0x71,
+ 0x8d,0x6d,0x67,0xf4,0x1e,0xfe,0xdb,0xd7,0xbe,0xba,0x51,0x1d,0x47,0x5b,0x8d,0xed,
+ 0xef,0xe5,0xe5,0xe5,0x8a,0x66,0x5e,0xb8,0xd4,0xc,0xf0,0x20,0x64,0x33,0xc0,0x1c,
+ 0xd6,0xb3,0xe8,0xae,0x9a,0xe9,0x19,0x5a,0x6d,0xe8,0x98,0x27,0x2d,0x87,0xde,0x36,
+ 0x3c,0x74,0xeb,0x78,0xcd,0xf4,0xd4,0xcc,0x9d,0xc,0xbd,0xce,0x7a,0x8f,0x97,0x2d,
+ 0x8f,0xde,0x54,0x7c,0xf7,0x4b,0xa3,0x75,0x1c,0x6d,0x35,0xb6,0xb3,0x2b,0x9e,0x67,
+ 0x3e,0xf1,0x54,0x33,0xc0,0xe3,0x90,0xcd,0x0,0x73,0x58,0x4f,0xa4,0xbb,0x6a,0xa6,
+ 0x67,0xf4,0xb4,0x7e,0xa9,0xa9,0x9a,0xdc,0xcd,0xd0,0x75,0xce,0xa1,0x7b,0x83,0x6b,
+ 0xa6,0xa7,0x66,0xee,0x64,0xe8,0xeb,0x8c,0x9d,0xfe,0x52,0x46,0xaf,0x91,0x6e,0x7e,
+ 0xa3,0xf8,0x90,0x3a,0x88,0xb6,0x1a,0xdb,0xcd,0xf2,0x2f,0xf3,0x8a,0xf7,0x66,0x9f,
+ 0x35,0xdf,0x72,0x7,0xc0,0x1,0x64,0x33,0xc0,0x1c,0xd6,0x13,0xe9,0xae,0x9a,0x69,
+ 0xab,0xb1,0x9e,0x3,0x56,0x91,0xad,0x3d,0x35,0x8c,0xbe,0x7,0xab,0xc6,0x7a,0x6a,
+ 0xe6,0x1e,0x86,0xde,0xd6,0xb6,0xdf,0x65,0xde,0x2f,0x5f,0xbe,0xd4,0x3e,0x7a,0xee,
+ 0xbb,0xc2,0x70,0x1d,0x44,0x5b,0x8d,0xed,0x60,0x9,0xe6,0xd1,0x5b,0xdc,0x7f,0xe7,
+ 0xe0,0xd7,0xef,0x1,0xf0,0x36,0xd9,0xc,0x30,0x87,0xf5,0x5c,0xba,0xab,0x66,0xda,
+ 0x46,0x4f,0xf1,0x77,0x7d,0xf9,0xd3,0xd0,0xd5,0xef,0xd1,0xab,0xac,0x35,0xd6,0x53,
+ 0x33,0xf7,0x30,0xf4,0x37,0xb2,0x5f,0x62,0xd,0xdd,0x2d,0x7f,0xb2,0xeb,0xbf,0x8d,
+ 0xb7,0xd5,0x11,0xb4,0xd5,0xd8,0xa6,0x96,0xdf,0xd8,0x8d,0xc1,0xbc,0x70,0x7b,0x36,
+ 0xc0,0xa3,0x91,0xcd,0x0,0x73,0x58,0x4f,0xa7,0xbb,0x6a,0xa6,0x6d,0xb4,0x8e,0x76,
+ 0x7d,0xf9,0x53,0xff,0xe6,0xe4,0x2b,0xea,0xa2,0x26,0x7b,0x6a,0xe6,0x1e,0x86,0xee,
+ 0x8e,0xde,0xf5,0x6e,0xde,0xa1,0x7b,0xc5,0x17,0x77,0x7c,0x8b,0x55,0x1d,0x41,0x5b,
+ 0x8d,0x6d,0xe1,0xe5,0xe5,0x65,0xf9,0x8f,0x62,0xf4,0x77,0xf5,0x53,0xcb,0x5f,0xfd,
+ 0xf2,0xdf,0x63,0x6d,0x17,0x80,0xc7,0x20,0x9b,0x1,0xe6,0xb0,0x9e,0x51,0x77,0xd5,
+ 0xcc,0x88,0xa1,0x87,0x30,0xf7,0xbb,0x2b,0x78,0xe8,0xcd,0xde,0x57,0xbc,0xd6,0xbb,
+ 0x26,0x7b,0x6a,0xe6,0x70,0x43,0xbf,0x84,0xbd,0xaf,0x4c,0x8e,0x3e,0xfa,0xbe,0xf7,
+ 0xf1,0xbc,0xa1,0x8e,0xa0,0xad,0xc6,0x6,0xbd,0xae,0x96,0x4e,0x5e,0x7e,0x33,0x9f,
+ 0x3f,0x7f,0x1e,0x5a,0xc2,0xad,0xe3,0xbe,0xcf,0x87,0x3,0xf0,0x53,0xb2,0x19,0x60,
+ 0xe,0xeb,0x19,0x75,0x57,0xcd,0x8c,0x18,0x5d,0x89,0x6a,0xa7,0x93,0xfb,0x9d,0xd6,
+ 0x9d,0x3a,0xab,0xe1,0x9e,0x9a,0x39,0xdc,0xd0,0x57,0x18,0x7b,0x2f,0xfb,0xf4,0x7d,
+ 0x70,0x1d,0xac,0xc5,0x1,0x2f,0x8d,0xfb,0xa9,0xda,0xfd,0xcc,0x34,0x33,0xc0,0x63,
+ 0x92,0xcd,0x0,0x73,0x58,0x4f,0xaa,0xbb,0x6a,0x66,0xd0,0xd0,0x2d,0xa6,0x1f,0x3f,
+ 0x7e,0xac,0xb1,0xed,0xec,0xb7,0xee,0xd4,0x59,0xd,0xf7,0xd4,0xcc,0xb1,0x46,0x33,
+ 0xf5,0x80,0x1b,0x7a,0x47,0x2f,0xa8,0xee,0xf7,0xac,0xf5,0xdb,0x6a,0xf7,0xd3,0xd2,
+ 0xcc,0x0,0xf,0x4b,0x36,0x3,0xcc,0x61,0x3d,0xaf,0xee,0xaa,0x99,0x41,0xa3,0xb7,
+ 0xe3,0x6e,0xfe,0x48,0xed,0xd0,0xbb,0x94,0xae,0x7b,0xf5,0x54,0xd,0xf7,0xd4,0xcc,
+ 0xb1,0x86,0x5e,0x5e,0xbd,0xc7,0x97,0x17,0x7f,0x34,0x7a,0x27,0xc2,0xa2,0x26,0x8f,
+ 0x55,0xfb,0x9e,0x93,0x66,0x6,0x78,0x64,0xb2,0x19,0x60,0xe,0xeb,0xa9,0x75,0x57,
+ 0xcd,0x8c,0x1b,0x7a,0x13,0xd5,0xe6,0x17,0x15,0x6b,0xbb,0xd,0xa3,0xeb,0x4e,0x9d,
+ 0xd5,0x7c,0x4f,0xcd,0x1c,0x6b,0xe8,0x9a,0xff,0x15,0x4f,0x77,0x5f,0xa7,0xf6,0xd7,
+ 0x76,0xd8,0x81,0xfd,0xa8,0xf6,0x3d,0x21,0xcd,0xc,0xf0,0xe0,0x64,0x33,0xc0,0x1c,
+ 0xd6,0xb3,0xeb,0xae,0x9a,0x19,0x37,0x74,0xbd,0x77,0xb1,0xe1,0x6a,0x43,0xbb,0xae,
+ 0x3b,0x75,0x56,0xf3,0x3d,0x35,0x73,0xa0,0xe5,0x73,0xd5,0xbe,0x7b,0xe,0x5b,0xed,
+ 0xe9,0xe9,0xe9,0xa9,0x76,0xd9,0x73,0x97,0x17,0x83,0xd5,0xbe,0xa7,0xf2,0xe1,0xc3,
+ 0x87,0xcd,0xef,0xda,0x0,0x60,0x73,0xb2,0x19,0x60,0xe,0xeb,0x39,0x76,0x57,0xcd,
+ 0x8c,0x1b,0x7d,0xb0,0x76,0xc3,0xd5,0x86,0xfa,0x57,0x59,0x6f,0x49,0xb2,0xda,0x44,
+ 0x4f,0xcd,0x1c,0x68,0xe8,0x6b,0x8b,0x25,0x65,0x6b,0x6c,0x7f,0xa3,0x3d,0xbf,0x38,
+ 0x7e,0x15,0xa5,0xda,0xf1,0x3c,0x3e,0x7e,0xfc,0x78,0xd8,0x17,0x1f,0x0,0xdc,0x42,
+ 0x36,0x3,0xcc,0x61,0x3d,0xcd,0xee,0xaa,0x99,0xab,0xdc,0x65,0x25,0xaa,0xa1,0xa7,
+ 0x67,0x6f,0xb9,0x1,0xb8,0x36,0xd1,0x53,0x33,0x7,0xaa,0x1d,0xf7,0x1c,0x7c,0x67,
+ 0xef,0xd0,0xd,0xfc,0x8b,0xe3,0x5f,0xc,0x56,0x3b,0x9e,0xc4,0x86,0x5f,0x39,0x1,
+ 0xb0,0x37,0xd9,0xc,0x30,0x87,0xf5,0x4c,0xbb,0xab,0x66,0xae,0x32,0x7a,0x5d,0x71,
+ 0x93,0x78,0xdb,0x7b,0xdd,0xa9,0xb3,0xda,0x4a,0x4f,0xcd,0x1c,0x65,0xe8,0xbb,0x83,
+ 0x45,0x8d,0x1d,0x65,0xf4,0x6,0xfe,0xad,0xbe,0x52,0xe9,0xab,0x1d,0x3f,0xbc,0xe5,
+ 0x5f,0xfb,0xf1,0x97,0xe2,0x1,0xb8,0x85,0x6c,0x6,0x98,0xc3,0x7a,0xbe,0xdd,0x55,
+ 0x33,0xd7,0x1a,0x7a,0x2b,0xd5,0xd5,0x6f,0xe7,0x3a,0x3b,0x60,0xdd,0xa9,0xb3,0xda,
+ 0x4a,0x4f,0xcd,0x1c,0x65,0x68,0x9d,0xa7,0xe3,0xaf,0xe5,0xe,0xfd,0x35,0x9d,0x1c,
+ 0x7c,0x3d,0xbc,0xf6,0xfa,0xc0,0x96,0xff,0xb2,0xe,0xfe,0x9d,0x0,0xb0,0x9,0xd9,
+ 0xc,0x30,0x87,0xf5,0xac,0xbb,0xab,0x66,0xae,0xf5,0xfc,0xfc,0x5c,0x1b,0xea,0xb9,
+ 0xf1,0xd2,0xd9,0xd0,0x65,0xcc,0x1b,0x9f,0x5,0xad,0xad,0xf4,0xd4,0xcc,0x21,0x46,
+ 0xa3,0xf4,0xea,0x97,0xa2,0xdd,0x62,0xe8,0xfb,0x94,0xc5,0x31,0xeb,0x63,0x9d,0xd5,
+ 0x5e,0x1f,0x92,0x60,0x6,0x98,0x9a,0x6c,0x6,0x98,0xc3,0x7a,0xee,0xdd,0x55,0x33,
+ 0x37,0x18,0x7a,0x90,0xf5,0xb0,0x2b,0xc0,0xb7,0x5f,0xd9,0xae,0xd,0xf5,0xd4,0xcc,
+ 0x21,0x86,0x96,0x6b,0x3e,0xfe,0xfe,0xe7,0x93,0xa1,0x83,0x3c,0x39,0xf2,0x95,0x57,
+ 0xb5,0xcb,0x7,0xb3,0xfc,0xa3,0x15,0xcc,0x0,0xb3,0x93,0xcd,0x0,0x73,0x58,0xcf,
+ 0xc0,0xbb,0x6a,0xe6,0x6,0xa3,0x81,0x54,0x63,0xe3,0x8e,0x59,0x77,0xea,0xac,0x36,
+ 0xd4,0x53,0x33,0x87,0x38,0xf2,0x7b,0x8a,0xab,0x8d,0xbe,0x68,0x7d,0xb1,0xfc,0x43,
+ 0xaa,0xe1,0xfd,0xd5,0x2e,0x1f,0xc3,0xc7,0x8f,0x1f,0x9f,0x9f,0x9f,0xbd,0x28,0x1b,
+ 0xe0,0x7d,0x90,0xcd,0x0,0x73,0x58,0x4f,0xc5,0xbb,0x6a,0xe6,0x6,0xa3,0x81,0x74,
+ 0xf5,0xdb,0xad,0xfb,0xf7,0xfd,0x2e,0x3f,0x59,0x33,0x37,0xa8,0x6d,0xf5,0xd4,0xcc,
+ 0xfe,0xae,0x58,0xde,0x69,0x16,0x47,0x5e,0x18,0xaf,0x5d,0xde,0xcf,0x92,0xca,0x9f,
+ 0x3f,0x7f,0xfe,0xed,0xb7,0xdf,0xd4,0x32,0xc0,0x3b,0x23,0x9b,0x1,0xe6,0xb0,0x9e,
+ 0x96,0x77,0xd5,0xcc,0x6d,0x9e,0x9e,0x9e,0x6a,0x73,0xd,0xd7,0x35,0xed,0x12,0x18,
+ 0x35,0xdf,0x70,0xcb,0xba,0x53,0x67,0xb5,0xad,0x9e,0x9a,0xd9,0xdf,0xd0,0xaf,0x7a,
+ 0x3a,0x87,0xdd,0xa2,0x5c,0xfb,0x6b,0xfb,0x74,0x9b,0xe5,0x6f,0xed,0xeb,0xea,0xf5,
+ 0xf5,0xd5,0x9b,0xb1,0x1,0xde,0x37,0xd9,0xc,0x30,0x87,0xf5,0x3c,0xbf,0xab,0x66,
+ 0x6e,0xb3,0xc4,0x40,0x6d,0xae,0xe7,0x8a,0x3b,0xa8,0x97,0xf6,0xa8,0xe1,0x4b,0xb6,
+ 0xba,0x68,0x59,0x9b,0xeb,0xa9,0x99,0x9d,0x5d,0x71,0xe7,0xf3,0x5c,0x96,0xbc,0xac,
+ 0x8f,0xba,0xb3,0xda,0x5f,0x5b,0x8d,0x1,0xc0,0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,
+ 0x7e,0x57,0xcd,0xdc,0x6c,0xe8,0xcd,0xc9,0x4b,0x3,0xd7,0x58,0xcf,0x91,0xeb,0x4e,
+ 0x9d,0xd5,0xe6,0x7a,0x6a,0x66,0x67,0xa3,0xef,0x2d,0x9f,0xd1,0x31,0x37,0x2d,0xd7,
+ 0xce,0xda,0x6a,0xc,0x0,0x2e,0x91,0xcd,0x0,0x73,0x58,0xcf,0xf3,0xbb,0x6a,0xe6,
+ 0x66,0x43,0x37,0x51,0x2f,0x86,0xea,0xe8,0xc8,0x75,0xa7,0xce,0x6a,0x73,0x3d,0x35,
+ 0xb3,0xb3,0xa1,0xef,0x26,0x26,0xf5,0xf5,0xeb,0xd7,0xfa,0xb4,0x7b,0xaa,0x9d,0xb5,
+ 0xd5,0x18,0x0,0x5c,0x22,0x9b,0x1,0xe6,0xb0,0x9e,0xe7,0x77,0xd5,0xcc,0x16,0xf6,
+ 0x7b,0xc3,0x73,0xcd,0x34,0x8c,0x5e,0xc7,0x7e,0x43,0x6d,0xb1,0xa7,0x66,0xf6,0x34,
+ 0xba,0x5c,0xf3,0xa4,0x36,0x79,0x9d,0xdb,0x45,0xb5,0xb3,0xb6,0x1a,0x3,0x80,0x4b,
+ 0x64,0x33,0xc0,0x1c,0xd6,0xf3,0xfc,0xae,0x9a,0xd9,0xc2,0xd7,0x91,0x5,0xa2,0xfa,
+ 0x4f,0x20,0xf,0x6d,0xf6,0xf6,0x75,0xa7,0xce,0x6a,0x8b,0x3d,0x35,0xb3,0xa7,0xa1,
+ 0x4b,0xee,0x53,0x7b,0x7d,0x7d,0xad,0xcf,0xbc,0x9b,0xda,0x53,0x5b,0x8d,0x1,0xc0,
+ 0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,0x7e,0x57,0xcd,0x6c,0x61,0xf4,0x85,0x55,0xcd,
+ 0xd7,0x26,0xf7,0xef,0x4c,0xde,0xf6,0x42,0x65,0x6d,0xb4,0xa7,0x66,0xf6,0x34,0x74,
+ 0x31,0x7f,0x6a,0x5b,0x3d,0x9d,0xfe,0x86,0xda,0x53,0x5b,0x8d,0x1,0xc0,0x25,0xb2,
+ 0x19,0x60,0xe,0xeb,0x79,0x7e,0x57,0xcd,0x6c,0x64,0xe8,0x8a,0x68,0xa7,0x72,0x8f,
+ 0x5f,0x77,0xea,0xac,0x36,0xda,0x53,0x33,0xbb,0x19,0x7d,0x74,0x7c,0x76,0xf5,0xb1,
+ 0x77,0x53,0xbb,0x69,0xab,0x31,0x0,0xb8,0x44,0x36,0x3,0xcc,0x61,0x3d,0xcf,0xef,
+ 0xaa,0x99,0x8d,0x8c,0xae,0x44,0x75,0xf1,0x76,0xdc,0xe3,0xd7,0x9d,0x3a,0xab,0xed,
+ 0xf6,0xd4,0xcc,0x6e,0xfa,0xbf,0x87,0xf7,0x61,0xdb,0x6f,0x40,0xfe,0xa8,0x76,0xd3,
+ 0x56,0x63,0x0,0x70,0x89,0x6c,0x6,0x98,0xc3,0x7a,0x9e,0xdf,0x55,0x33,0xdb,0xf9,
+ 0xf8,0xf1,0x63,0x6d,0xba,0xe1,0xed,0x75,0x7a,0x87,0xee,0xfa,0xde,0xfc,0xce,0xde,
+ 0xda,0x6e,0x4f,0xcd,0xec,0x63,0xf4,0xee,0xf7,0x77,0x60,0xf9,0x57,0x54,0x1f,0x7e,
+ 0x1f,0xb5,0x9b,0xb6,0x1a,0x3,0x80,0x4b,0x64,0x33,0xc0,0x1c,0xd6,0xf3,0xfc,0xae,
+ 0x9a,0xd9,0xce,0x86,0x2b,0x51,0x7d,0xf9,0xf2,0xa5,0x7e,0xa8,0x61,0xab,0x75,0xa7,
+ 0xce,0x6a,0xbb,0x3d,0x35,0xb3,0x8f,0xa1,0x97,0xa2,0xbd,0x1b,0xdf,0xbe,0x7d,0xab,
+ 0xcf,0xbf,0x83,0xda,0x47,0x5b,0x8d,0x1,0xc0,0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,
+ 0x7e,0x57,0xcd,0x6c,0x6a,0xe8,0xe5,0x55,0x6f,0xac,0xd3,0xdb,0x7f,0x19,0xd8,0x86,
+ 0xeb,0x4e,0x9d,0xd5,0xa6,0x7b,0x6a,0x66,0x1f,0xfd,0xdf,0xc3,0x7b,0xb2,0xeb,0x8b,
+ 0xc1,0x6a,0x1f,0x6d,0x35,0x6,0x0,0x97,0xc8,0x66,0x80,0x39,0xac,0xe7,0xf9,0x5d,
+ 0x35,0xb3,0xa9,0xa1,0xab,0xa3,0xe9,0xc5,0x60,0x2f,0x2f,0x2f,0xf5,0x13,0xd,0x1b,
+ 0xae,0x3b,0x75,0x56,0x9b,0xee,0xa9,0x99,0x1d,0x8c,0x3e,0x2e,0xfe,0xe1,0xc3,0x87,
+ 0x4f,0xf,0x69,0x34,0xfe,0x37,0x7f,0x58,0xfd,0x47,0xb5,0x8f,0xb6,0x1a,0x3,0x80,
+ 0x4b,0x64,0x33,0xc0,0x1c,0xd6,0xf3,0xfc,0xae,0x9a,0xd9,0xd4,0xe8,0xb3,0xb8,0x3f,
+ 0x8d,0xde,0xfe,0x4b,0xb9,0x3b,0x6f,0xe4,0xbe,0x42,0x6d,0xbd,0xa7,0x66,0x76,0x30,
+ 0xf4,0x72,0xf2,0xc5,0xde,0x2f,0xd3,0xba,0xda,0x15,0x4f,0x68,0x37,0x97,0x28,0xbb,
+ 0x42,0xed,0xa0,0xad,0xc6,0x0,0xe0,0x12,0xd9,0xc,0x30,0x87,0xf5,0x3c,0xbf,0xab,
+ 0x66,0xb6,0x36,0x14,0x7b,0x3f,0xbd,0x1d,0xb7,0x7f,0xa7,0xf7,0x1b,0xb7,0x79,0xdf,
+ 0xa2,0xb6,0xde,0x53,0x33,0x3b,0xa8,0x1d,0xb4,0x6d,0xfe,0x8c,0xf7,0x86,0x86,0x5e,
+ 0x17,0xb7,0xf8,0xb4,0xc3,0xbd,0xf7,0x27,0xb5,0x83,0xb6,0x1a,0x3,0x80,0x4b,0x64,
+ 0x33,0xc0,0x1c,0xd6,0xf3,0xfc,0xae,0x9a,0xd9,0xda,0xb7,0x6f,0xdf,0x6a,0x7,0x3d,
+ 0x35,0xf6,0x5f,0x43,0xef,0x15,0xab,0x99,0xad,0xd5,0xd6,0x7b,0x6a,0x66,0x6b,0xa3,
+ 0xef,0x57,0x7b,0xfb,0xcd,0xe4,0x77,0x77,0xc5,0xea,0xd3,0x3b,0x7d,0xb,0x50,0x5b,
+ 0x6f,0xab,0x31,0x0,0xb8,0x44,0x36,0x3,0xcc,0x61,0x3d,0xcf,0xef,0xaa,0x99,0x1d,
+ 0x7c,0x1a,0x59,0x6a,0xf8,0x77,0xb7,0xe3,0x2e,0xf9,0x57,0x7f,0x70,0xc9,0x7e,0x2f,
+ 0x8e,0xaa,0x1d,0xf4,0xd4,0xcc,0xd6,0x46,0x2f,0xcf,0xee,0x77,0x57,0xf3,0x56,0xea,
+ 0x40,0xdb,0xbe,0x7c,0xf9,0x52,0x93,0x9b,0xaa,0xad,0xb7,0xd5,0x18,0x0,0x5c,0x22,
+ 0x9b,0x1,0xe6,0xb0,0x9e,0xe7,0x77,0xd5,0xcc,0xe,0x86,0x2e,0x2d,0xfe,0x78,0x3b,
+ 0xee,0xd0,0x43,0xb0,0xfb,0x2d,0x53,0x54,0x3b,0xe8,0xa9,0x99,0x4d,0x5d,0xf1,0x30,
+ 0x70,0x4d,0x3e,0xb0,0xd1,0x47,0xb5,0x77,0x7a,0x31,0x58,0x6d,0xbd,0xad,0xc6,0x0,
+ 0xe0,0x12,0xd9,0xc,0x30,0x87,0xf5,0x3c,0xbf,0xab,0x66,0xf6,0x31,0xf4,0xf2,0xe4,
+ 0xf3,0xed,0xb8,0xcf,0xcf,0xcf,0xf5,0x7f,0xba,0x64,0xbf,0x67,0x5f,0x17,0xb5,0x8f,
+ 0x9e,0x9a,0xd9,0xd4,0xd0,0xb2,0xd5,0x8b,0x7,0xbf,0x43,0xfb,0x64,0xe8,0x5,0xe9,
+ 0x27,0x77,0x7f,0x4d,0xfa,0xa2,0xc6,0x0,0xe0,0x12,0xd9,0xc,0x30,0x87,0xf5,0x3c,
+ 0xbf,0xab,0x66,0xf6,0x31,0xb4,0x12,0xd5,0xf9,0x15,0xd0,0xfd,0x3b,0x93,0x77,0xbd,
+ 0x27,0xb9,0xf6,0xd1,0x53,0x33,0x9b,0x1a,0x5a,0xfe,0x7a,0xb1,0x47,0x5e,0xee,0x61,
+ 0x74,0x25,0xaa,0x3d,0xbe,0xe,0xa8,0x4d,0xb7,0xd5,0x18,0x0,0x5c,0x22,0x9b,0x1,
+ 0xe6,0xb0,0x9e,0xe7,0x77,0xd5,0xcc,0x6e,0x6a,0x37,0xd,0xa7,0x3a,0xea,0xdf,0x99,
+ 0xbc,0xd3,0xba,0x53,0x67,0xb5,0x9b,0x9e,0x9a,0xd9,0xce,0xe8,0x55,0xd9,0x5d,0x57,
+ 0x39,0xde,0xd6,0xe8,0x55,0xf4,0xc5,0xe6,0x2f,0x6,0xab,0xed,0xb6,0xd5,0x18,0x0,
+ 0x5c,0x22,0x9b,0x1,0xe6,0xb0,0x9e,0xe7,0x77,0xd5,0xcc,0x6e,0x86,0x9e,0x65,0x5d,
+ 0x7e,0xbe,0xdf,0x54,0x3b,0xad,0x3b,0x75,0x56,0xbb,0xe9,0xa9,0x99,0xed,0xf4,0x5f,
+ 0x8a,0x76,0xb2,0xdf,0xab,0xd1,0x36,0x77,0xc5,0x33,0xdb,0x9b,0xff,0x5d,0xd7,0x76,
+ 0xdb,0x6a,0xc,0x0,0x2e,0x91,0xcd,0x0,0x73,0x58,0xcf,0xf3,0xbb,0x6a,0x66,0x37,
+ 0x43,0x8d,0xf4,0xf2,0xf2,0xd2,0xbf,0x83,0xb7,0x76,0xb0,0x9b,0xda,0x4d,0x4f,0xcd,
+ 0x6c,0xa7,0xb6,0xdb,0x36,0xcb,0x1d,0xda,0x27,0xa3,0x6f,0x8,0xdf,0xfc,0xce,0x82,
+ 0xda,0x6e,0x5b,0x8d,0x1,0xc0,0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,0x7e,0x57,0xcd,
+ 0xec,0x69,0x68,0x25,0xaa,0xa6,0x3,0x2e,0xae,0xd6,0x9e,0x7a,0x6a,0x66,0x23,0xfd,
+ 0x97,0xa2,0x9d,0x4c,0x74,0x87,0xf6,0xc9,0x15,0xb,0x38,0xbf,0xbe,0xbe,0xd6,0xf0,
+ 0x16,0x6a,0xa3,0x6d,0x35,0x6,0x0,0x97,0xc8,0x66,0x80,0x39,0xac,0xe7,0xf9,0x5d,
+ 0x35,0xb3,0xa7,0xd1,0xc7,0x74,0x3b,0xf6,0x5b,0x77,0xea,0xac,0xf6,0xd4,0x53,0x33,
+ 0x1b,0x19,0xbd,0x18,0xbb,0xd3,0xe2,0xc6,0xbb,0xaa,0x43,0x6f,0xdb,0xf6,0x8b,0x92,
+ 0xda,0x68,0x5b,0x8d,0x1,0xc0,0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,0x7e,0x57,0xcd,
+ 0xec,0x6c,0xf4,0xe5,0xc9,0x6f,0xdb,0x75,0xdd,0xa9,0xb3,0xda,0x59,0x4f,0xcd,0x6c,
+ 0xe1,0xdb,0xb7,0x6f,0xb5,0xd1,0xb6,0x3,0xbe,0x44,0xd8,0xdc,0xe8,0x2,0xce,0x8b,
+ 0x9a,0xdc,0x42,0x6d,0xb1,0xad,0xc6,0x0,0xe0,0x12,0xd9,0xc,0x30,0x87,0xf5,0x3c,
+ 0xbf,0xab,0x66,0x76,0x36,0x7a,0xd7,0xf1,0xdb,0x76,0x5d,0x77,0xea,0xac,0x76,0xd6,
+ 0x53,0x33,0x5b,0x18,0xed,0xc9,0xbd,0xdf,0x28,0xbe,0x93,0x2b,0xee,0x41,0x38,0x2f,
+ 0x51,0x76,0xbb,0xda,0x62,0x5b,0x8d,0x1,0xc0,0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,
+ 0x7e,0x57,0xcd,0xec,0x6f,0x74,0x15,0xe2,0xe4,0xb0,0x4a,0xac,0xfd,0xf5,0xd4,0xcc,
+ 0x16,0x46,0x7f,0x51,0x33,0xde,0xa1,0x7d,0x32,0x7a,0xf,0xc2,0xc7,0x8f,0x1f,0x6b,
+ 0xf2,0x66,0xb5,0xc5,0xb6,0x1a,0x3,0x80,0x4b,0x64,0x33,0xc0,0x1c,0xd6,0xf3,0xfc,
+ 0xae,0x9a,0xd9,0xdf,0x15,0x37,0xe5,0xfe,0xd4,0xde,0xeb,0x4e,0x9d,0xd5,0xfe,0x7a,
+ 0x6a,0xe6,0x66,0x57,0xbc,0x2b,0x6b,0xf3,0x35,0x8d,0xf,0x73,0xc5,0x2,0xce,0x5b,
+ 0xdd,0x8e,0x5e,0x9b,0x6b,0xab,0x31,0x0,0xb8,0x44,0x36,0x3,0xcc,0x61,0x3d,0xcf,
+ 0xef,0xaa,0x99,0xfd,0x5d,0xb1,0x5a,0xef,0x4f,0xd5,0xe6,0xf6,0x57,0xfb,0xeb,0xa9,
+ 0x99,0x9b,0x8d,0x2e,0xd7,0xbc,0xe1,0x5,0xd8,0xe3,0x5d,0xf1,0x4f,0x62,0xab,0x17,
+ 0x83,0xd5,0xe6,0xda,0x6a,0xc,0x0,0x2e,0x91,0xcd,0x0,0x73,0x58,0xcf,0xf3,0xbb,
+ 0x6a,0xe6,0x10,0xa3,0x4d,0xf8,0x47,0xdb,0xbe,0x4e,0xf9,0x6d,0xb5,0xcb,0x9e,0x9a,
+ 0xb9,0xcd,0x15,0x19,0xb9,0xe1,0xe3,0xbe,0x77,0x31,0xfa,0xce,0xf0,0xad,0x96,0xda,
+ 0xaa,0xcd,0xb5,0xd5,0x18,0x0,0x5c,0x22,0x9b,0x1,0xe6,0xb0,0x9e,0xe7,0x77,0xd5,
+ 0xcc,0x21,0x5e,0x5f,0x5f,0x6b,0xaf,0xd7,0x3a,0xf2,0x95,0xd1,0xb5,0xcb,0x9e,0x9a,
+ 0xb9,0xcd,0xd7,0xaf,0x5f,0x6b,0x73,0x6d,0xf3,0xde,0xa1,0x7d,0x72,0xc5,0x4d,0xe9,
+ 0x9b,0xbc,0x10,0xae,0xb6,0xd5,0x56,0x63,0x0,0x70,0x89,0x6c,0x6,0x98,0xc3,0x7a,
+ 0x9e,0xdf,0x55,0x33,0x47,0xb9,0x65,0x25,0xaa,0x63,0xd6,0x9d,0x3a,0xab,0xbd,0xf6,
+ 0xd4,0xcc,0x6d,0x46,0x7f,0x39,0x7,0xff,0x42,0x76,0x52,0x1f,0xa6,0x6d,0x93,0x4f,
+ 0x5d,0xdb,0x6a,0xab,0x31,0x0,0xb8,0x44,0x36,0x3,0xcc,0x61,0x3d,0xcf,0xef,0xaa,
+ 0x99,0xa3,0x5c,0x71,0x75,0xf1,0xec,0x98,0x75,0xa7,0xce,0x6a,0xaf,0x3d,0x35,0x73,
+ 0x83,0x2b,0x2e,0xc5,0x1f,0xfc,0xb,0xd9,0xc9,0x15,0xef,0x8a,0xbb,0xfd,0x1a,0x7b,
+ 0x6d,0xa8,0xad,0xc6,0x0,0xe0,0x12,0xd9,0xc,0x30,0x87,0xf5,0x3c,0xbf,0xab,0x66,
+ 0xe,0x74,0xdd,0x4a,0x54,0xc7,0xaf,0x4e,0x5c,0x3b,0xee,0xa9,0x99,0x1b,0x5c,0x51,
+ 0x8f,0x35,0x39,0xb9,0x2b,0x16,0x70,0xbe,0x7d,0xcd,0xad,0xda,0x50,0x5b,0x8d,0x1,
+ 0xc0,0x25,0xb2,0x19,0x60,0xe,0xeb,0x79,0x7e,0x57,0xcd,0x1c,0xe8,0x8a,0x65,0x87,
+ 0x16,0x87,0xad,0x3b,0x75,0x56,0x3b,0xee,0xa9,0x99,0x1b,0x8c,0x7e,0x9b,0xf0,0xf4,
+ 0xf4,0x54,0x93,0xf3,0x1b,0xfd,0xec,0xb7,0x7f,0x87,0x52,0x1b,0x6a,0xab,0x31,0x0,
+ 0xb8,0x44,0x36,0x3,0xcc,0x61,0x3d,0xcf,0xef,0xaa,0x99,0x3,0x5d,0xb7,0x12,0x55,
+ 0xd,0x1f,0xa8,0x76,0xdc,0x53,0x33,0xd7,0xba,0xd7,0x9b,0xb1,0x1e,0xc4,0x15,0xdf,
+ 0xa4,0xbc,0xbc,0xbc,0xd4,0xf0,0x55,0x6a,0x2b,0x6d,0x35,0x6,0x0,0x97,0xc8,0x66,
+ 0x80,0x39,0xac,0xe7,0xf9,0x5d,0x35,0x73,0xac,0xd1,0x95,0xa8,0x8e,0x5c,0x77,0xea,
+ 0xac,0xf6,0xdd,0x53,0x33,0xd7,0xba,0xd7,0x3a,0x4c,0xf,0xe2,0xdb,0xb7,0x6f,0xf5,
+ 0xc1,0xda,0x6e,0xbc,0xd8,0x5e,0x5b,0x69,0xab,0x31,0x0,0xb8,0x44,0x36,0x3,0xcc,
+ 0x61,0x3d,0xcf,0xef,0xaa,0x99,0x63,0x8d,0xbe,0xfe,0xea,0xc8,0x75,0xa7,0xce,0x6a,
+ 0xdf,0x3d,0x35,0x73,0x95,0x2b,0x2e,0xbf,0xdf,0xe5,0x7b,0x84,0x5d,0x8d,0x7e,0x71,
+ 0xb0,0xb8,0xe5,0xc5,0x60,0xb5,0x89,0xb6,0x1a,0x3,0x80,0x4b,0x64,0x33,0xc0,0x1c,
+ 0xd6,0xf3,0xfc,0xae,0x9a,0x39,0x5c,0x3f,0x93,0xee,0xb5,0xcc,0x52,0xed,0xbe,0xa7,
+ 0x66,0xae,0x72,0xfc,0x2d,0xca,0xf,0xe8,0xf9,0xf9,0xb9,0x3e,0x5b,0xdb,0x32,0x52,
+ 0xc3,0xe3,0x6a,0x13,0x6d,0x35,0x6,0x0,0x97,0xc8,0x66,0x80,0x39,0xac,0xe7,0xf9,
+ 0x5d,0x35,0x73,0xb8,0xfe,0xd3,0xbc,0xf7,0x7a,0x88,0xb7,0x76,0xdf,0x53,0x33,0x57,
+ 0x19,0x5d,0xae,0xf9,0x9d,0xdd,0xa1,0x7d,0x56,0x1f,0xaf,0xed,0x96,0x17,0x83,0xd5,
+ 0x26,0xda,0x6a,0xc,0x0,0x2e,0x91,0xcd,0x0,0x73,0x58,0xcf,0xf3,0xbb,0x6a,0xe6,
+ 0x1e,0x3a,0xef,0x4f,0x3e,0x7e,0xdd,0xa9,0xb3,0x3a,0x82,0x9e,0x9a,0x19,0x77,0xc5,
+ 0xf2,0x4b,0xef,0xef,0xe,0xed,0x93,0xd1,0x27,0xde,0x17,0xaf,0xaf,0xaf,0x35,0x3c,
+ 0xa8,0xe6,0xdb,0x6a,0xc,0x0,0x2e,0x91,0xcd,0x0,0x73,0x58,0xcf,0xf3,0xbb,0x6a,
+ 0xe6,0x1e,0xbe,0x7e,0xfd,0x5a,0x7,0x91,0x1d,0xbf,0xee,0xd4,0x59,0x1d,0x41,0x4f,
+ 0xcd,0x8c,0xbb,0x62,0xb9,0xe6,0xbb,0x3c,0xe9,0x7d,0x80,0x23,0xbf,0x41,0xa8,0xf9,
+ 0xb6,0x1a,0x3,0x80,0x4b,0x64,0x33,0xc0,0x1c,0xd6,0xf3,0xfc,0xae,0x9a,0xb9,0x87,
+ 0xce,0xab,0xb0,0xea,0x47,0xef,0xa1,0x8e,0xa0,0xa7,0x66,0xc6,0xd5,0x7c,0xdb,0x1d,
+ 0x2f,0xbf,0x1f,0x60,0x74,0x1,0xe7,0x45,0x4d,0xe,0xaa,0xe1,0xb6,0x1a,0x3,0x80,
+ 0x4b,0x64,0x33,0xc0,0x1c,0xd6,0xf3,0xfc,0xae,0x9a,0xb9,0x93,0xb7,0xaf,0xb5,0xde,
+ 0xf7,0x6e,0xe4,0x3a,0x88,0x9e,0x9a,0x19,0x74,0xc5,0x7b,0xb0,0xbe,0x7c,0xf9,0x52,
+ 0xc3,0xef,0xd1,0x15,0x6f,0x47,0xbb,0xee,0xd1,0xf7,0x1a,0x6e,0xab,0x31,0x0,0xb8,
+ 0x44,0x36,0x3,0xcc,0x61,0x3d,0xcf,0xef,0xaa,0x99,0x3b,0x79,0x7b,0x25,0xaa,0xfb,
+ 0xde,0x8d,0x5c,0x7,0xd1,0x53,0x33,0x83,0xae,0x58,0x75,0xe9,0xbd,0xde,0xa1,0x7d,
+ 0x72,0xc5,0x2,0xce,0xcb,0xef,0xb0,0x86,0x47,0xd4,0x70,0x5b,0x8d,0x1,0xc0,0x25,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,
+ 0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,
+ 0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,
+ 0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,
+ 0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,
+ 0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,
+ 0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,
+ 0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,
+ 0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,
+ 0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,
+ 0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,
+ 0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,
+ 0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,
+ 0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,
+ 0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,
+ 0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,
+ 0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,
+ 0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,
+ 0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,
+ 0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,
+ 0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,
+ 0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,
+ 0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,
+ 0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,
+ 0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,
+ 0x0,0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,
+ 0x3,0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,
+ 0xc9,0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,
+ 0x0,0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,
+ 0x0,0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,
+ 0x66,0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,
+ 0x22,0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,
+ 0x0,0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,
+ 0x0,0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,
+ 0xd9,0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,
+ 0x40,0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,
+ 0x0,0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,
+ 0xc,0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,
+ 0x24,0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,
+ 0x0,0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,
+ 0x0,0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,
+ 0x9b,0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,
+ 0x88,0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,
+ 0x0,0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,
+ 0x1,0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,
+ 0x64,0x33,0x0,0x0,0x0,0x44,0xb2,0x19,0x0,0x0,0x0,0x22,0xd9,0xc,0x0,0x0,
+ 0x0,0x91,0x6c,0x6,0x0,0x0,0x80,0x48,0x36,0x3,0x0,0x0,0x40,0x24,0x9b,0x1,
+ 0x0,0x0,0x20,0x92,0xcd,0x0,0x0,0x0,0x10,0xc9,0x66,0x0,0x0,0x0,0x88,0x7e,
+ 0x9f,0xcd,0x7f,0xfa,0xd3,0x9f,0xfe,0xf,0x0,0x0,0x0,0xb0,0x5a,0x32,0xf9,0xff,
+ 0x67,0xf3,0x5f,0xff,0xfa,0xd7,0xe5,0x7f,0x0,0x0,0x0,0x0,0x67,0x4b,0x3c,0xff,
+ 0xf3,0x9f,0xff,0xfc,0x4f,0x36,0x3,0x0,0x0,0x0,0x3f,0xf1,0xef,0x7f,0xff,0x3f,
+ 0x91,0x94,0x88,0x4b,0x69,0x49,0xc,0x8,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,
+ 0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/health.png.svg
+ 0x0,0x0,0x6,0xa4,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x39,0x32,0x20,0x2d,0x33,0x31,
+ 0x32,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x36,0x34,
+ 0x30,0x2e,0x32,0x38,0x20,0x33,0x39,0x32,0x43,0x36,0x34,0x34,0x2e,0x36,0x36,0x35,
+ 0x20,0x33,0x38,0x38,0x2e,0x35,0x33,0x38,0x20,0x36,0x34,0x38,0x2e,0x38,0x34,0x38,
+ 0x20,0x33,0x38,0x34,0x2e,0x38,0x32,0x39,0x20,0x36,0x35,0x32,0x2e,0x38,0x31,0x20,
+ 0x33,0x38,0x30,0x2e,0x38,0x39,0x20,0x36,0x35,0x38,0x2e,0x35,0x35,0x33,0x20,0x33,
+ 0x37,0x35,0x2e,0x34,0x31,0x39,0x20,0x36,0x36,0x33,0x2e,0x36,0x33,0x31,0x20,0x33,
+ 0x36,0x39,0x2e,0x32,0x39,0x20,0x36,0x36,0x37,0x2e,0x39,0x34,0x20,0x33,0x36,0x32,
+ 0x2e,0x36,0x33,0x20,0x36,0x37,0x31,0x2e,0x39,0x34,0x20,0x33,0x35,0x36,0x2e,0x31,
+ 0x39,0x20,0x36,0x37,0x35,0x2e,0x37,0x36,0x20,0x33,0x34,0x37,0x2e,0x38,0x33,0x20,
+ 0x36,0x37,0x33,0x2e,0x31,0x33,0x20,0x33,0x34,0x30,0x2e,0x31,0x39,0x20,0x36,0x37,
+ 0x31,0x20,0x33,0x33,0x33,0x2e,0x38,0x37,0x20,0x36,0x36,0x35,0x2e,0x30,0x39,0x20,
+ 0x33,0x32,0x38,0x2e,0x35,0x20,0x36,0x35,0x38,0x2e,0x33,0x20,0x33,0x32,0x37,0x2e,
+ 0x38,0x35,0x20,0x36,0x34,0x39,0x2e,0x37,0x32,0x20,0x33,0x32,0x37,0x20,0x36,0x34,
+ 0x33,0x2e,0x35,0x31,0x20,0x33,0x33,0x34,0x2e,0x32,0x36,0x20,0x36,0x34,0x30,0x20,
+ 0x33,0x34,0x31,0x2e,0x32,0x31,0x20,0x36,0x33,0x36,0x2e,0x37,0x39,0x20,0x33,0x33,
+ 0x34,0x2e,0x38,0x35,0x20,0x36,0x33,0x31,0x2e,0x34,0x38,0x20,0x33,0x32,0x38,0x2e,
+ 0x32,0x39,0x20,0x36,0x32,0x33,0x2e,0x38,0x31,0x20,0x33,0x32,0x37,0x2e,0x38,0x31,
+ 0x20,0x36,0x31,0x37,0x20,0x33,0x32,0x37,0x2e,0x33,0x39,0x20,0x36,0x31,0x30,0x2e,
+ 0x36,0x36,0x20,0x33,0x33,0x32,0x2e,0x31,0x38,0x20,0x36,0x30,0x37,0x2e,0x37,0x33,
+ 0x20,0x33,0x33,0x38,0x2e,0x31,0x33,0x20,0x36,0x30,0x34,0x2e,0x30,0x36,0x20,0x33,
+ 0x34,0x35,0x2e,0x36,0x20,0x36,0x30,0x37,0x2e,0x30,0x35,0x20,0x33,0x35,0x34,0x20,
+ 0x36,0x31,0x30,0x2e,0x39,0x31,0x20,0x33,0x36,0x30,0x2e,0x37,0x31,0x20,0x36,0x31,
+ 0x34,0x2e,0x39,0x31,0x20,0x33,0x36,0x37,0x2e,0x37,0x31,0x20,0x36,0x32,0x30,0x2e,
+ 0x32,0x33,0x20,0x33,0x37,0x33,0x2e,0x38,0x36,0x20,0x36,0x32,0x35,0x2e,0x38,0x35,
+ 0x20,0x33,0x37,0x39,0x2e,0x35,0x35,0x20,0x36,0x33,0x30,0x2e,0x32,0x38,0x20,0x33,
+ 0x38,0x34,0x2e,0x30,0x38,0x33,0x20,0x36,0x33,0x35,0x2e,0x30,0x30,0x37,0x20,0x33,
+ 0x38,0x38,0x2e,0x33,0x31,0x35,0x20,0x36,0x34,0x30,0x20,0x33,0x39,0x32,0x2e,0x32,
+ 0x32,0x5a,0x4d,0x36,0x32,0x34,0x20,0x33,0x35,0x38,0x20,0x36,0x32,0x37,0x20,0x33,
+ 0x34,0x39,0x20,0x36,0x32,0x38,0x2e,0x37,0x38,0x20,0x33,0x34,0x33,0x2e,0x36,0x35,
+ 0x43,0x36,0x32,0x39,0x2e,0x32,0x34,0x20,0x33,0x34,0x32,0x2e,0x32,0x36,0x20,0x36,
+ 0x32,0x39,0x2e,0x39,0x35,0x20,0x33,0x34,0x30,0x2e,0x34,0x20,0x36,0x33,0x31,0x2e,
+ 0x38,0x37,0x20,0x33,0x34,0x31,0x2e,0x32,0x20,0x36,0x33,0x33,0x2e,0x30,0x33,0x20,
+ 0x33,0x34,0x31,0x2e,0x36,0x39,0x20,0x36,0x33,0x33,0x2e,0x31,0x20,0x33,0x34,0x32,
+ 0x2e,0x38,0x39,0x20,0x36,0x33,0x33,0x2e,0x33,0x20,0x33,0x34,0x33,0x2e,0x39,0x34,
+ 0x4c,0x36,0x33,0x34,0x2e,0x31,0x33,0x20,0x33,0x34,0x38,0x2e,0x33,0x37,0x20,0x36,
+ 0x33,0x36,0x2e,0x35,0x33,0x20,0x33,0x36,0x31,0x2e,0x31,0x37,0x20,0x36,0x33,0x38,
+ 0x2e,0x31,0x32,0x20,0x33,0x36,0x39,0x2e,0x36,0x37,0x20,0x36,0x34,0x33,0x2e,0x39,
+ 0x32,0x20,0x33,0x35,0x34,0x2e,0x33,0x33,0x20,0x36,0x34,0x35,0x2e,0x32,0x20,0x33,
+ 0x35,0x30,0x2e,0x39,0x35,0x43,0x36,0x34,0x35,0x2e,0x35,0x37,0x20,0x33,0x34,0x39,
+ 0x2e,0x39,0x35,0x20,0x36,0x34,0x35,0x2e,0x39,0x35,0x20,0x33,0x34,0x38,0x2e,0x39,
+ 0x35,0x20,0x36,0x34,0x37,0x2e,0x32,0x20,0x33,0x34,0x38,0x2e,0x38,0x34,0x20,0x36,
+ 0x34,0x38,0x2e,0x37,0x39,0x20,0x33,0x34,0x38,0x2e,0x36,0x38,0x20,0x36,0x34,0x39,
+ 0x2e,0x32,0x36,0x20,0x33,0x35,0x30,0x2e,0x30,0x34,0x20,0x36,0x34,0x39,0x2e,0x36,
+ 0x31,0x20,0x33,0x35,0x31,0x2e,0x32,0x34,0x4c,0x36,0x35,0x30,0x2e,0x38,0x34,0x20,
+ 0x33,0x35,0x35,0x2e,0x34,0x36,0x20,0x36,0x35,0x33,0x2e,0x32,0x38,0x20,0x33,0x36,
+ 0x33,0x2e,0x38,0x35,0x20,0x36,0x35,0x35,0x2e,0x36,0x39,0x20,0x33,0x36,0x31,0x2e,
+ 0x32,0x43,0x36,0x35,0x36,0x2e,0x34,0x36,0x31,0x20,0x33,0x36,0x30,0x2e,0x31,0x39,
+ 0x31,0x20,0x36,0x35,0x37,0x2e,0x33,0x32,0x38,0x20,0x33,0x35,0x39,0x2e,0x32,0x36,
+ 0x20,0x36,0x35,0x38,0x2e,0x32,0x38,0x20,0x33,0x35,0x38,0x2e,0x34,0x32,0x20,0x36,
+ 0x35,0x39,0x2e,0x32,0x38,0x20,0x33,0x35,0x37,0x2e,0x37,0x32,0x20,0x36,0x36,0x31,
+ 0x2e,0x31,0x33,0x20,0x33,0x35,0x38,0x2e,0x30,0x34,0x20,0x36,0x36,0x32,0x2e,0x32,
+ 0x38,0x20,0x33,0x35,0x38,0x2e,0x30,0x34,0x4c,0x36,0x36,0x36,0x20,0x33,0x35,0x38,
+ 0x2e,0x30,0x34,0x43,0x36,0x36,0x35,0x2e,0x32,0x36,0x20,0x33,0x35,0x39,0x2e,0x33,
+ 0x37,0x20,0x36,0x36,0x34,0x2e,0x34,0x34,0x20,0x33,0x36,0x30,0x2e,0x37,0x31,0x20,
+ 0x36,0x36,0x33,0x2e,0x35,0x35,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x4c,0x36,0x36,
+ 0x30,0x2e,0x33,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x43,0x36,0x35,0x38,0x2e,0x31,
+ 0x37,0x20,0x33,0x36,0x34,0x2e,0x33,0x39,0x20,0x36,0x35,0x36,0x2e,0x31,0x33,0x20,
+ 0x33,0x36,0x36,0x2e,0x38,0x39,0x20,0x36,0x35,0x33,0x2e,0x38,0x37,0x20,0x33,0x36,
+ 0x39,0x2e,0x31,0x32,0x20,0x36,0x35,0x33,0x2e,0x31,0x36,0x31,0x20,0x33,0x36,0x39,
+ 0x2e,0x39,0x36,0x37,0x20,0x36,0x35,0x31,0x2e,0x39,0x20,0x33,0x37,0x30,0x2e,0x30,
+ 0x37,0x39,0x20,0x36,0x35,0x31,0x2e,0x30,0x35,0x33,0x20,0x33,0x36,0x39,0x2e,0x33,
+ 0x37,0x20,0x36,0x35,0x30,0x2e,0x38,0x38,0x36,0x20,0x33,0x36,0x39,0x2e,0x32,0x33,
+ 0x31,0x20,0x36,0x35,0x30,0x2e,0x37,0x34,0x33,0x20,0x33,0x36,0x39,0x2e,0x30,0x36,
+ 0x35,0x20,0x36,0x35,0x30,0x2e,0x36,0x33,0x20,0x33,0x36,0x38,0x2e,0x38,0x38,0x20,
+ 0x36,0x35,0x30,0x2e,0x34,0x31,0x33,0x20,0x33,0x36,0x38,0x2e,0x34,0x35,0x20,0x36,
+ 0x35,0x30,0x2e,0x32,0x35,0x35,0x20,0x33,0x36,0x37,0x2e,0x39,0x39,0x32,0x20,0x36,
+ 0x35,0x30,0x2e,0x31,0x36,0x20,0x33,0x36,0x37,0x2e,0x35,0x32,0x4c,0x36,0x34,0x38,
+ 0x2e,0x34,0x39,0x20,0x33,0x36,0x31,0x2e,0x38,0x31,0x20,0x36,0x34,0x37,0x2e,0x31,
+ 0x33,0x20,0x33,0x35,0x37,0x2e,0x31,0x33,0x43,0x36,0x34,0x34,0x2e,0x35,0x38,0x20,
+ 0x33,0x36,0x33,0x2e,0x38,0x36,0x20,0x36,0x34,0x32,0x2e,0x31,0x33,0x20,0x33,0x37,
+ 0x30,0x2e,0x36,0x20,0x36,0x33,0x39,0x2e,0x35,0x20,0x33,0x37,0x37,0x2e,0x33,0x20,
+ 0x36,0x33,0x39,0x2e,0x33,0x35,0x33,0x20,0x33,0x37,0x37,0x2e,0x38,0x34,0x36,0x20,
+ 0x36,0x33,0x39,0x2e,0x30,0x33,0x34,0x20,0x33,0x37,0x38,0x2e,0x33,0x33,0x20,0x36,
+ 0x33,0x38,0x2e,0x35,0x39,0x20,0x33,0x37,0x38,0x2e,0x36,0x38,0x20,0x36,0x33,0x37,
+ 0x2e,0x36,0x38,0x20,0x33,0x37,0x39,0x2e,0x33,0x30,0x35,0x20,0x36,0x33,0x36,0x2e,
+ 0x34,0x33,0x35,0x20,0x33,0x37,0x39,0x2e,0x30,0x37,0x34,0x20,0x36,0x33,0x35,0x2e,
+ 0x38,0x30,0x39,0x20,0x33,0x37,0x38,0x2e,0x31,0x36,0x34,0x20,0x36,0x33,0x35,0x2e,
+ 0x36,0x34,0x39,0x20,0x33,0x37,0x37,0x2e,0x39,0x33,0x31,0x20,0x36,0x33,0x35,0x2e,
+ 0x35,0x34,0x31,0x20,0x33,0x37,0x37,0x2e,0x36,0x36,0x38,0x20,0x36,0x33,0x35,0x2e,
+ 0x34,0x39,0x20,0x33,0x37,0x37,0x2e,0x33,0x39,0x20,0x36,0x33,0x35,0x2e,0x32,0x36,
+ 0x20,0x33,0x37,0x36,0x2e,0x34,0x37,0x20,0x36,0x33,0x35,0x2e,0x31,0x34,0x20,0x33,
+ 0x37,0x35,0x2e,0x35,0x31,0x20,0x36,0x33,0x34,0x2e,0x39,0x36,0x20,0x33,0x37,0x34,
+ 0x2e,0x35,0x39,0x4c,0x36,0x33,0x32,0x2e,0x34,0x33,0x20,0x33,0x36,0x31,0x2e,0x30,
+ 0x39,0x20,0x36,0x33,0x30,0x2e,0x35,0x34,0x20,0x33,0x35,0x31,0x20,0x36,0x32,0x37,
+ 0x2e,0x37,0x32,0x20,0x33,0x35,0x39,0x2e,0x34,0x37,0x43,0x36,0x32,0x37,0x2e,0x32,
+ 0x39,0x20,0x33,0x36,0x30,0x2e,0x37,0x33,0x20,0x36,0x32,0x36,0x2e,0x39,0x35,0x20,
+ 0x33,0x36,0x31,0x2e,0x39,0x36,0x20,0x36,0x32,0x35,0x2e,0x33,0x33,0x20,0x33,0x36,
+ 0x32,0x2e,0x30,0x34,0x20,0x36,0x32,0x33,0x2e,0x38,0x36,0x20,0x33,0x36,0x32,0x2e,
+ 0x31,0x31,0x20,0x36,0x32,0x32,0x2e,0x33,0x38,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,
+ 0x20,0x36,0x32,0x30,0x2e,0x39,0x32,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x4c,0x36,
+ 0x31,0x36,0x2e,0x34,0x32,0x20,0x33,0x36,0x32,0x2e,0x30,0x34,0x43,0x36,0x31,0x35,
+ 0x2e,0x35,0x34,0x20,0x33,0x36,0x30,0x2e,0x37,0x31,0x20,0x36,0x31,0x34,0x2e,0x37,
+ 0x31,0x20,0x33,0x35,0x39,0x2e,0x33,0x37,0x20,0x36,0x31,0x33,0x2e,0x39,0x37,0x20,
+ 0x33,0x35,0x38,0x2e,0x30,0x34,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,
+ 0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,
+ 0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/mapbtn.svg
+ 0x0,0x0,0x4,0x14,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x37,0x33,0x31,0x20,0x2d,0x31,0x30,
+ 0x38,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x37,0x39,
+ 0x39,0x20,0x31,0x33,0x38,0x2e,0x32,0x43,0x37,0x39,0x36,0x2e,0x36,0x20,0x31,0x33,
+ 0x38,0x2e,0x32,0x20,0x37,0x39,0x34,0x2e,0x36,0x20,0x31,0x33,0x36,0x2e,0x32,0x20,
+ 0x37,0x39,0x34,0x2e,0x37,0x20,0x31,0x33,0x33,0x2e,0x37,0x20,0x37,0x39,0x34,0x2e,
+ 0x37,0x20,0x31,0x33,0x31,0x2e,0x33,0x20,0x37,0x39,0x36,0x2e,0x37,0x20,0x31,0x32,
+ 0x39,0x2e,0x33,0x20,0x37,0x39,0x39,0x2e,0x31,0x20,0x31,0x32,0x39,0x2e,0x33,0x20,
+ 0x38,0x30,0x31,0x2e,0x35,0x20,0x31,0x32,0x39,0x2e,0x33,0x20,0x38,0x30,0x33,0x2e,
+ 0x35,0x20,0x31,0x33,0x31,0x2e,0x33,0x20,0x38,0x30,0x33,0x2e,0x35,0x20,0x31,0x33,
+ 0x33,0x2e,0x37,0x20,0x38,0x30,0x33,0x2e,0x35,0x20,0x31,0x33,0x34,0x2e,0x39,0x20,
+ 0x38,0x30,0x33,0x20,0x31,0x33,0x36,0x20,0x38,0x30,0x32,0x2e,0x32,0x20,0x31,0x33,
+ 0x36,0x2e,0x38,0x20,0x38,0x30,0x31,0x2e,0x33,0x20,0x31,0x33,0x37,0x2e,0x37,0x20,
+ 0x38,0x30,0x30,0x2e,0x32,0x20,0x31,0x33,0x38,0x2e,0x32,0x20,0x37,0x39,0x39,0x20,
+ 0x31,0x33,0x38,0x2e,0x32,0x5a,0x4d,0x37,0x39,0x34,0x2e,0x37,0x20,0x31,0x32,0x34,
+ 0x2e,0x33,0x43,0x37,0x39,0x32,0x2e,0x35,0x20,0x31,0x32,0x35,0x2e,0x31,0x20,0x37,
+ 0x39,0x30,0x2e,0x38,0x20,0x31,0x32,0x36,0x2e,0x38,0x20,0x37,0x38,0x39,0x2e,0x37,
+ 0x20,0x31,0x32,0x38,0x2e,0x38,0x20,0x37,0x38,0x38,0x2e,0x33,0x20,0x31,0x33,0x31,
+ 0x2e,0x35,0x20,0x37,0x38,0x38,0x2e,0x31,0x20,0x31,0x33,0x34,0x2e,0x36,0x20,0x37,
+ 0x38,0x39,0x2e,0x32,0x20,0x31,0x33,0x37,0x2e,0x34,0x4c,0x37,0x39,0x34,0x20,0x31,
+ 0x34,0x37,0x2e,0x38,0x20,0x37,0x39,0x37,0x2e,0x32,0x20,0x31,0x35,0x34,0x2e,0x34,
+ 0x43,0x37,0x39,0x37,0x2e,0x35,0x20,0x31,0x35,0x35,0x2e,0x31,0x20,0x37,0x39,0x38,
+ 0x2e,0x32,0x20,0x31,0x35,0x35,0x2e,0x35,0x20,0x37,0x39,0x39,0x20,0x31,0x35,0x35,
+ 0x2e,0x35,0x20,0x37,0x39,0x39,0x2e,0x38,0x20,0x31,0x35,0x35,0x2e,0x35,0x20,0x38,
+ 0x30,0x30,0x2e,0x35,0x20,0x31,0x35,0x35,0x2e,0x31,0x20,0x38,0x30,0x30,0x2e,0x38,
+ 0x20,0x31,0x35,0x34,0x2e,0x34,0x4c,0x38,0x30,0x34,0x20,0x31,0x34,0x37,0x2e,0x38,
+ 0x20,0x38,0x30,0x38,0x2e,0x38,0x20,0x31,0x33,0x37,0x2e,0x35,0x43,0x38,0x30,0x39,
+ 0x2e,0x33,0x20,0x31,0x33,0x36,0x2e,0x33,0x20,0x38,0x30,0x39,0x2e,0x35,0x20,0x31,
+ 0x33,0x35,0x20,0x38,0x30,0x39,0x2e,0x35,0x20,0x31,0x33,0x33,0x2e,0x37,0x20,0x38,
+ 0x30,0x39,0x2e,0x35,0x20,0x31,0x32,0x36,0x2e,0x37,0x20,0x38,0x30,0x32,0x2e,0x33,
+ 0x20,0x31,0x32,0x31,0x2e,0x34,0x20,0x37,0x39,0x34,0x2e,0x37,0x20,0x31,0x32,0x34,
+ 0x2e,0x33,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,
+ 0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x37,
+ 0x37,0x37,0x20,0x31,0x38,0x30,0x2e,0x38,0x20,0x37,0x36,0x31,0x20,0x31,0x37,0x32,
+ 0x2e,0x38,0x20,0x37,0x36,0x31,0x20,0x31,0x34,0x30,0x2e,0x32,0x20,0x37,0x37,0x37,
+ 0x20,0x31,0x34,0x38,0x2e,0x32,0x20,0x37,0x37,0x37,0x20,0x31,0x38,0x30,0x2e,0x38,
+ 0x5a,0x4d,0x37,0x35,0x37,0x20,0x31,0x37,0x32,0x2e,0x38,0x20,0x37,0x34,0x35,0x20,
+ 0x31,0x37,0x38,0x2e,0x38,0x20,0x37,0x34,0x35,0x20,0x31,0x34,0x36,0x2e,0x32,0x20,
+ 0x37,0x35,0x37,0x20,0x31,0x34,0x30,0x2e,0x32,0x20,0x37,0x35,0x37,0x20,0x31,0x37,
+ 0x32,0x2e,0x38,0x5a,0x4d,0x38,0x31,0x32,0x2e,0x34,0x20,0x31,0x33,0x39,0x2e,0x32,
+ 0x20,0x38,0x31,0x32,0x2e,0x34,0x20,0x31,0x33,0x39,0x2e,0x32,0x20,0x38,0x30,0x39,
+ 0x2e,0x39,0x20,0x31,0x34,0x34,0x2e,0x36,0x20,0x38,0x31,0x33,0x20,0x31,0x34,0x36,
+ 0x2e,0x32,0x20,0x38,0x31,0x33,0x20,0x31,0x37,0x38,0x2e,0x38,0x20,0x38,0x30,0x31,
+ 0x20,0x31,0x37,0x32,0x2e,0x38,0x20,0x38,0x30,0x31,0x20,0x31,0x35,0x39,0x2e,0x35,
+ 0x20,0x37,0x39,0x37,0x20,0x31,0x35,0x39,0x2e,0x35,0x20,0x37,0x39,0x37,0x20,0x31,
+ 0x37,0x32,0x2e,0x38,0x20,0x37,0x38,0x31,0x20,0x31,0x38,0x30,0x2e,0x38,0x20,0x37,
+ 0x38,0x31,0x20,0x31,0x34,0x38,0x2e,0x32,0x20,0x37,0x38,0x38,0x2e,0x31,0x20,0x31,
+ 0x34,0x34,0x2e,0x36,0x20,0x37,0x38,0x35,0x2e,0x36,0x20,0x31,0x33,0x39,0x2e,0x32,
+ 0x20,0x37,0x37,0x39,0x20,0x31,0x34,0x32,0x2e,0x35,0x20,0x37,0x35,0x39,0x20,0x31,
+ 0x33,0x32,0x2e,0x35,0x20,0x37,0x33,0x39,0x20,0x31,0x34,0x32,0x2e,0x35,0x20,0x37,
+ 0x33,0x39,0x20,0x31,0x38,0x38,0x2e,0x35,0x20,0x37,0x35,0x39,0x20,0x31,0x37,0x38,
+ 0x2e,0x35,0x20,0x37,0x37,0x39,0x20,0x31,0x38,0x38,0x2e,0x35,0x20,0x37,0x39,0x39,
+ 0x20,0x31,0x37,0x38,0x2e,0x35,0x20,0x38,0x31,0x39,0x20,0x31,0x38,0x38,0x2e,0x35,
+ 0x20,0x38,0x31,0x39,0x20,0x31,0x34,0x32,0x2e,0x35,0x20,0x38,0x31,0x32,0x2e,0x34,
+ 0x20,0x31,0x33,0x39,0x2e,0x32,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,
+ 0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,
+ 0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/UAV.svg
+ 0x0,0x0,0x8,0x1a,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x34,0x35,0x38,0x20,0x2d,0x39,0x34,
+ 0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x35,0x34,0x38,
+ 0x20,0x31,0x31,0x39,0x20,0x35,0x33,0x35,0x20,0x31,0x31,0x39,0x20,0x35,0x33,0x35,
+ 0x20,0x31,0x31,0x38,0x43,0x35,0x33,0x35,0x20,0x31,0x31,0x36,0x2e,0x38,0x39,0x35,
+ 0x20,0x35,0x33,0x34,0x2e,0x31,0x30,0x35,0x20,0x31,0x31,0x36,0x20,0x35,0x33,0x33,
+ 0x20,0x31,0x31,0x36,0x20,0x35,0x33,0x31,0x2e,0x38,0x39,0x35,0x20,0x31,0x31,0x36,
+ 0x20,0x35,0x33,0x31,0x20,0x31,0x31,0x36,0x2e,0x38,0x39,0x35,0x20,0x35,0x33,0x31,
+ 0x20,0x31,0x31,0x38,0x4c,0x35,0x33,0x31,0x20,0x31,0x31,0x39,0x20,0x35,0x31,0x38,
+ 0x20,0x31,0x31,0x39,0x43,0x35,0x31,0x36,0x2e,0x38,0x39,0x35,0x20,0x31,0x31,0x39,
+ 0x20,0x35,0x31,0x36,0x20,0x31,0x31,0x39,0x2e,0x38,0x39,0x35,0x20,0x35,0x31,0x36,
+ 0x20,0x31,0x32,0x31,0x20,0x35,0x31,0x36,0x20,0x31,0x32,0x32,0x2e,0x31,0x30,0x35,
+ 0x20,0x35,0x31,0x36,0x2e,0x38,0x39,0x35,0x20,0x31,0x32,0x33,0x20,0x35,0x31,0x38,
+ 0x20,0x31,0x32,0x33,0x4c,0x35,0x33,0x31,0x20,0x31,0x32,0x33,0x20,0x35,0x33,0x31,
+ 0x20,0x31,0x32,0x36,0x20,0x35,0x33,0x30,0x20,0x31,0x32,0x36,0x43,0x35,0x32,0x39,
+ 0x2e,0x34,0x34,0x38,0x20,0x31,0x32,0x36,0x20,0x35,0x32,0x39,0x20,0x31,0x32,0x36,
+ 0x2e,0x34,0x34,0x38,0x20,0x35,0x32,0x39,0x20,0x31,0x32,0x37,0x4c,0x35,0x32,0x39,
+ 0x20,0x31,0x32,0x39,0x2e,0x31,0x39,0x33,0x20,0x35,0x32,0x34,0x2e,0x36,0x33,0x31,
+ 0x20,0x31,0x32,0x38,0x2e,0x34,0x39,0x33,0x43,0x35,0x31,0x32,0x2e,0x32,0x38,0x39,
+ 0x20,0x31,0x32,0x36,0x2e,0x35,0x30,0x36,0x20,0x34,0x39,0x39,0x2e,0x37,0x31,0x20,
+ 0x31,0x32,0x36,0x2e,0x35,0x30,0x36,0x20,0x34,0x38,0x37,0x2e,0x33,0x36,0x38,0x20,
+ 0x31,0x32,0x38,0x2e,0x34,0x39,0x33,0x4c,0x34,0x38,0x33,0x20,0x31,0x32,0x39,0x2e,
+ 0x31,0x39,0x33,0x20,0x34,0x38,0x33,0x20,0x31,0x32,0x37,0x43,0x34,0x38,0x33,0x20,
+ 0x31,0x32,0x36,0x2e,0x34,0x34,0x38,0x20,0x34,0x38,0x32,0x2e,0x35,0x35,0x32,0x20,
+ 0x31,0x32,0x36,0x20,0x34,0x38,0x32,0x20,0x31,0x32,0x36,0x4c,0x34,0x38,0x31,0x20,
+ 0x31,0x32,0x36,0x20,0x34,0x38,0x31,0x20,0x31,0x32,0x33,0x20,0x34,0x39,0x34,0x20,
+ 0x31,0x32,0x33,0x43,0x34,0x39,0x35,0x2e,0x31,0x30,0x35,0x20,0x31,0x32,0x33,0x20,
+ 0x34,0x39,0x36,0x20,0x31,0x32,0x32,0x2e,0x31,0x30,0x35,0x20,0x34,0x39,0x36,0x20,
+ 0x31,0x32,0x31,0x20,0x34,0x39,0x36,0x20,0x31,0x31,0x39,0x2e,0x38,0x39,0x35,0x20,
+ 0x34,0x39,0x35,0x2e,0x31,0x30,0x35,0x20,0x31,0x31,0x39,0x20,0x34,0x39,0x34,0x20,
+ 0x31,0x31,0x39,0x4c,0x34,0x38,0x31,0x20,0x31,0x31,0x39,0x20,0x34,0x38,0x31,0x20,
+ 0x31,0x31,0x38,0x43,0x34,0x38,0x31,0x20,0x31,0x31,0x36,0x2e,0x38,0x39,0x35,0x20,
+ 0x34,0x38,0x30,0x2e,0x31,0x30,0x35,0x20,0x31,0x31,0x36,0x20,0x34,0x37,0x39,0x20,
+ 0x31,0x31,0x36,0x20,0x34,0x37,0x37,0x2e,0x38,0x39,0x35,0x20,0x31,0x31,0x36,0x20,
+ 0x34,0x37,0x37,0x20,0x31,0x31,0x36,0x2e,0x38,0x39,0x35,0x20,0x34,0x37,0x37,0x20,
+ 0x31,0x31,0x38,0x4c,0x34,0x37,0x37,0x20,0x31,0x31,0x39,0x20,0x34,0x36,0x34,0x20,
+ 0x31,0x31,0x39,0x43,0x34,0x36,0x32,0x2e,0x38,0x39,0x35,0x20,0x31,0x31,0x39,0x20,
+ 0x34,0x36,0x32,0x20,0x31,0x31,0x39,0x2e,0x38,0x39,0x35,0x20,0x34,0x36,0x32,0x20,
+ 0x31,0x32,0x31,0x20,0x34,0x36,0x32,0x20,0x31,0x32,0x32,0x2e,0x31,0x30,0x35,0x20,
+ 0x34,0x36,0x32,0x2e,0x38,0x39,0x35,0x20,0x31,0x32,0x33,0x20,0x34,0x36,0x34,0x20,
+ 0x31,0x32,0x33,0x4c,0x34,0x37,0x37,0x20,0x31,0x32,0x33,0x20,0x34,0x37,0x37,0x20,
+ 0x31,0x32,0x36,0x20,0x34,0x37,0x36,0x20,0x31,0x32,0x36,0x43,0x34,0x37,0x35,0x2e,
+ 0x34,0x34,0x38,0x20,0x31,0x32,0x36,0x20,0x34,0x37,0x35,0x20,0x31,0x32,0x36,0x2e,
+ 0x34,0x34,0x38,0x20,0x34,0x37,0x35,0x20,0x31,0x32,0x37,0x4c,0x34,0x37,0x35,0x20,
+ 0x31,0x33,0x30,0x2e,0x34,0x38,0x20,0x34,0x37,0x32,0x2e,0x38,0x31,0x32,0x20,0x31,
+ 0x33,0x30,0x2e,0x38,0x33,0x33,0x43,0x34,0x37,0x31,0x2e,0x30,0x30,0x34,0x20,0x31,
+ 0x33,0x31,0x2e,0x31,0x30,0x37,0x20,0x34,0x36,0x39,0x2e,0x37,0x36,0x20,0x31,0x33,
+ 0x32,0x2e,0x37,0x39,0x35,0x20,0x34,0x37,0x30,0x2e,0x30,0x33,0x34,0x20,0x31,0x33,
+ 0x34,0x2e,0x36,0x30,0x33,0x20,0x34,0x37,0x30,0x2e,0x32,0x35,0x37,0x20,0x31,0x33,
+ 0x36,0x2e,0x30,0x37,0x31,0x20,0x34,0x37,0x31,0x2e,0x34,0x33,0x31,0x20,0x31,0x33,
+ 0x37,0x2e,0x32,0x31,0x32,0x20,0x34,0x37,0x32,0x2e,0x39,0x30,0x35,0x20,0x31,0x33,
+ 0x37,0x2e,0x33,0x39,0x33,0x4c,0x34,0x37,0x38,0x2e,0x39,0x36,0x36,0x20,0x31,0x33,
+ 0x38,0x2e,0x31,0x39,0x33,0x43,0x34,0x38,0x31,0x2e,0x39,0x31,0x20,0x31,0x33,0x38,
+ 0x2e,0x35,0x38,0x33,0x20,0x34,0x38,0x34,0x2e,0x38,0x30,0x39,0x20,0x31,0x33,0x39,
+ 0x2e,0x32,0x36,0x33,0x20,0x34,0x38,0x37,0x2e,0x36,0x31,0x39,0x20,0x31,0x34,0x30,
+ 0x2e,0x32,0x32,0x34,0x4c,0x34,0x38,0x38,0x2e,0x38,0x35,0x35,0x20,0x31,0x34,0x30,
+ 0x2e,0x36,0x34,0x37,0x43,0x34,0x39,0x30,0x2e,0x30,0x30,0x37,0x20,0x31,0x34,0x31,
+ 0x2e,0x30,0x34,0x31,0x20,0x34,0x39,0x31,0x2e,0x31,0x34,0x20,0x31,0x34,0x31,0x2e,
+ 0x34,0x38,0x31,0x20,0x34,0x39,0x32,0x2e,0x32,0x35,0x35,0x20,0x31,0x34,0x31,0x2e,
+ 0x39,0x36,0x38,0x4c,0x34,0x38,0x36,0x20,0x31,0x35,0x37,0x2e,0x36,0x31,0x35,0x20,
+ 0x34,0x38,0x36,0x20,0x31,0x36,0x38,0x20,0x34,0x39,0x30,0x20,0x31,0x36,0x38,0x20,
+ 0x34,0x39,0x30,0x20,0x31,0x35,0x38,0x2e,0x33,0x38,0x35,0x20,0x34,0x39,0x35,0x2e,
+ 0x38,0x36,0x31,0x20,0x31,0x34,0x33,0x2e,0x37,0x33,0x32,0x20,0x34,0x39,0x36,0x2e,
+ 0x32,0x36,0x31,0x20,0x31,0x34,0x33,0x2e,0x39,0x34,0x33,0x43,0x34,0x39,0x37,0x2e,
+ 0x35,0x36,0x33,0x20,0x31,0x34,0x34,0x2e,0x36,0x33,0x37,0x20,0x34,0x39,0x39,0x2e,
+ 0x30,0x31,0x36,0x20,0x31,0x34,0x35,0x20,0x35,0x30,0x30,0x2e,0x34,0x39,0x32,0x20,
+ 0x31,0x34,0x35,0x4c,0x35,0x30,0x33,0x20,0x31,0x34,0x35,0x20,0x35,0x30,0x33,0x20,
+ 0x31,0x35,0x30,0x20,0x35,0x30,0x30,0x20,0x31,0x35,0x30,0x43,0x34,0x39,0x38,0x2e,
+ 0x38,0x39,0x35,0x20,0x31,0x35,0x30,0x20,0x34,0x39,0x38,0x20,0x31,0x35,0x30,0x2e,
+ 0x38,0x39,0x35,0x20,0x34,0x39,0x38,0x20,0x31,0x35,0x32,0x4c,0x34,0x39,0x38,0x20,
+ 0x31,0x36,0x30,0x43,0x34,0x39,0x38,0x20,0x31,0x36,0x31,0x2e,0x31,0x30,0x35,0x20,
+ 0x34,0x39,0x38,0x2e,0x38,0x39,0x35,0x20,0x31,0x36,0x32,0x20,0x35,0x30,0x30,0x20,
+ 0x31,0x36,0x32,0x4c,0x35,0x31,0x32,0x20,0x31,0x36,0x32,0x43,0x35,0x31,0x33,0x2e,
+ 0x31,0x30,0x35,0x20,0x31,0x36,0x32,0x20,0x35,0x31,0x34,0x20,0x31,0x36,0x31,0x2e,
+ 0x31,0x30,0x35,0x20,0x35,0x31,0x34,0x20,0x31,0x36,0x30,0x4c,0x35,0x31,0x34,0x20,
+ 0x31,0x35,0x32,0x43,0x35,0x31,0x34,0x20,0x31,0x35,0x30,0x2e,0x38,0x39,0x35,0x20,
+ 0x35,0x31,0x33,0x2e,0x31,0x30,0x35,0x20,0x31,0x35,0x30,0x20,0x35,0x31,0x32,0x20,
+ 0x31,0x35,0x30,0x4c,0x35,0x30,0x39,0x20,0x31,0x35,0x30,0x20,0x35,0x30,0x39,0x20,
+ 0x31,0x34,0x35,0x20,0x35,0x31,0x31,0x2e,0x35,0x30,0x37,0x20,0x31,0x34,0x35,0x43,
+ 0x35,0x31,0x32,0x2e,0x39,0x38,0x34,0x20,0x31,0x34,0x35,0x2e,0x30,0x30,0x31,0x20,
+ 0x35,0x31,0x34,0x2e,0x34,0x33,0x38,0x20,0x31,0x34,0x34,0x2e,0x36,0x33,0x37,0x20,
+ 0x35,0x31,0x35,0x2e,0x37,0x34,0x32,0x20,0x31,0x34,0x33,0x2e,0x39,0x34,0x33,0x4c,
+ 0x35,0x31,0x36,0x2e,0x31,0x34,0x32,0x20,0x31,0x34,0x33,0x2e,0x37,0x33,0x31,0x20,
+ 0x35,0x32,0x32,0x20,0x31,0x35,0x38,0x2e,0x33,0x38,0x35,0x20,0x35,0x32,0x32,0x20,
+ 0x31,0x36,0x38,0x20,0x35,0x32,0x36,0x20,0x31,0x36,0x38,0x20,0x35,0x32,0x36,0x20,
+ 0x31,0x35,0x37,0x2e,0x36,0x31,0x35,0x20,0x35,0x31,0x39,0x2e,0x37,0x34,0x32,0x20,
+ 0x31,0x34,0x31,0x2e,0x39,0x37,0x43,0x35,0x32,0x30,0x2e,0x38,0x35,0x37,0x20,0x31,
+ 0x34,0x31,0x2e,0x34,0x38,0x35,0x20,0x35,0x32,0x31,0x2e,0x39,0x39,0x31,0x20,0x31,
+ 0x34,0x31,0x2e,0x30,0x34,0x35,0x20,0x35,0x32,0x33,0x2e,0x31,0x34,0x32,0x20,0x31,
+ 0x34,0x30,0x2e,0x36,0x35,0x4c,0x35,0x32,0x34,0x2e,0x33,0x37,0x38,0x20,0x31,0x34,
+ 0x30,0x2e,0x32,0x32,0x37,0x43,0x35,0x32,0x37,0x2e,0x31,0x38,0x39,0x20,0x31,0x33,
+ 0x39,0x2e,0x32,0x36,0x38,0x20,0x35,0x33,0x30,0x2e,0x30,0x38,0x39,0x20,0x31,0x33,
+ 0x38,0x2e,0x35,0x38,0x39,0x20,0x35,0x33,0x33,0x2e,0x30,0x33,0x34,0x20,0x31,0x33,
+ 0x38,0x2e,0x32,0x4c,0x35,0x33,0x39,0x2e,0x30,0x39,0x34,0x20,0x31,0x33,0x37,0x2e,
+ 0x34,0x43,0x35,0x34,0x30,0x2e,0x39,0x30,0x39,0x20,0x31,0x33,0x37,0x2e,0x31,0x37,
+ 0x37,0x20,0x35,0x34,0x32,0x2e,0x32,0x20,0x31,0x33,0x35,0x2e,0x35,0x32,0x36,0x20,
+ 0x35,0x34,0x31,0x2e,0x39,0x37,0x37,0x20,0x31,0x33,0x33,0x2e,0x37,0x31,0x31,0x20,
+ 0x35,0x34,0x31,0x2e,0x37,0x39,0x37,0x20,0x31,0x33,0x32,0x2e,0x32,0x33,0x36,0x20,
+ 0x35,0x34,0x30,0x2e,0x36,0x35,0x36,0x20,0x31,0x33,0x31,0x2e,0x30,0x36,0x33,0x20,
+ 0x35,0x33,0x39,0x2e,0x31,0x38,0x37,0x20,0x31,0x33,0x30,0x2e,0x38,0x34,0x4c,0x35,
+ 0x33,0x37,0x20,0x31,0x33,0x30,0x2e,0x34,0x38,0x20,0x35,0x33,0x37,0x20,0x31,0x32,
+ 0x37,0x43,0x35,0x33,0x37,0x20,0x31,0x32,0x36,0x2e,0x34,0x34,0x38,0x20,0x35,0x33,
+ 0x36,0x2e,0x35,0x35,0x32,0x20,0x31,0x32,0x36,0x20,0x35,0x33,0x36,0x20,0x31,0x32,
+ 0x36,0x4c,0x35,0x33,0x35,0x20,0x31,0x32,0x36,0x20,0x35,0x33,0x35,0x20,0x31,0x32,
+ 0x33,0x20,0x35,0x34,0x38,0x20,0x31,0x32,0x33,0x43,0x35,0x34,0x39,0x2e,0x31,0x30,
+ 0x35,0x20,0x31,0x32,0x33,0x20,0x35,0x35,0x30,0x20,0x31,0x32,0x32,0x2e,0x31,0x30,
+ 0x35,0x20,0x35,0x35,0x30,0x20,0x31,0x32,0x31,0x20,0x35,0x35,0x30,0x20,0x31,0x31,
+ 0x39,0x2e,0x38,0x39,0x35,0x20,0x35,0x34,0x39,0x2e,0x31,0x30,0x35,0x20,0x31,0x31,
+ 0x39,0x20,0x35,0x34,0x38,0x20,0x31,0x31,0x39,0x5a,0x4d,0x35,0x30,0x36,0x20,0x31,
+ 0x35,0x38,0x2e,0x35,0x43,0x35,0x30,0x34,0x2e,0x36,0x31,0x39,0x20,0x31,0x35,0x38,
+ 0x2e,0x35,0x20,0x35,0x30,0x33,0x2e,0x35,0x20,0x31,0x35,0x37,0x2e,0x33,0x38,0x31,
+ 0x20,0x35,0x30,0x33,0x2e,0x35,0x20,0x31,0x35,0x36,0x20,0x35,0x30,0x33,0x2e,0x35,
+ 0x20,0x31,0x35,0x34,0x2e,0x36,0x31,0x39,0x20,0x35,0x30,0x34,0x2e,0x36,0x31,0x39,
+ 0x20,0x31,0x35,0x33,0x2e,0x35,0x20,0x35,0x30,0x36,0x20,0x31,0x35,0x33,0x2e,0x35,
+ 0x20,0x35,0x30,0x37,0x2e,0x33,0x38,0x31,0x20,0x31,0x35,0x33,0x2e,0x35,0x20,0x35,
+ 0x30,0x38,0x2e,0x35,0x20,0x31,0x35,0x34,0x2e,0x36,0x31,0x39,0x20,0x35,0x30,0x38,
+ 0x2e,0x35,0x20,0x31,0x35,0x36,0x20,0x35,0x30,0x38,0x2e,0x35,0x20,0x31,0x35,0x37,
+ 0x2e,0x33,0x38,0x31,0x20,0x35,0x30,0x37,0x2e,0x33,0x38,0x31,0x20,0x31,0x35,0x38,
+ 0x2e,0x35,0x20,0x35,0x30,0x36,0x20,0x31,0x35,0x38,0x2e,0x35,0x5a,0x22,0x20,0x66,
+ 0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,
+ 0x2f,0x67,0x3e,0x3c,0x2f,0x73,0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/tab.svg
+ 0x0,0x0,0x2,0x74,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x39,0x30,0x32,0x20,0x2d,0x31,0x30,
+ 0x38,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x39,0x38,
+ 0x34,0x20,0x31,0x34,0x36,0x20,0x39,0x36,0x34,0x20,0x31,0x34,0x36,0x20,0x39,0x36,
+ 0x34,0x20,0x31,0x33,0x34,0x20,0x39,0x38,0x34,0x20,0x31,0x33,0x34,0x20,0x39,0x38,
+ 0x34,0x20,0x31,0x34,0x36,0x5a,0x4d,0x39,0x38,0x34,0x20,0x31,0x36,0x32,0x20,0x39,
+ 0x36,0x34,0x20,0x31,0x36,0x32,0x20,0x39,0x36,0x34,0x20,0x31,0x35,0x30,0x20,0x39,
+ 0x38,0x34,0x20,0x31,0x35,0x30,0x20,0x39,0x38,0x34,0x20,0x31,0x36,0x32,0x5a,0x4d,
+ 0x39,0x38,0x34,0x20,0x31,0x37,0x38,0x20,0x39,0x36,0x34,0x20,0x31,0x37,0x38,0x20,
+ 0x39,0x36,0x34,0x20,0x31,0x36,0x36,0x20,0x39,0x38,0x34,0x20,0x31,0x36,0x36,0x20,
+ 0x39,0x38,0x34,0x20,0x31,0x37,0x38,0x5a,0x4d,0x39,0x34,0x30,0x20,0x31,0x37,0x38,
+ 0x20,0x39,0x34,0x30,0x20,0x31,0x36,0x36,0x20,0x39,0x36,0x30,0x20,0x31,0x36,0x36,
+ 0x20,0x39,0x36,0x30,0x20,0x31,0x37,0x38,0x20,0x39,0x34,0x30,0x20,0x31,0x37,0x38,
+ 0x5a,0x4d,0x39,0x31,0x36,0x20,0x31,0x37,0x38,0x20,0x39,0x31,0x36,0x20,0x31,0x36,
+ 0x36,0x20,0x39,0x33,0x36,0x20,0x31,0x36,0x36,0x20,0x39,0x33,0x36,0x20,0x31,0x37,
+ 0x38,0x20,0x39,0x31,0x36,0x20,0x31,0x37,0x38,0x5a,0x4d,0x39,0x31,0x36,0x20,0x31,
+ 0x35,0x30,0x20,0x39,0x33,0x36,0x20,0x31,0x35,0x30,0x20,0x39,0x33,0x36,0x20,0x31,
+ 0x36,0x32,0x20,0x39,0x31,0x36,0x20,0x31,0x36,0x32,0x20,0x39,0x31,0x36,0x20,0x31,
+ 0x35,0x30,0x5a,0x4d,0x39,0x31,0x36,0x20,0x31,0x33,0x34,0x20,0x39,0x33,0x36,0x20,
+ 0x31,0x33,0x34,0x20,0x39,0x33,0x36,0x20,0x31,0x34,0x36,0x20,0x39,0x31,0x36,0x20,
+ 0x31,0x34,0x36,0x20,0x39,0x31,0x36,0x20,0x31,0x33,0x34,0x5a,0x4d,0x39,0x36,0x30,
+ 0x20,0x31,0x35,0x30,0x20,0x39,0x36,0x30,0x20,0x31,0x36,0x32,0x20,0x39,0x34,0x30,
+ 0x20,0x31,0x36,0x32,0x20,0x39,0x34,0x30,0x20,0x31,0x35,0x30,0x20,0x39,0x36,0x30,
+ 0x20,0x31,0x35,0x30,0x5a,0x4d,0x39,0x36,0x30,0x20,0x31,0x33,0x34,0x20,0x39,0x36,
+ 0x30,0x20,0x31,0x34,0x36,0x20,0x39,0x34,0x30,0x20,0x31,0x34,0x36,0x20,0x39,0x34,
+ 0x30,0x20,0x31,0x33,0x34,0x20,0x39,0x36,0x30,0x20,0x31,0x33,0x34,0x5a,0x4d,0x39,
+ 0x31,0x30,0x20,0x31,0x32,0x38,0x20,0x39,0x31,0x30,0x20,0x31,0x38,0x34,0x20,0x39,
+ 0x39,0x30,0x20,0x31,0x38,0x34,0x20,0x39,0x39,0x30,0x20,0x31,0x32,0x38,0x20,0x39,
+ 0x31,0x30,0x20,0x31,0x32,0x38,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,
+ 0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,
+ 0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/logo.png
+ 0x0,0x0,0x57,0x64,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x3,0x53,0x0,0x0,0x2,0xc0,0x8,0x6,0x0,0x0,0x0,0x76,0x3d,0x28,0xc5,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0x16,0x25,0x0,0x0,0x16,0x25,0x1,0x49,0x52,
+ 0x24,0xf0,0x0,0x0,0x56,0xf9,0x49,0x44,0x41,0x54,0x78,0x5e,0xed,0xfd,0xf7,0xbb,
+ 0x15,0xe5,0x1d,0x36,0x6e,0xbf,0xff,0xcb,0x53,0x7f,0xfd,0x1e,0x47,0xc,0x10,0x7b,
+ 0x83,0x4d,0x47,0xba,0x58,0xb0,0xc7,0x9e,0x44,0x37,0xbd,0x17,0x69,0xf6,0xde,0xc5,
+ 0x8a,0xdd,0x24,0x1a,0x4b,0x6c,0x28,0xa,0x88,0xa,0x88,0xf4,0xa2,0xf4,0xde,0x36,
+ 0xbd,0x73,0xbf,0xfb,0x5e,0xe,0x3e,0xc4,0x8c,0xba,0xf7,0xb0,0xcb,0x5a,0x33,0xe7,
+ 0x99,0xe3,0x3a,0x8c,0xd,0xf7,0xdc,0x6b,0xb1,0x66,0xae,0x35,0x33,0x9f,0xf9,0xff,
+ 0xfd,0xdf,0xff,0xfb,0x7f,0x43,0x5a,0xfe,0xcf,0xff,0xf9,0x3f,0xa5,0xfc,0xef,0xff,
+ 0xfd,0xbf,0x45,0x44,0x44,0x44,0x44,0x44,0xa,0x9f,0x13,0x1d,0xe9,0x44,0x67,0xfa,
+ 0xaf,0x32,0x95,0x56,0xa2,0xfe,0xd7,0xff,0xfa,0x5f,0x22,0x22,0x22,0x22,0x22,0x22,
+ 0x85,0xcd,0xc9,0xfd,0xe8,0x44,0x67,0xfa,0x8f,0x32,0xf5,0xcb,0x22,0x75,0xf2,0xbf,
+ 0xfc,0x3f,0xff,0xe7,0xff,0x14,0x11,0x11,0x11,0x11,0x11,0x29,0x5c,0x4e,0xee,0x45,
+ 0x27,0x17,0xaa,0xff,0x2a,0x53,0xbf,0x2c,0x52,0x27,0xff,0x22,0xff,0xe3,0x7f,0xfc,
+ 0xf,0x11,0x11,0x11,0x11,0x11,0x91,0xc2,0xe4,0xe4,0x3e,0xf4,0xcb,0x42,0xf5,0x73,
+ 0x99,0xfa,0x65,0x91,0x2,0x0,0x0,0xe0,0xbf,0x9d,0x28,0x54,0xff,0x55,0xa6,0x4e,
+ 0xb4,0x2d,0x0,0x0,0x0,0xfe,0xdb,0x89,0xce,0x54,0x2a,0x53,0xbf,0x3c,0x2b,0x15,
+ 0x4f,0x61,0x1,0x0,0x0,0xf0,0xdf,0x4e,0x5c,0xf2,0xf7,0x1f,0x65,0xea,0x44,0xc3,
+ 0x52,0xa6,0x0,0x0,0x0,0xd2,0xfd,0x6a,0x99,0x8a,0x7f,0x43,0x99,0x2,0x0,0x0,
+ 0x48,0x77,0xa2,0x33,0xa5,0x96,0xa9,0x38,0xb5,0x2,0x0,0x0,0x80,0xff,0x76,0x62,
+ 0xca,0x9f,0x32,0x5,0x0,0x0,0x50,0xf,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,
+ 0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,
+ 0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,
+ 0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0x0,0x40,0x6,0xca,0x14,0x0,0xd0,
+ 0xe0,0x8e,0x1f,0x3f,0x1e,0x8e,0xd5,0x23,0xfb,0xf,0x1d,0x68,0x90,0x1c,0x3c,0x7c,
+ 0x28,0x1c,0x3a,0x72,0xb8,0xf4,0x6b,0x2,0x34,0x36,0x65,0xa,0xa0,0x8c,0xc5,0x3,
+ 0xd2,0xbc,0xe7,0xc8,0xd1,0x23,0xe1,0xe8,0xb1,0xa3,0x92,0x93,0x1c,0xae,0x7d,0x3d,
+ 0xf,0x1c,0x3e,0x18,0xf6,0x1d,0xdc,0x5f,0xfa,0x63,0xfc,0xf3,0xb4,0x7f,0xee,0xe4,
+ 0xac,0xd9,0xba,0x2e,0xcc,0x5c,0x3a,0x3b,0x4c,0x5b,0x38,0xeb,0x94,0xf2,0xf9,0xc2,
+ 0xaf,0x4a,0xf9,0x72,0xf1,0xd7,0x61,0xf1,0xba,0x15,0x61,0xd7,0xbe,0xdd,0xa5,0x52,
+ 0x15,0xdf,0x67,0x0,0x8d,0x41,0x99,0x2,0x28,0x43,0x8f,0xbe,0x3b,0x39,0xb4,0x1b,
+ 0xd3,0x27,0x9c,0x76,0x7b,0xeb,0xf0,0xc7,0xdb,0xdb,0x88,0x48,0x86,0x54,0x8d,0xee,
+ 0x1d,0xfe,0x3d,0x77,0x6a,0xa9,0xd4,0x1,0x34,0x6,0x65,0xa,0xa0,0xcc,0x2c,0x5b,
+ 0xff,0x43,0xe8,0x78,0xc7,0xa5,0x8a,0x94,0x48,0x3,0xa4,0xcd,0xa8,0x5e,0x61,0xce,
+ 0x8f,0xdf,0xbb,0xec,0xf,0x68,0x14,0xca,0x14,0x40,0x19,0xd9,0x7b,0x60,0x5f,0xb8,
+ 0xee,0xa1,0xdb,0xc3,0x1f,0xab,0xd3,0xf,0xc,0x45,0xa4,0x9e,0xa9,0xfd,0xbd,0x34,
+ 0x74,0xca,0x84,0xb0,0x73,0x6f,0x4d,0xf2,0xbb,0xc,0xa0,0xe1,0x28,0x53,0x0,0x65,
+ 0xe4,0xab,0xa5,0xdf,0x86,0xd3,0x7,0x76,0x48,0x3f,0x28,0x14,0x91,0x4c,0x39,0x73,
+ 0x50,0xa7,0x30,0x75,0xfe,0xc,0x67,0xa7,0x80,0x6,0xa7,0x4c,0x1,0x94,0x89,0x1d,
+ 0x7b,0x6a,0xc2,0x45,0x13,0xae,0x4c,0x3d,0x18,0x14,0x91,0x53,0xcb,0xad,0x4f,0xd,
+ 0xe,0x6b,0xb6,0xae,0x37,0x8c,0x2,0x68,0x50,0xca,0x14,0x40,0x99,0x78,0x63,0xc6,
+ 0x3b,0xa1,0x45,0xbf,0xaa,0xd4,0x3,0x41,0x11,0x39,0xb5,0xfc,0x69,0x40,0xfb,0x30,
+ 0xf9,0x93,0x97,0x4b,0xa3,0xd3,0x1,0x1a,0x8a,0x32,0x5,0x50,0x6,0x96,0x6f,0xf8,
+ 0x31,0x54,0x8d,0xea,0x9d,0x7a,0x10,0x28,0x22,0xd,0x93,0xf6,0x63,0x2e,0x9,0x4b,
+ 0xd7,0xaf,0x70,0xb9,0x1f,0xd0,0x60,0x94,0x29,0x80,0x66,0xb6,0xff,0xe0,0xfe,0x70,
+ 0xf3,0xe3,0x83,0xd,0x9d,0x10,0x69,0xe4,0xb4,0xec,0xd7,0x36,0x3c,0xf4,0xde,0xd3,
+ 0x46,0xa5,0x3,0xd,0x46,0x99,0x2,0x68,0x66,0x73,0x7f,0x9c,0x1f,0xce,0x19,0xd2,
+ 0x25,0xf5,0xe0,0x4f,0x44,0x1a,0x36,0x17,0x8e,0xe8,0x19,0x16,0xad,0x59,0xea,0xec,
+ 0x14,0xd0,0x20,0x94,0x29,0x80,0x66,0xb4,0x7b,0xff,0x9e,0xd0,0xf7,0xbe,0x5b,0x52,
+ 0xf,0xfa,0x44,0xa4,0x11,0x52,0x5d,0x15,0xee,0xfa,0xc7,0x23,0xa5,0xdf,0x7b,0x0,
+ 0xa7,0x4a,0x99,0x2,0x68,0x46,0x33,0x97,0x7c,0x1b,0x5a,0xd,0x68,0x9f,0x7e,0xd0,
+ 0x27,0x22,0x8d,0x92,0xb3,0x87,0x74,0x9,0x5f,0x2c,0xfc,0xca,0xd9,0x29,0xe0,0x94,
+ 0x29,0x53,0x0,0xcd,0xa4,0x66,0xdf,0xae,0xd0,0x65,0xfc,0x15,0xa9,0x7,0x7b,0x22,
+ 0xd2,0xb8,0xe9,0x3e,0xf1,0xea,0xf0,0xe3,0xa6,0xd5,0x46,0xa5,0x3,0xa7,0x44,0x99,
+ 0x2,0x68,0x26,0xef,0xcf,0xf9,0xd4,0x28,0x74,0x91,0x66,0x4a,0xab,0xfe,0xed,0xc2,
+ 0x23,0xef,0x4f,0xe,0xfb,0xf,0x1d,0x48,0x7e,0x47,0x2,0xd4,0x9f,0x32,0x5,0xd0,
+ 0xc,0x36,0xd7,0x6c,0xd,0x5d,0x3d,0xa0,0x57,0xa4,0x59,0xd3,0x7a,0x64,0xcf,0x30,
+ 0x7f,0xd5,0x22,0x97,0xfb,0x1,0x99,0x29,0x53,0x0,0xcd,0x60,0xec,0xcb,0x77,0x87,
+ 0x16,0xfd,0xda,0xa6,0x1e,0xe0,0x89,0x48,0x13,0xa5,0xba,0x4d,0x18,0xf1,0xca,0xa4,
+ 0xb0,0x73,0x6f,0x4d,0xf2,0x3b,0x13,0xa0,0x7e,0x94,0x29,0x80,0x26,0xb6,0x60,0xf5,
+ 0x92,0x70,0xc1,0xf0,0xee,0xe9,0x7,0x77,0x22,0xd2,0xa4,0x39,0x73,0x70,0xa7,0x30,
+ 0x75,0xfe,0xc,0x67,0xa7,0x80,0x4c,0x94,0x29,0x80,0x26,0xb4,0xe7,0xc0,0xde,0xd0,
+ 0xf7,0x7e,0xa3,0xd0,0x45,0xca,0x29,0xb7,0x3e,0x35,0x24,0xac,0xd9,0xba,0xde,0x30,
+ 0xa,0xa0,0xde,0x94,0x29,0x80,0x26,0x34,0x63,0xf1,0x37,0xa1,0xd5,0x80,0x76,0xa9,
+ 0x7,0x74,0x22,0xd2,0x3c,0xf9,0xd3,0x80,0xf6,0x61,0xf2,0x27,0xaf,0x84,0x83,0x87,
+ 0xf,0x25,0xbf,0x53,0x1,0xea,0x46,0x99,0x2,0x68,0x22,0x3b,0xf6,0xd4,0x84,0x2e,
+ 0xe3,0xfb,0xa6,0x1e,0xcc,0x89,0x48,0xf3,0xa6,0xc3,0xd8,0x4b,0xc3,0xb2,0xf5,0x3f,
+ 0xb8,0xdc,0xf,0xa8,0x17,0x65,0xa,0xa0,0x89,0xbc,0x31,0xe3,0x1d,0xa3,0xd0,0x45,
+ 0xca,0x34,0x2d,0xfb,0xb5,0xd,0x8f,0xbc,0xf7,0x4c,0x38,0x70,0xf8,0x60,0xf2,0x3b,
+ 0x16,0xe0,0xf7,0x29,0x53,0x0,0x4d,0x60,0xe9,0xfa,0x15,0xa1,0x6a,0x54,0xef,0xd4,
+ 0x83,0x38,0x11,0x29,0x8f,0xb4,0x19,0xd5,0x2b,0x2c,0x59,0xb7,0xdc,0xd9,0x29,0xa0,
+ 0xce,0x94,0x29,0x80,0x46,0xb6,0xef,0xe0,0xfe,0xf0,0xe7,0x47,0xaa,0x4b,0x63,0x98,
+ 0xd3,0xe,0xe0,0x44,0xa4,0x3c,0xd2,0xa2,0xba,0x2a,0x3c,0xf0,0xaf,0x27,0xc3,0xfe,
+ 0xda,0xdf,0xb3,0x0,0x75,0xa1,0x4c,0x1,0x34,0xb2,0x6f,0x97,0x7f,0x17,0xce,0x18,
+ 0xd4,0x31,0xf5,0xe0,0x4d,0x44,0xca,0x2b,0xe7,0xf,0xef,0x1e,0xe6,0xad,0x5c,0xe8,
+ 0xec,0x14,0x50,0x27,0xca,0x14,0x40,0x23,0xda,0xbd,0x7f,0x4f,0xe8,0x73,0xf7,0xf5,
+ 0xa9,0x7,0x6d,0x22,0x52,0x86,0xa9,0x6e,0x13,0xc6,0xbe,0x7e,0x6f,0xd8,0xba,0x6b,
+ 0xbb,0x51,0xe9,0xc0,0xef,0x52,0xa6,0x0,0x1a,0xd1,0xe7,0xb,0x66,0x84,0x96,0xfd,
+ 0x8d,0x42,0x17,0xa9,0xa4,0x9c,0x35,0xb8,0x53,0xf8,0xf7,0x9c,0xa9,0xe1,0xd0,0x91,
+ 0xc3,0xc9,0xef,0x64,0x80,0x74,0xca,0x14,0x40,0x23,0x59,0xb9,0x69,0x75,0xe8,0x30,
+ 0xf6,0x92,0xd4,0x83,0x35,0x11,0x29,0xef,0x74,0x1a,0x7b,0x99,0x61,0x14,0xc0,0xef,
+ 0x52,0xa6,0x0,0x1a,0xc1,0xa1,0x23,0x87,0xc2,0x80,0x67,0xc7,0x94,0x6e,0x68,0x4f,
+ 0x3b,0x50,0x13,0x91,0xf2,0x4e,0xfc,0xbd,0x3b,0xf6,0xf5,0x7b,0x4a,0x97,0xea,0x2,
+ 0xfc,0x1a,0x65,0xa,0xa0,0x11,0x2c,0x59,0xb7,0x22,0x54,0x8d,0xec,0x95,0x7a,0x90,
+ 0x26,0x22,0x95,0x91,0x73,0x86,0x5e,0x14,0xbe,0xfd,0xe1,0x3b,0x67,0xa7,0x80,0x5f,
+ 0xa5,0x4c,0x1,0x34,0xb0,0x38,0x56,0x79,0xe0,0xe4,0xd1,0xce,0x4a,0x89,0x54,0x7a,
+ 0xaa,0xdb,0x84,0x71,0x6f,0xdc,0x1f,0xf6,0x1c,0xd8,0x9b,0xfc,0xee,0x6,0xf8,0x4f,
+ 0xca,0x14,0x40,0x3,0x9b,0xbd,0x62,0x9e,0x51,0xe8,0x22,0x39,0x49,0x3c,0x3b,0xf5,
+ 0xcd,0xf2,0xb9,0xce,0x4e,0x1,0xa9,0x94,0x29,0x80,0x6,0x14,0xef,0xaf,0xe8,0x7d,
+ 0xd7,0x9f,0x53,0xf,0xca,0x44,0xa4,0x32,0x53,0xfd,0xec,0xc8,0xb0,0x76,0xdb,0x7a,
+ 0xa3,0xd2,0x81,0xff,0xa2,0x4c,0x1,0x34,0xa0,0xcf,0xe6,0x4f,0xf,0x2d,0xfb,0xb7,
+ 0x4d,0x3d,0x20,0x13,0x91,0xca,0xcc,0xe9,0x3,0x3a,0x84,0x67,0x3f,0x7d,0xa5,0x34,
+ 0x58,0x6,0xe0,0x64,0xca,0x14,0x40,0x3,0x59,0xb1,0x61,0x65,0x68,0x3f,0xc6,0x28,
+ 0x74,0x91,0x3c,0x26,0xfe,0xde,0x5e,0xba,0x7e,0x85,0xcb,0xfd,0x80,0xff,0xa0,0x4c,
+ 0x1,0x34,0x80,0x38,0x74,0xe2,0x96,0xc7,0x7,0x87,0x3f,0x1a,0x3a,0x21,0x92,0xcb,
+ 0xb4,0xe8,0xd7,0x36,0x3c,0xf4,0xde,0xd3,0xe1,0xc0,0xe1,0x83,0xc9,0xef,0x7a,0x0,
+ 0x65,0xa,0xa0,0x41,0xcc,0xfd,0x71,0x7e,0x38,0x67,0x48,0x97,0xd4,0x83,0x30,0x11,
+ 0xc9,0x47,0x2e,0x1c,0xd1,0x33,0x2c,0x5a,0xb3,0xd4,0xd9,0x29,0xe0,0x67,0xca,0x14,
+ 0xc0,0x29,0x8a,0x63,0x93,0xfb,0xde,0x7f,0x4b,0xea,0xc1,0x97,0x88,0xe4,0x28,0xd5,
+ 0x55,0xe1,0xae,0x7f,0x3c,0xe2,0x41,0xbe,0xc0,0xcf,0x94,0x29,0x80,0x53,0x34,0x6b,
+ 0xd9,0x9c,0xf0,0xa7,0x1,0xed,0xd3,0xf,0xbe,0x44,0x24,0x57,0x39,0x7b,0x48,0x97,
+ 0xf0,0xe5,0xa2,0x59,0xce,0x4e,0x1,0x25,0xca,0x14,0xc0,0x29,0x88,0xdf,0x50,0xf7,
+ 0xba,0xeb,0xba,0xd4,0x83,0x2e,0x11,0xc9,0x67,0x7a,0x4c,0xba,0x26,0xac,0xdc,0xbc,
+ 0xc6,0xa8,0x74,0x40,0x99,0x2,0x38,0x15,0x5f,0x2c,0xfc,0x2a,0xb4,0xec,0xdf,0x2e,
+ 0xf5,0x80,0x4b,0x44,0xf2,0x99,0x56,0xb5,0xbf,0xe7,0x1f,0xfb,0xe0,0xd9,0x70,0xf0,
+ 0xb0,0x51,0xe9,0x50,0x74,0xca,0x14,0x40,0x46,0xab,0xb6,0xac,0xd,0x5d,0xc7,0x5f,
+ 0x99,0x7a,0xb0,0x25,0x22,0xf9,0x4e,0xdb,0x51,0x17,0x87,0x25,0xeb,0x96,0xbb,0xdc,
+ 0xf,0xa,0x4e,0x99,0x2,0xc8,0x60,0xff,0xa1,0x3,0x61,0xe8,0xf3,0xe3,0x42,0x8b,
+ 0x7e,0x46,0xa1,0x8b,0x14,0x31,0x2d,0xaa,0xab,0xc2,0x83,0xef,0x3e,0x55,0x7a,0x2c,
+ 0x2,0x50,0x5c,0xca,0x14,0x40,0x6,0x46,0xa1,0x8b,0xc8,0xf9,0xc3,0xbb,0x87,0x79,
+ 0x2b,0x17,0x3a,0x3b,0x5,0x5,0xa6,0x4c,0x1,0xd4,0x53,0x1c,0x85,0x7e,0xc9,0xbd,
+ 0x37,0xa6,0x1e,0x5c,0x89,0x48,0x81,0x52,0xdd,0x26,0x8c,0x7d,0xfd,0xde,0xb0,0x75,
+ 0xd7,0x76,0xc3,0x28,0xa0,0xa0,0x94,0x29,0x80,0x7a,0xfa,0x6a,0xe9,0xb7,0xa5,0x1b,
+ 0xd0,0x53,0xf,0xae,0x44,0xa4,0x50,0x39,0x73,0x70,0xa7,0xf0,0xc1,0xec,0x4f,0xc3,
+ 0xa1,0x23,0x86,0x51,0x40,0x11,0x29,0x53,0x0,0xf5,0xb0,0x6b,0xdf,0xee,0xd0,0x73,
+ 0xd2,0xb5,0xa9,0x7,0x55,0x22,0x52,0xcc,0x74,0x18,0x7b,0x69,0x98,0xbf,0x6a,0x91,
+ 0xcb,0xfd,0xa0,0x80,0x94,0x29,0x80,0x7a,0x98,0x3a,0x7f,0x7a,0x68,0xd9,0xaf,0x6d,
+ 0xea,0x1,0x95,0x88,0x14,0x33,0x71,0x18,0xc5,0xd0,0x97,0x26,0x84,0xcd,0x35,0x5b,
+ 0x5d,0xee,0x7,0x5,0xa3,0x4c,0x1,0xd4,0xd1,0xb2,0xf5,0x3f,0x84,0x76,0x63,0xfa,
+ 0xa4,0x1e,0x4c,0x89,0x48,0xb1,0x73,0xe6,0xa0,0x4e,0xe1,0xbd,0xd9,0x9f,0x84,0xc3,
+ 0x47,0x8f,0x24,0x9f,0x18,0x40,0x11,0x28,0x53,0x0,0x75,0xb0,0xef,0xe0,0xfe,0x70,
+ 0xdd,0xc3,0xb7,0x97,0x6e,0x38,0x4f,0x3b,0x90,0x12,0x11,0xb9,0xf9,0x89,0x41,0x61,
+ 0xd5,0x96,0x35,0x2e,0xf7,0x83,0x2,0x51,0xa6,0x0,0xea,0xe0,0x9b,0xe5,0x73,0xc3,
+ 0xe9,0x3,0x3b,0xa4,0x1e,0x40,0x89,0x88,0xc4,0xc4,0xcf,0x88,0x17,0x3e,0x7b,0x3d,
+ 0x1c,0x3d,0x76,0x34,0xf9,0xe4,0x0,0xf2,0x4e,0x99,0x2,0xf8,0x1d,0x71,0x14,0xfa,
+ 0xc5,0x77,0xfd,0x39,0xf5,0xe0,0x49,0x44,0xe4,0xe4,0x74,0x9b,0x78,0x55,0xd8,0x7b,
+ 0x70,0x5f,0xf2,0xe9,0x1,0xe4,0x9d,0x32,0x5,0xf0,0x3b,0xe2,0x28,0xf4,0x96,0x46,
+ 0xa1,0x8b,0x48,0x1d,0x72,0xc6,0xc0,0x8e,0x61,0xeb,0xee,0xed,0xc9,0xa7,0x7,0x90,
+ 0x77,0xca,0x14,0xc0,0x6f,0xa8,0xd9,0xb7,0x2b,0xf4,0x98,0x74,0x4d,0xea,0x41,0x93,
+ 0x88,0xc8,0xcf,0xb9,0xad,0x4d,0x38,0xed,0xb6,0xd6,0xa1,0xf5,0x88,0x9e,0xce,0x4c,
+ 0x41,0x81,0x28,0x53,0x0,0xbf,0xe1,0x93,0x79,0xd3,0x8a,0x37,0xa,0xbd,0xba,0x2a,
+ 0x5c,0x72,0xef,0x8d,0xe1,0x8d,0x99,0xef,0x84,0x2d,0xbb,0xb6,0x95,0x46,0x3d,0x37,
+ 0x66,0x8e,0x1c,0x3d,0x52,0xba,0xc7,0x44,0x8a,0x97,0xf8,0xda,0x1f,0x3c,0x7c,0x30,
+ 0xd4,0xec,0xdd,0x15,0x96,0x6f,0x5c,0x15,0x96,0x6e,0xf8,0x31,0x2c,0x59,0xff,0x43,
+ 0xc5,0x25,0xfe,0xdc,0xcb,0x36,0xac,0xc,0xeb,0xb6,0x6f,0x2a,0x15,0xa9,0xf8,0xbe,
+ 0x6,0x8a,0x41,0x99,0x2,0xf8,0x15,0x4b,0xd6,0x2d,0xf,0xad,0x47,0xf6,0x4c,0x2f,
+ 0x1c,0x39,0x4d,0x7c,0x5e,0xce,0xed,0x4f,0xf,0xf,0xab,0xb7,0xac,0x4b,0x56,0x1,
+ 0x0,0xf8,0x35,0xca,0x14,0x40,0x8a,0x38,0x74,0xe2,0x8a,0x7,0x6e,0x4d,0x2d,0x1c,
+ 0x79,0x4e,0xd7,0x9,0x57,0x86,0x35,0x5b,0x15,0x29,0x0,0xa8,0xb,0x65,0xa,0x20,
+ 0xc5,0x8c,0xc5,0xdf,0x84,0x56,0x3,0x8a,0x35,0x74,0xa2,0x65,0xff,0xb6,0x61,0xfa,
+ 0xa2,0xaf,0x93,0x15,0x0,0x0,0x7e,0x8f,0x32,0x5,0xf0,0xb,0x3b,0xf6,0xd4,0x84,
+ 0x2e,0xe3,0xfb,0xa6,0x16,0x8e,0x3c,0xe7,0xe2,0xbb,0xff,0x1c,0x76,0xef,0xdf,0x93,
+ 0xac,0x2,0x0,0xf0,0x7b,0x94,0x29,0x80,0x5f,0x78,0x63,0xc6,0x3b,0xa1,0x45,0xbf,
+ 0xaa,0xd4,0xc2,0x91,0xd7,0x9c,0x35,0xb8,0x73,0x98,0xb7,0x72,0x61,0xb2,0x2,0x0,
+ 0x40,0x5d,0x28,0x53,0x0,0x27,0x59,0xba,0x7e,0x45,0xa8,0x1a,0xd5,0x3b,0xb5,0x70,
+ 0xe4,0x35,0x71,0xe8,0xc4,0xa8,0x97,0xee,0x4c,0x56,0x0,0x0,0xa8,0x2b,0x65,0xa,
+ 0x20,0xb1,0xef,0xe0,0xfe,0x70,0xdd,0xc3,0xb7,0x87,0x3f,0x56,0xa7,0x97,0x8e,0xbc,
+ 0xa6,0xc3,0xd8,0x4b,0xc2,0xfa,0xed,0x1b,0x93,0x55,0x0,0x0,0xea,0x4a,0x99,0x2,
+ 0x48,0x7c,0xbb,0xfc,0xbb,0x70,0xc6,0xa0,0x8e,0xa9,0x85,0x23,0xaf,0x89,0x97,0x33,
+ 0x8e,0x9c,0xe2,0xac,0x14,0x0,0x64,0xa1,0x4c,0x1,0xd4,0x8a,0xa3,0xd0,0x2f,0xbe,
+ 0xfb,0xfa,0xd4,0xc2,0x91,0xe7,0x74,0xba,0xe3,0xb2,0xb0,0xb9,0x66,0x6b,0xb2,0xa,
+ 0x0,0x40,0x7d,0x28,0x53,0x0,0xb5,0x66,0x2d,0x9d,0x1d,0x5a,0xf5,0x2f,0xd6,0x28,
+ 0xf4,0xb8,0xbd,0x5f,0x2e,0x9a,0x95,0xac,0x0,0x0,0x50,0x5f,0xca,0x14,0x50,0x78,
+ 0x71,0x1c,0x78,0xaf,0xbb,0xae,0x4b,0x2d,0x1c,0x79,0x4e,0x9f,0x7b,0x6e,0x30,0xa,
+ 0x1d,0x0,0x4e,0x81,0x32,0x5,0x14,0x5e,0x7c,0x40,0x6f,0x7c,0x60,0x6d,0x5a,0xe1,
+ 0xc8,0x6b,0xce,0x1c,0xd4,0xa9,0x74,0x8f,0x18,0x0,0x90,0x9d,0x32,0x5,0x14,0x5a,
+ 0xbc,0x5f,0xa8,0xfb,0xc4,0xab,0x53,0xb,0x47,0x6e,0x53,0xdd,0x26,0x5c,0xff,0x48,
+ 0xbf,0xd2,0xf4,0x42,0x0,0x20,0x3b,0x65,0xa,0x28,0xb4,0x31,0x2f,0xdf,0x1d,0x5a,
+ 0xf4,0x2b,0xd6,0x59,0xa9,0x76,0x63,0xfa,0x84,0xe5,0x1b,0x7e,0x4c,0x56,0x0,0x0,
+ 0xc8,0x4a,0x99,0x2,0xa,0x6b,0xfe,0xaa,0xc5,0xe1,0xdc,0x61,0x5d,0x53,0xb,0x47,
+ 0x5e,0xd3,0xb2,0xb6,0x38,0x4e,0x9d,0x3f,0x3d,0x59,0x1,0x0,0xe0,0x54,0x28,0x53,
+ 0x40,0x21,0xc5,0xc1,0xb,0x97,0xde,0x7b,0x53,0x6a,0xe1,0xc8,0x73,0x7a,0x4e,0xba,
+ 0x36,0xec,0xda,0xb7,0x3b,0x59,0x5,0x0,0xe0,0x54,0x28,0x53,0x40,0x21,0x7d,0xbe,
+ 0x60,0x46,0x21,0x47,0xa1,0x7f,0xb5,0xf4,0xdb,0x64,0x5,0x0,0x80,0x53,0xa5,0x4c,
+ 0x1,0x85,0xf3,0xc3,0xc6,0x55,0xa1,0xc3,0xd8,0x4b,0x52,0xb,0x47,0x9e,0x13,0x1f,
+ 0x4a,0x1c,0x1f,0x4e,0xc,0x0,0x34,0xc,0x65,0xa,0x28,0x94,0xfd,0x87,0xe,0x84,
+ 0xbf,0x3e,0x35,0x34,0xfc,0xb1,0xba,0x2a,0xb5,0x70,0xe4,0x35,0x67,0xc,0xea,0x68,
+ 0x14,0x3a,0x0,0x34,0x30,0x65,0xa,0x28,0x94,0x79,0x2b,0x17,0x86,0xf3,0xa,0x36,
+ 0x74,0x22,0x8e,0x42,0xbf,0xee,0xe1,0xdb,0x8d,0x42,0x7,0x80,0x6,0xa6,0x4c,0x1,
+ 0x85,0xb1,0xf7,0xc0,0xbe,0x70,0xcd,0x83,0x7f,0x4b,0x2f,0x1c,0x39,0x4e,0xd5,0xa8,
+ 0xde,0x61,0xe9,0xfa,0x15,0xc9,0x2a,0x0,0x0,0xd,0x45,0x99,0x2,0xa,0xe3,0x9b,
+ 0xe5,0x73,0xc3,0xe9,0x3,0x3b,0xa4,0x16,0x8e,0xbc,0xa6,0x45,0xbf,0xaa,0xf0,0xc6,
+ 0x8c,0x77,0x92,0x15,0x0,0x0,0x1a,0x92,0x32,0x5,0x14,0x42,0x1c,0x85,0xde,0xfb,
+ 0xae,0x3f,0xa7,0x16,0x8e,0x3c,0xa7,0xcb,0xf8,0xbe,0x61,0xc7,0x9e,0x9a,0x64,0x15,
+ 0x0,0x80,0x86,0xa4,0x4c,0x1,0x85,0xf0,0xd9,0xfc,0xe9,0xa1,0x65,0xff,0xb6,0xa9,
+ 0x85,0x23,0xaf,0x69,0x35,0xa0,0x7d,0x98,0xb1,0xf8,0x9b,0x64,0x5,0x0,0x80,0x86,
+ 0xa6,0x4c,0x1,0xb9,0xb7,0x62,0xc3,0xca,0xd0,0x7e,0x4c,0xf1,0x46,0xa1,0x5f,0x7e,
+ 0xdf,0xcd,0xa5,0x33,0x72,0x0,0x40,0xe3,0x50,0xa6,0x80,0x5c,0x8b,0x13,0xec,0x6e,
+ 0x7a,0x7c,0x60,0xe1,0x46,0xa1,0x9f,0x33,0xa4,0x4b,0x98,0xf3,0xc3,0xf7,0xc9,0x2a,
+ 0x0,0x0,0x8d,0x41,0x99,0x2,0x72,0x2d,0xe,0x9d,0x38,0x6b,0x70,0xe7,0xd4,0xc2,
+ 0x91,0xdb,0xd4,0x16,0xc7,0x5b,0x1e,0x1f,0x1c,0xf6,0x1b,0x85,0xe,0x0,0x8d,0x4a,
+ 0x99,0x2,0x72,0xab,0x66,0xdf,0xae,0xd0,0xf3,0xce,0x6b,0xd3,0xb,0x47,0x8e,0x13,
+ 0x2f,0x69,0x8c,0x97,0x36,0x2,0x0,0x8d,0x4b,0x99,0x2,0x72,0xeb,0xed,0xaf,0x3f,
+ 0xc,0x2d,0xfb,0x15,0x6b,0xe8,0x44,0x1c,0xb2,0x11,0x87,0x6d,0x0,0x0,0x8d,0x4f,
+ 0x99,0x2,0x72,0x69,0xfb,0xee,0x1d,0xa1,0xe3,0x1d,0x97,0xa6,0x16,0x8e,0x3c,0x27,
+ 0x8e,0x7f,0x37,0x74,0x2,0x0,0x9a,0x86,0x32,0x5,0xe4,0xd2,0xab,0x5f,0xfe,0x23,
+ 0xb4,0x28,0xd8,0xd0,0x89,0xf8,0x40,0xe2,0x78,0x8f,0x18,0x0,0xd0,0x34,0x94,0x29,
+ 0x20,0x77,0x96,0xae,0x5f,0x11,0xaa,0x46,0xf5,0x4e,0x2d,0x1c,0x79,0xce,0x35,0xf,
+ 0xfe,0x2d,0xec,0x3d,0xb0,0x2f,0x59,0x5,0x0,0xa0,0xb1,0x29,0x53,0x40,0xae,0xc4,
+ 0x51,0xe8,0xd7,0x3d,0x7c,0x7b,0xf8,0x63,0x75,0x7a,0xe1,0xc8,0x6b,0xce,0x1b,0xd6,
+ 0x35,0xcc,0x5b,0xb9,0x30,0x59,0x5,0x0,0xa0,0x29,0x28,0x53,0x40,0xae,0x7c,0xbb,
+ 0xfc,0xbb,0x70,0xc6,0xa0,0x8e,0xa9,0x85,0x23,0xb7,0xa9,0xae,0xa,0x7f,0x7d,0x6a,
+ 0x68,0xd8,0x7f,0xe8,0x40,0xb2,0xa,0x0,0x40,0x53,0x50,0xa6,0x80,0xdc,0xd8,0x73,
+ 0x60,0x6f,0xb8,0xf8,0xee,0xeb,0xd3,0xb,0x47,0x8e,0xd3,0x76,0xf4,0xc5,0x46,0xa1,
+ 0x3,0x40,0x33,0x50,0xa6,0x80,0xdc,0xf8,0x6a,0xe9,0xb7,0xa1,0x55,0xff,0x76,0xa9,
+ 0x85,0x23,0xaf,0x69,0xd1,0xaf,0x6d,0x78,0x73,0xc6,0xbf,0x92,0x15,0x0,0x0,0x9a,
+ 0x92,0x32,0x5,0xe4,0xc2,0xae,0x7d,0xbb,0x43,0xcf,0x49,0xc5,0x7b,0x40,0x6f,0xb7,
+ 0x89,0x57,0x85,0x1d,0x7b,0x6a,0x92,0x55,0x0,0x0,0x9a,0x92,0x32,0x5,0xe4,0xc2,
+ 0xd4,0xf9,0xd3,0xb,0xf7,0x80,0xde,0x33,0x6,0x76,0xc,0xb3,0x96,0xce,0x4e,0x56,
+ 0xa0,0x7c,0x2d,0x5b,0xbf,0x22,0xcc,0xfd,0x61,0x7e,0xe9,0xcc,0xe1,0x2f,0x33,0x73,
+ 0xc9,0xb7,0x61,0xc6,0xd2,0x6f,0xc2,0xf4,0x25,0x31,0x5f,0x57,0x4c,0xbe,0x5c,0x32,
+ 0x2b,0x7c,0xb1,0xf8,0xab,0xf0,0xf9,0x82,0x99,0xe1,0xe3,0x79,0x9f,0x87,0xf7,0x66,
+ 0x7f,0x1c,0x3e,0x9c,0xfb,0x69,0xd8,0xb0,0x7d,0x53,0xb2,0xd5,0x0,0x14,0x81,0x32,
+ 0x5,0x54,0xbc,0xe5,0x1b,0x7e,0xc,0xed,0xc6,0xf4,0x49,0x2d,0x1c,0xb9,0x4d,0x75,
+ 0x9b,0xd2,0xd4,0xc2,0x4a,0x18,0x85,0xfe,0xe9,0xfc,0x2f,0xd2,0xb7,0x21,0x67,0xf9,
+ 0xc3,0x6d,0x17,0x86,0x96,0x3,0xda,0x85,0xcf,0x6b,0x8b,0x3d,0x0,0xc5,0xa0,0x4c,
+ 0x1,0x15,0x2d,0x96,0x89,0xeb,0x1f,0xe9,0x57,0xb8,0x51,0xe8,0xf1,0x39,0x5a,0xf1,
+ 0x79,0x5a,0x95,0x60,0xfe,0xaa,0x85,0xe1,0xf,0xb7,0xb7,0x4e,0xdd,0x8e,0xbc,0xe5,
+ 0xb4,0xda,0xed,0xec,0x3a,0xe9,0xaa,0xb0,0x7c,0xfd,0x8f,0xc9,0xd6,0x3,0x90,0x67,
+ 0xca,0x14,0x50,0xd1,0xe2,0x65,0x6e,0xf1,0x72,0xb7,0xb4,0x3,0xdb,0xbc,0xa6,0x45,
+ 0xbf,0xaa,0xf0,0xc6,0x8c,0x77,0x92,0x15,0x28,0x7f,0x47,0x8e,0x1e,0x9,0xe7,0x8f,
+ 0xe8,0x9e,0xba,0x2d,0x79,0x4c,0x2c,0x8e,0x83,0x5f,0x1c,0x67,0x54,0x3d,0x40,0x1,
+ 0x28,0x53,0x40,0xc5,0x8a,0x83,0x17,0xe2,0x0,0x86,0xb4,0x3,0xda,0x3c,0xa7,0xcb,
+ 0xb8,0xbe,0x15,0x37,0x74,0xe2,0xae,0x7f,0x3c,0x52,0x3a,0x6b,0x93,0xb6,0x3d,0x79,
+ 0xcc,0x9f,0x6,0x76,0x8,0x5f,0x2d,0x29,0xff,0xfb,0xd9,0x0,0x38,0x35,0xca,0x14,
+ 0x50,0xb1,0xe2,0x48,0xf0,0x38,0x1a,0x3c,0xed,0x60,0x36,0xaf,0x69,0xd9,0xbf,0x5d,
+ 0x98,0xb1,0xf8,0x9b,0x64,0x5,0x2a,0xc7,0x96,0x9a,0x6d,0xa1,0xd3,0xb8,0xcb,0x53,
+ 0xb7,0x29,0x8f,0x39,0xad,0x36,0x5d,0x27,0x5e,0x59,0x5b,0x7a,0x77,0x26,0x2b,0x0,
+ 0x40,0x1e,0x29,0x53,0x40,0x45,0x8a,0xf,0xa9,0x8d,0xf,0xab,0x4d,0x3b,0x90,0xcd,
+ 0x73,0xe2,0x43,0x89,0x77,0xef,0xdf,0x93,0xac,0x42,0x65,0xf9,0x68,0xee,0xe7,0xe1,
+ 0x8c,0x41,0xc5,0xb9,0x24,0x33,0x9e,0x89,0x9b,0xf0,0xf7,0x7,0x93,0xad,0x7,0x20,
+ 0x8f,0x94,0x29,0xa0,0xe2,0xec,0x3f,0xb8,0x3f,0xfc,0xe5,0xc9,0x21,0xe1,0x8f,0xd5,
+ 0x55,0xa9,0x7,0xb1,0x79,0x4d,0x2c,0x22,0xdf,0x2e,0xff,0x2e,0x59,0x85,0xca,0x34,
+ 0xe8,0x85,0xb1,0xa5,0xb3,0x36,0x69,0xdb,0x97,0xc7,0x9c,0x3b,0xbc,0x6b,0xa9,0xf8,
+ 0x3,0x90,0x4f,0xca,0x14,0x50,0x71,0xe6,0xfc,0xf0,0x7d,0x38,0x77,0xe8,0x45,0xa9,
+ 0x7,0xaf,0xb9,0x4d,0x32,0xa,0x7d,0x5f,0x6d,0x91,0xac,0x64,0x5f,0x2f,0x9b,0x1b,
+ 0xce,0x1c,0xdc,0x29,0x7d,0x1b,0x73,0x98,0x58,0x1c,0xfb,0x3f,0x37,0xba,0xf4,0x5,
+ 0x0,0x0,0xf9,0xa3,0x4c,0x1,0x15,0x25,0x8e,0x42,0xbf,0xec,0xde,0x9b,0x52,0xf,
+ 0x5c,0xf3,0x9c,0xd6,0x23,0x7b,0x86,0x45,0x6b,0x96,0x26,0xab,0x50,0xb9,0xe2,0x84,
+ 0xbb,0xbf,0x3e,0x3d,0xac,0x50,0xc3,0x28,0xe2,0x19,0xc5,0x19,0x8b,0xbf,0x4e,0x56,
+ 0x0,0x80,0x3c,0x51,0xa6,0x80,0x8a,0x32,0x73,0xe9,0xb7,0xe1,0xf4,0x81,0x1d,0x52,
+ 0xf,0x5a,0xf3,0x9a,0x38,0x64,0xe3,0xfd,0xd9,0x9f,0x24,0x2b,0x50,0xf9,0x16,0xd6,
+ 0x96,0xc2,0xf3,0x87,0x77,0x4b,0xdd,0xd6,0xbc,0xa6,0xc7,0x9d,0xd7,0x84,0x6d,0xbb,
+ 0x77,0x24,0x2b,0x0,0x40,0x5e,0x28,0x53,0x40,0xc5,0x88,0x83,0x17,0x7a,0xdd,0x79,
+ 0x6d,0xea,0xc1,0x6a,0x9e,0xd3,0x6d,0xc2,0x55,0x61,0xe7,0xde,0x5d,0xc9,0x2a,0xe4,
+ 0xc3,0x2b,0xd3,0xfe,0x51,0xac,0x7,0x2d,0xd7,0x6e,0xeb,0x7d,0xef,0x3c,0x9e,0x6c,
+ 0x3d,0x0,0x79,0xa1,0x4c,0x1,0x15,0xe3,0xb3,0xf9,0xd3,0x43,0xcb,0xfe,0xc5,0x1a,
+ 0x85,0xde,0xaa,0x7f,0xbb,0xf0,0xf9,0x82,0x19,0xc9,0xa,0xe4,0xc7,0xd6,0x5d,0xdb,
+ 0xc3,0x25,0xf7,0xde,0x98,0xba,0xcd,0x79,0xcd,0xf9,0xc3,0xbb,0x87,0x1f,0x37,0xad,
+ 0x4e,0x56,0x0,0x80,0x3c,0x50,0xa6,0x80,0x8a,0xb0,0x69,0xe7,0x96,0xd0,0x79,0x5c,
+ 0xdf,0xd4,0x83,0xd4,0x3c,0xe7,0x92,0x7b,0x6e,0xac,0xd8,0x51,0xe8,0xbf,0x27,0x5e,
+ 0xba,0x58,0xa4,0x4b,0x36,0xe3,0x7d,0x62,0x43,0xa7,0x4c,0x28,0xdd,0x37,0x6,0x40,
+ 0x3e,0x28,0x53,0x40,0x45,0x18,0xf9,0xd2,0xa4,0xd0,0xa2,0x5f,0xb1,0x46,0xa1,0x5f,
+ 0x30,0xa2,0x7b,0x98,0xb7,0x72,0x61,0xb2,0x2,0xf9,0x13,0x4b,0xe2,0x4d,0x4f,0xc,
+ 0x2c,0xd4,0x30,0x8a,0x38,0xc9,0x70,0x66,0x5,0x3e,0x74,0x19,0x80,0x74,0xca,0x14,
+ 0x50,0xf6,0x62,0xa1,0x28,0xda,0xc0,0x82,0x58,0x1c,0xff,0x3d,0xe7,0xd3,0x64,0x5,
+ 0xf2,0x6b,0xe6,0x92,0x6f,0xc3,0xd9,0x43,0xbb,0xa4,0xae,0x41,0x5e,0x73,0xd9,0xfd,
+ 0x37,0x85,0x1d,0x7b,0x6a,0x92,0x15,0x0,0xa0,0x92,0x29,0x53,0x40,0x59,0x8b,0x67,
+ 0x2f,0x2e,0x2d,0xd8,0xbd,0x35,0x31,0x17,0x8d,0xbf,0x22,0xd4,0xec,0xcb,0xd7,0xd0,
+ 0x89,0x5f,0x33,0xe6,0xb5,0x7b,0xa,0x75,0x76,0x2a,0x3e,0x6c,0xfa,0xa9,0x8f,0xa7,
+ 0x24,0x5b,0xf,0x40,0x25,0x53,0xa6,0x80,0xb2,0x16,0x87,0x4e,0xc4,0x21,0xc,0xa9,
+ 0x7,0xa5,0x39,0x4d,0x1c,0xb2,0x91,0xc7,0xa1,0x13,0xbf,0x26,0xde,0xf,0xd7,0x76,
+ 0xcc,0xc5,0xa9,0x6b,0x91,0xd7,0xc4,0xed,0xdd,0x5c,0xb3,0x35,0x59,0x1,0x0,0x2a,
+ 0x95,0x32,0x5,0x94,0xad,0x78,0xb0,0xd9,0x7e,0x4c,0x9f,0xd4,0x83,0xd1,0x3c,0x27,
+ 0x8e,0x7f,0xcf,0xeb,0xd0,0x89,0x5f,0xf3,0xde,0x37,0x1f,0x97,0x9e,0xa7,0x95,0xb6,
+ 0x1e,0x79,0x4c,0x3c,0x13,0x77,0xaf,0x51,0xe9,0x0,0x15,0x4f,0x99,0x2,0xca,0xd6,
+ 0x93,0x1f,0xbd,0x58,0xba,0x24,0x2a,0xed,0x60,0x34,0xaf,0xf9,0xd3,0x80,0xf6,0x61,
+ 0xe6,0x92,0xe2,0xd,0x28,0x88,0xe5,0xf1,0xea,0x87,0xfe,0x96,0xba,0x26,0x79,0xcd,
+ 0x5,0x23,0x7a,0x38,0x3b,0x5,0x50,0xe1,0x94,0x29,0xa0,0x2c,0x7d,0xbf,0xaa,0x78,
+ 0x43,0x27,0x62,0x2e,0xbf,0xef,0xe6,0xb0,0xf7,0xc0,0xbe,0x64,0x15,0x8a,0xe5,0x8b,
+ 0x5,0x5f,0x15,0x6e,0x54,0xfa,0x7d,0xef,0x3c,0x91,0x6c,0x3d,0x0,0x95,0x48,0x99,
+ 0x2,0xca,0x4e,0x2c,0x13,0x57,0x3e,0xf0,0x97,0xd4,0x3,0xd0,0x3c,0xe7,0xbc,0x61,
+ 0xdd,0xc2,0xdc,0x1f,0xe7,0x27,0xab,0x50,0x3c,0xf1,0xf9,0x4b,0x7f,0x7b,0x7a,0x58,
+ 0xa1,0x86,0x51,0xc4,0xf1,0xf7,0x6b,0xb6,0xae,0x4f,0x56,0x0,0x80,0x4a,0xa3,0x4c,
+ 0x1,0x65,0x27,0x5e,0xe6,0x76,0xc6,0xc0,0x8e,0xa9,0x7,0x9f,0xb9,0x4d,0x75,0x9b,
+ 0xf0,0xd8,0x7,0xcf,0x25,0x2b,0x50,0x5c,0x4b,0xd7,0xaf,0x28,0x3d,0x8b,0x29,0x75,
+ 0x8d,0x72,0x98,0x58,0x1c,0x7,0xbe,0x30,0x36,0xd9,0x7a,0x0,0x2a,0x8d,0x32,0x5,
+ 0x94,0x95,0x5d,0xfb,0x76,0x87,0xde,0x77,0x5e,0x97,0x7a,0xe0,0x99,0xe7,0xb4,0x19,
+ 0xd9,0x2b,0xac,0xdf,0xbe,0x31,0x59,0x85,0x62,0x1b,0xf1,0xca,0xa4,0x42,0x9d,0x9d,
+ 0x6a,0x35,0xa0,0x5d,0xf8,0x7c,0x7e,0x71,0xa6,0x37,0x2,0xe4,0x89,0x32,0x5,0x94,
+ 0x95,0xa9,0xf3,0xbf,0x2c,0x8d,0x6,0x4f,0x3b,0xe8,0xcc,0x6d,0xaa,0xab,0xc2,0xe4,
+ 0x4f,0x5f,0x4e,0x56,0x80,0x8d,0x3b,0x37,0x87,0xaa,0xd1,0xbd,0xd3,0xd7,0x2a,0xa7,
+ 0xe9,0x70,0xc7,0xa5,0x61,0xeb,0xae,0x6d,0xc9,0xa,0x0,0x50,0x29,0x94,0x29,0xa0,
+ 0x6c,0x6c,0xdc,0xb1,0x39,0xb4,0x2b,0xe0,0x28,0xf4,0x36,0xa3,0x7a,0xd5,0x16,0x88,
+ 0x4d,0xc9,0x2a,0x10,0x7d,0x34,0xf7,0xb3,0xc2,0x8d,0x4a,0x9f,0xf0,0xd6,0x3,0xc9,
+ 0xd6,0x3,0x50,0x29,0x94,0x29,0xa0,0x6c,0x3c,0xfc,0xde,0xe4,0xc2,0x8d,0x42,0x6f,
+ 0x59,0x5b,0x18,0x26,0x7f,0xe2,0xac,0x54,0x9a,0x9b,0x9e,0x18,0x58,0xa8,0xcb,0xfd,
+ 0xce,0x19,0x7a,0x51,0x58,0xb5,0x79,0x6d,0xb2,0xf5,0x0,0x54,0x2,0x65,0xa,0x28,
+ 0xb,0xdf,0x2c,0x9f,0x1b,0xce,0x1e,0xda,0x25,0xf5,0x20,0x33,0xcf,0xe9,0x3e,0xf1,
+ 0x6a,0xcf,0x1a,0xfa,0x15,0x8b,0xd7,0x2e,0xb,0x67,0xd,0xe9,0x9c,0xba,0x6e,0x79,
+ 0x4c,0x2c,0x8e,0xc3,0x5f,0x9e,0x98,0x6c,0x3d,0x0,0x95,0x40,0x99,0x2,0x9a,0x5d,
+ 0x2c,0x13,0xb1,0x54,0xa4,0x1d,0x60,0xe6,0x39,0xb1,0x3c,0x7e,0xbd,0x7c,0x4e,0xb2,
+ 0xa,0xa4,0x19,0xf1,0x72,0xb1,0x86,0x51,0xc4,0x49,0x86,0xf3,0x56,0x2e,0x4c,0xb6,
+ 0x1e,0x80,0x72,0xa7,0x4c,0x1,0xcd,0xee,0x99,0x4f,0x5e,0x2e,0x5d,0xee,0x96,0x76,
+ 0x70,0x99,0xdb,0x54,0xb7,0x9,0xf,0xbc,0xfb,0x54,0xb2,0x2,0xfc,0x9a,0x38,0xe1,
+ 0xb0,0x48,0x67,0x2c,0x63,0x71,0xbc,0xe1,0xf1,0xfe,0x61,0xf7,0xfe,0x3d,0xc9,0xa,
+ 0x0,0x50,0xce,0x94,0x29,0xa0,0x59,0xad,0xde,0xb2,0x36,0xb4,0x1e,0xd9,0x2b,0xf5,
+ 0xc0,0x32,0xcf,0x69,0x3d,0xb2,0x67,0x58,0xbb,0xcd,0xc3,0x5a,0xeb,0xe2,0x8e,0x37,
+ 0xee,0x2b,0xd4,0xd9,0xa9,0x38,0x78,0xe3,0xdf,0x73,0xa6,0x26,0x5b,0xf,0x40,0x39,
+ 0x53,0xa6,0x80,0x66,0x73,0xec,0xd8,0xb1,0xf0,0xf8,0x87,0xcf,0x15,0x6e,0xe8,0x44,
+ 0x8b,0x7e,0x55,0xe1,0xb9,0xa9,0xaf,0x25,0xab,0xc0,0xef,0x89,0x97,0x81,0xb6,0x1b,
+ 0x5b,0xac,0x29,0x8f,0x55,0x63,0x7a,0xbb,0x97,0xe,0xa0,0x2,0x28,0x53,0x40,0xb3,
+ 0x59,0xb5,0x65,0x4d,0xb8,0x70,0x44,0x8f,0xd4,0x83,0xc9,0x3c,0xa7,0xd3,0xb8,0xcb,
+ 0xc2,0x16,0xcf,0x14,0xaa,0x97,0x8f,0xbf,0xfb,0x3c,0xb4,0x1a,0xd0,0x3e,0x75,0x3d,
+ 0xf3,0x98,0x78,0x26,0x6e,0xec,0xeb,0xf7,0x26,0x5b,0xf,0x40,0xb9,0x52,0xa6,0x80,
+ 0x66,0xb1,0xff,0xe0,0xfe,0x70,0xcf,0xdb,0x8f,0x95,0xee,0x1d,0x4a,0x3b,0x98,0xcc,
+ 0x6b,0xfe,0x54,0x5b,0x8,0xbe,0x58,0x38,0x33,0x59,0x5,0xea,0xe3,0xaf,0xcf,0xc,
+ 0x2b,0xd4,0xe5,0x7e,0xf1,0x5e,0xb1,0x65,0xeb,0x7f,0x48,0xb6,0x1e,0x80,0x72,0xa4,
+ 0x4c,0x1,0xcd,0x62,0xf6,0x8a,0x79,0x85,0x1a,0x7b,0x7d,0x22,0x7d,0xef,0xbb,0x39,
+ 0xec,0x39,0xb0,0x37,0x59,0x5,0xea,0x63,0xfe,0xaa,0x45,0xe1,0xcc,0x21,0x9d,0x52,
+ 0xd7,0x35,0x8f,0x89,0xc5,0x71,0xe0,0x8b,0x77,0x24,0x5b,0xf,0x40,0x39,0x52,0xa6,
+ 0x80,0x26,0x17,0x27,0x95,0x5d,0x76,0xef,0x4d,0xa9,0x7,0x90,0x79,0xce,0xf9,0xc3,
+ 0xbb,0x85,0xef,0x57,0x19,0x7b,0x7d,0x2a,0xe2,0x73,0x98,0x8a,0x74,0x76,0xea,0xf4,
+ 0x81,0x1d,0xc2,0xcc,0x25,0xdf,0x24,0x5b,0xf,0x40,0xb9,0x51,0xa6,0x80,0x26,0x37,
+ 0x7d,0xf1,0xd7,0xa1,0xd5,0x80,0x76,0xa9,0x7,0x8f,0xb9,0x4d,0x75,0x55,0x78,0xe2,
+ 0xa3,0x17,0x92,0x15,0x20,0xab,0x38,0x2a,0xfd,0xdc,0x61,0x5d,0xd3,0xd7,0x38,0xa7,
+ 0xe9,0x32,0xe1,0x8a,0xb0,0xd5,0x3d,0x76,0x0,0x65,0x49,0x99,0x2,0x9a,0xd4,0xae,
+ 0x7d,0xbb,0x43,0x8f,0x49,0xd7,0xa4,0x1e,0x34,0xe6,0x39,0x6d,0x46,0xf5,0x2a,0x15,
+ 0x1,0x4e,0xdd,0xdd,0xff,0x7c,0xb4,0x50,0xf7,0xda,0xc5,0x33,0x71,0x13,0xff,0xfe,
+ 0x50,0xb2,0xf5,0x0,0x94,0x13,0x65,0xa,0x68,0x52,0x5f,0x2e,0x9a,0x55,0xb8,0x7,
+ 0xf4,0xc6,0x51,0xe8,0x93,0x3f,0x7d,0x35,0x59,0x1,0x4e,0xd5,0xd6,0x5d,0xdb,0x43,
+ 0xb7,0x49,0x57,0xa7,0xae,0x75,0x5e,0x13,0x87,0x51,0x2c,0xdf,0xf0,0x63,0xb2,0x2,
+ 0xf9,0x74,0xfc,0xf8,0xf1,0x5c,0xe7,0xe0,0x91,0x43,0x61,0xd7,0x81,0xdd,0xa1,0x66,
+ 0x7f,0xcc,0xae,0xb2,0xc9,0xee,0x3,0x7b,0x4b,0x3f,0x1f,0x90,0x8d,0x32,0x5,0x34,
+ 0x99,0xb8,0xc3,0xee,0x3e,0xb1,0x58,0x7,0xc1,0x31,0x9d,0xc7,0xf5,0xd,0x1b,0x77,
+ 0x6c,0x4e,0x56,0x81,0x86,0xf0,0xc5,0xc2,0xaf,0xc2,0xe9,0x83,0x3a,0xa6,0xae,0x77,
+ 0x1e,0x13,0xcf,0x4e,0xf5,0x7b,0x6e,0x54,0xd8,0x77,0x70,0x7f,0xb2,0x2,0x95,0xed,
+ 0xce,0x37,0x1f,0xe,0x97,0xdc,0x7d,0x43,0xe8,0x30,0xf6,0x92,0xd0,0x6e,0xf4,0xc5,
+ 0xa1,0xed,0xa8,0xde,0xe1,0xc2,0xe1,0x3d,0xc2,0xf9,0xc3,0xba,0xe5,0x2a,0xe7,0xd,
+ 0xed,0x1a,0xce,0x1a,0xdc,0x39,0xfc,0xa9,0x7f,0xfb,0xd0,0xa2,0xc,0x9f,0xa7,0x17,
+ 0x7f,0xa6,0x38,0x61,0xb4,0xe7,0xa4,0x6b,0xc2,0xa2,0x35,0x4b,0x93,0x57,0x7,0xa8,
+ 0xf,0x65,0xa,0x68,0x32,0xc7,0x6a,0xcb,0x54,0xd1,0xce,0x4a,0x9d,0x39,0xa8,0x53,
+ 0xf8,0x7c,0xc1,0x8c,0x64,0x5,0x68,0x48,0x83,0x5f,0x1a,0x57,0xb8,0x61,0x14,0xb1,
+ 0x44,0xe6,0x41,0xeb,0x11,0x3d,0x53,0xb7,0x51,0x9a,0x27,0xa7,0xd5,0x26,0xde,0x8b,
+ 0xf8,0xfd,0xaa,0x45,0xc9,0x2b,0x4,0xd4,0x95,0x32,0x5,0x34,0x99,0x58,0xa6,0xfe,
+ 0xbf,0xdb,0xce,0xf,0x7f,0xbc,0x2d,0xff,0x7,0xc0,0xf1,0x20,0xff,0x8c,0x41,0x1d,
+ 0xc3,0xed,0xcf,0x8c,0x2c,0x3d,0x53,0x8b,0x86,0x17,0x9f,0xc1,0x54,0xb4,0xf1,0xfa,
+ 0x3d,0xef,0xba,0x36,0x6c,0xdf,0xbd,0x23,0x59,0x81,0xca,0x55,0xb4,0x2f,0x55,0x2a,
+ 0x25,0x1d,0xc6,0x5e,0x6a,0xd8,0x9,0xd4,0x93,0x32,0x5,0x34,0xa9,0x78,0xa9,0xdf,
+ 0x81,0xc3,0x7,0xc3,0x9a,0xad,0xeb,0xc2,0x1b,0xb3,0xde,0xd,0x4f,0x7c,0xfc,0x42,
+ 0x78,0xe0,0xfd,0x67,0xc2,0xbd,0xef,0x3e,0x1e,0x26,0xfc,0xfd,0xc1,0x30,0xec,0xe5,
+ 0x89,0xa1,0xdf,0x73,0xa3,0x4b,0x97,0x34,0x95,0x73,0xfa,0x3f,0x3f,0x3a,0xc,0x7f,
+ 0x65,0x52,0x18,0xff,0xd6,0xfd,0xb5,0x3f,0xfb,0x93,0xe1,0xf1,0x8f,0x9f,0xf,0x6f,
+ 0x7c,0xf5,0xaf,0x30,0x75,0xc1,0xf4,0xf0,0xf5,0x8a,0xef,0xc2,0xbc,0x55,0x8b,0xc3,
+ 0xd6,0xdd,0xdb,0xc3,0xe1,0xa3,0x47,0x92,0x2d,0xa7,0x31,0x8c,0x7e,0xfd,0x9e,0x42,
+ 0x9d,0x9d,0x8a,0x83,0x37,0x1e,0xfd,0xe0,0xd9,0x64,0xeb,0x2b,0x57,0x39,0x5e,0xf2,
+ 0x26,0xb5,0xa9,0x7d,0x5d,0x1e,0xff,0xd0,0xd4,0x51,0xa8,0xf,0x65,0xa,0x68,0x36,
+ 0x87,0x8f,0x1e,0xe,0x5b,0xf7,0xec,0x8,0xeb,0x77,0x6e,0xc,0x2b,0xb7,0xae,0x9,
+ 0x3f,0x6e,0x59,0x1d,0x96,0xac,0x5f,0x11,0xe6,0xaf,0x59,0x1c,0xbe,0x5f,0xbd,0x28,
+ 0xcc,0x2b,0xd3,0xc4,0x9f,0x2d,0xfe,0x8c,0xf1,0x67,0x8d,0x3f,0x73,0xfc,0xf9,0xe3,
+ 0x76,0xc4,0xed,0xa1,0x69,0x6d,0xda,0xb9,0xa5,0x34,0x29,0x31,0xf5,0xc0,0x30,0xa7,
+ 0xb9,0x70,0x64,0x8f,0xb0,0x71,0x67,0x65,0xdf,0x83,0xa7,0x4c,0x95,0x6f,0xce,0x1e,
+ 0xd2,0x25,0xcc,0xf9,0xe1,0xfb,0xe4,0x95,0x2,0x7e,0x8f,0x32,0x5,0x40,0x45,0xfb,
+ 0xf7,0x9c,0xa9,0xa5,0x89,0x89,0x69,0x7,0x86,0x79,0x4c,0x3c,0x13,0x37,0xfe,0xad,
+ 0x7,0x92,0xad,0xaf,0x4c,0x2e,0xf3,0x2b,0xef,0x74,0x9b,0x70,0x55,0x2e,0x2e,0x27,
+ 0x85,0xa6,0xa0,0x4c,0x1,0x50,0xd1,0x76,0xef,0xdf,0x13,0xae,0x7a,0xe8,0x6f,0xa5,
+ 0x9b,0xe8,0xd3,0xe,0xc,0xf3,0x98,0x38,0x2a,0x7d,0xc3,0xf6,0x4d,0xc9,0xa,0x54,
+ 0x1e,0x65,0xaa,0xbc,0xd3,0xb2,0x7f,0xdb,0xf0,0xea,0x97,0xff,0x4c,0x5e,0x2d,0xe0,
+ 0xb7,0x28,0x53,0x0,0x54,0xbc,0x6f,0x96,0xcf,0xd,0x67,0xe,0xee,0x94,0x7a,0x60,
+ 0x98,0xc7,0xc4,0xb3,0x53,0x77,0xbc,0x79,0x5f,0xb2,0xf5,0x95,0x47,0x99,0x2a,0xff,
+ 0x54,0x8d,0xea,0x5d,0x7a,0xa6,0x1b,0xf0,0xdb,0x94,0x29,0x0,0x72,0x21,0xe,0x4,
+ 0x29,0xd2,0x30,0x8a,0x78,0x76,0x6a,0xe5,0xe6,0x35,0xc9,0xd6,0x57,0x16,0x65,0xaa,
+ 0x2,0x52,0x5d,0x15,0x5e,0xf8,0xfc,0xf5,0xe4,0x15,0x3,0x7e,0x8d,0x32,0x5,0x40,
+ 0x2e,0xac,0xdd,0xb6,0xa1,0x50,0xa3,0xd2,0x63,0x71,0xfc,0xeb,0x33,0xc3,0x93,0xad,
+ 0xaf,0x2c,0xca,0x54,0x65,0xe4,0xc2,0x11,0x3d,0x4a,0x43,0x5e,0x80,0x5f,0xa7,0x4c,
+ 0x1,0x90,0x1b,0x23,0x5f,0xb9,0xab,0x50,0x67,0xa7,0xe2,0xbd,0x2d,0x9f,0x7e,0xff,
+ 0x65,0xb2,0xf5,0x95,0x43,0x99,0xaa,0x90,0x54,0xb7,0x9,0x8f,0x7d,0xf0,0x5c,0xf2,
+ 0xaa,0x1,0x69,0x94,0x29,0x0,0x72,0x63,0xe3,0x8e,0xcd,0xa1,0xf5,0xe8,0x62,0x8d,
+ 0x4a,0x6f,0x33,0xba,0x77,0xc5,0x9d,0x3d,0x50,0xa6,0x2a,0x27,0x71,0x54,0xfa,0x77,
+ 0x2b,0x17,0x24,0xaf,0x1c,0xf0,0x4b,0xca,0x14,0x0,0xb9,0xf2,0xef,0x39,0x9f,0x16,
+ 0x6e,0x54,0x7a,0x7c,0x78,0x71,0x25,0x51,0xa6,0x2a,0x2b,0x5d,0x27,0x5c,0x19,0x76,
+ 0xec,0xd9,0x99,0xbc,0x7a,0xc0,0xc9,0x94,0x29,0x0,0x72,0x25,0x8e,0x4a,0xbf,0xe6,
+ 0xe1,0xdb,0x6a,0x4b,0x46,0xfa,0x81,0x61,0x1e,0x13,0xef,0x15,0xfb,0x61,0xe3,0xaa,
+ 0x64,0x5,0xca,0x9f,0x32,0x55,0x59,0x69,0x51,0xfb,0x7a,0xbd,0xf4,0xc5,0x9b,0xc9,
+ 0xab,0x7,0x9c,0x4c,0x99,0x2,0x20,0x77,0xbe,0x5d,0xfe,0x5d,0xe1,0x46,0xa5,0xf,
+ 0x9d,0x32,0x31,0xd9,0xfa,0xf2,0xa7,0x4c,0x55,0x5e,0x5a,0x8f,0xec,0x65,0x54,0x3a,
+ 0xa4,0x50,0xa6,0x0,0xc8,0xa5,0x11,0xaf,0xdc,0x59,0xa8,0x61,0x14,0x67,0xc,0xea,
+ 0x18,0x66,0x2d,0x9d,0x9d,0x6c,0x7d,0x79,0x53,0xa6,0x2a,0x30,0xd5,0x6d,0xc2,0x73,
+ 0x53,0x5f,0x4d,0x5e,0x41,0xe0,0x4,0x65,0xa,0x80,0x5c,0x5a,0xb7,0x6d,0x43,0x38,
+ 0x67,0xe8,0x45,0xe9,0x7,0x86,0x39,0x4d,0xf7,0x3b,0xaf,0xe,0xdb,0x76,0xef,0x48,
+ 0x56,0xa0,0x7c,0x29,0x53,0x95,0x99,0xb,0x46,0xf4,0x8,0x6b,0xb6,0xae,0x4b,0x5e,
+ 0x45,0x20,0x52,0xa6,0x0,0xc8,0xad,0x9,0x6f,0x3d,0x58,0xa8,0xb3,0x53,0xf1,0x3e,
+ 0xb1,0x7b,0xdf,0x7e,0x2c,0xd9,0xfa,0xf2,0xa5,0x4c,0x55,0x68,0xaa,0xdb,0x84,0x7,
+ 0xfe,0xf5,0x64,0x38,0x70,0xf8,0x60,0xf2,0x4a,0x2,0xca,0x14,0x0,0xb9,0xb5,0xa5,
+ 0x66,0x5b,0xe8,0x38,0xee,0xb2,0xf4,0x3,0xc3,0x9c,0xe6,0xdc,0x61,0x5d,0xc3,0x86,
+ 0xed,0x9b,0x92,0x15,0x28,0x4f,0xca,0x54,0xe5,0xe6,0xec,0xc1,0x9d,0xc3,0xec,0x15,
+ 0xdf,0x27,0xaf,0x24,0xa0,0x4c,0x1,0x90,0x6b,0x9f,0xcd,0x9f,0x1e,0xfe,0x34,0xb0,
+ 0x7d,0xea,0x81,0x61,0x1e,0x53,0x1a,0x95,0xfe,0xda,0xdd,0xc9,0xd6,0x97,0x27,0x65,
+ 0xaa,0xb2,0x63,0x54,0x3a,0xfc,0x3f,0xca,0x14,0x0,0xb9,0xd7,0xff,0x85,0x31,0x85,
+ 0xba,0xdc,0x2f,0x8e,0x4a,0x9f,0xbf,0x6a,0x51,0xb2,0xf5,0xe5,0x47,0x99,0xaa,0xec,
+ 0xc4,0x51,0xe9,0x2f,0x7c,0xfe,0x7a,0xf2,0x6a,0x42,0xb1,0x29,0x53,0x0,0xe4,0xde,
+ 0xda,0xad,0xeb,0xc3,0xd9,0x43,0xbb,0xa4,0x1e,0x18,0xe6,0x31,0xb1,0x38,0xde,0xf2,
+ 0xd4,0xe0,0xb0,0xe7,0xc0,0xde,0x64,0x5,0xca,0x8b,0x32,0x55,0xf9,0xb9,0x70,0x44,
+ 0x4f,0xc3,0x28,0xa0,0x96,0x32,0x5,0x40,0x21,0x8c,0x7d,0xe3,0xde,0x42,0x9d,0x9d,
+ 0x6a,0x35,0xa0,0x5d,0xf8,0x68,0xee,0x67,0xc9,0xd6,0x97,0x17,0x65,0x2a,0x7,0xa9,
+ 0x6e,0x13,0xee,0x7b,0xe7,0x89,0xb0,0xff,0xd0,0x81,0xe4,0x55,0x85,0x62,0x52,0xa6,
+ 0x0,0x28,0x84,0xcd,0x35,0x5b,0x43,0x9b,0xd1,0xbd,0xd3,0xf,0xc,0x73,0x9a,0xb6,
+ 0x63,0xfa,0x84,0x55,0x5b,0xd6,0x26,0x2b,0x50,0x3e,0x94,0xa9,0x7c,0xe4,0xac,0xc1,
+ 0x9d,0xc3,0x37,0xcb,0xe7,0x26,0xaf,0x2a,0x14,0x93,0x32,0x5,0x40,0x61,0x4c,0xfd,
+ 0xfe,0xcb,0xd0,0xa2,0x7f,0x71,0xe,0xe4,0xe3,0x99,0xb8,0x61,0x53,0x26,0x84,0x43,
+ 0x47,0xe,0x25,0x2b,0x50,0x1e,0x94,0xa9,0xfc,0xa4,0xdb,0xc4,0xab,0x4a,0x5f,0x54,
+ 0x40,0x51,0x29,0x53,0x0,0x14,0xca,0xad,0x4f,0xd,0x2e,0xd4,0xe5,0x7e,0x67,0xe,
+ 0xee,0x14,0x16,0xaf,0x5d,0x96,0x6c,0x7d,0x79,0x50,0xa6,0xf2,0x93,0x56,0xfd,0xdb,
+ 0x85,0xe7,0xa6,0xbe,0x1a,0x8e,0x1d,0x3f,0x9e,0xbc,0xba,0x50,0x2c,0xca,0x14,0x0,
+ 0x85,0xb2,0x64,0xed,0xf2,0x70,0xe6,0x90,0x4e,0xa9,0x7,0x86,0x79,0x4c,0x7c,0x90,
+ 0xef,0xed,0xcf,0x8e,0xc,0xfb,0xf,0xee,0x4f,0x56,0xa0,0xf9,0x29,0x53,0xf9,0x4a,
+ 0xd5,0xa8,0xde,0x61,0xdd,0xb6,0xd,0xc9,0xab,0xb,0xc5,0xa2,0x4c,0x1,0x50,0x38,
+ 0xc3,0x5f,0x99,0x58,0xa8,0xb3,0x53,0xa7,0xf,0xec,0x10,0x66,0x2e,0xf9,0x36,0xd9,
+ 0xfa,0xe6,0xa7,0x4c,0xe5,0x2b,0x2d,0xaa,0xab,0xc2,0x63,0x1f,0x3c,0x5b,0x76,0x97,
+ 0x93,0x42,0x53,0x50,0xa6,0x0,0x28,0x9c,0xf8,0x2d,0x7a,0x91,0x46,0xa5,0xc7,0xf4,
+ 0xbe,0xfb,0xba,0xb0,0x7d,0xf7,0x8e,0x64,0x5,0x9a,0x97,0x32,0x95,0xbf,0x9c,0x33,
+ 0xf4,0xa2,0xf0,0xdd,0xca,0x5,0xc9,0x2b,0xc,0xc5,0xa1,0x4c,0x1,0x50,0x48,0xe3,
+ 0xde,0xb8,0xbf,0x50,0x67,0xa7,0xe2,0x28,0xeb,0x87,0xdf,0x9b,0x9c,0x6c,0x7d,0xf3,
+ 0x52,0xa6,0xf2,0x99,0x9b,0x9e,0x18,0x14,0x36,0xed,0xdc,0x92,0xbc,0xca,0x50,0xc,
+ 0xca,0x14,0x0,0x85,0x14,0x27,0x90,0x55,0x8d,0x29,0xd6,0xa8,0xf4,0xb,0x46,0xf4,
+ 0x8,0x1b,0x77,0x6e,0x4e,0x56,0xa0,0xf9,0x28,0x53,0xf9,0x4c,0x7c,0x5d,0x1f,0x7a,
+ 0xf7,0xe9,0x70,0xe4,0xe8,0x91,0xe4,0x95,0x86,0xfc,0x53,0xa6,0x0,0x28,0xac,0x4f,
+ 0xb,0x38,0x2a,0x7d,0xe2,0xdf,0x1f,0x4a,0xb6,0xbe,0xf9,0x28,0x53,0xf9,0xcd,0xf9,
+ 0xc3,0xbb,0x85,0x85,0x6b,0x97,0x24,0xaf,0x34,0xe4,0x9f,0x32,0x5,0x40,0xa1,0x15,
+ 0x6d,0x54,0xfa,0xb9,0xc3,0xba,0x36,0xfb,0xd9,0x29,0x65,0x2a,0xbf,0x89,0xc3,0x28,
+ 0xee,0x7d,0xfb,0xf1,0x70,0xf4,0xd8,0xd1,0xe4,0xd5,0x86,0x7c,0x53,0xa6,0x0,0x28,
+ 0xb4,0xe2,0x8d,0x4a,0x6f,0x1d,0xee,0xfc,0xc7,0xc3,0xc9,0xd6,0x37,0xf,0x65,0x2a,
+ 0xdf,0x89,0x97,0x93,0xae,0xdd,0xba,0x3e,0x79,0xb5,0x21,0xdf,0x94,0x29,0x0,0xa,
+ 0x6f,0xf8,0x2b,0x93,0xa,0x77,0x76,0x6a,0xf5,0x96,0xb5,0xc9,0xd6,0x37,0x3d,0x65,
+ 0x2a,0xe7,0xa9,0x6e,0x13,0x9e,0xfc,0xe8,0x45,0xf,0xf2,0xa5,0x10,0x94,0x29,0x0,
+ 0xa,0x6f,0xfd,0xf6,0x8d,0x85,0x1a,0x95,0x1e,0x8b,0xe3,0xa0,0x97,0xee,0x48,0xb6,
+ 0xbe,0xe9,0x29,0x53,0xf9,0xcf,0xf9,0xc3,0xbb,0x87,0x8d,0x3b,0x9a,0x7f,0xd8,0x9,
+ 0x34,0x36,0x65,0xa,0x0,0x6a,0x4d,0xf8,0xfb,0x83,0x85,0x3a,0x3b,0xd5,0x6a,0x40,
+ 0xbb,0xf0,0xf5,0xb2,0x39,0xc9,0xd6,0x37,0x2d,0x65,0xaa,0x0,0xa9,0x6e,0x13,0x1e,
+ 0x7d,0xff,0xd9,0xe4,0x15,0x87,0xfc,0x52,0xa6,0x0,0xa0,0xd6,0xd6,0x5d,0xdb,0x42,
+ 0x87,0x71,0x97,0xa6,0x1f,0x18,0xe6,0x34,0x1d,0xc7,0x5d,0x5e,0xbb,0xdd,0xdb,0x93,
+ 0x15,0x68,0x3a,0xca,0x54,0x31,0x72,0xf6,0x90,0x2e,0x61,0xf6,0x8a,0xef,0x93,0x57,
+ 0x1d,0xf2,0x49,0x99,0x2,0x80,0xc4,0x8c,0xc5,0x5f,0x87,0x56,0x3,0xda,0xa7,0x1e,
+ 0x18,0xe6,0x31,0xf1,0x4c,0xdc,0x83,0xef,0x3d,0x95,0x6c,0x7d,0xd3,0x51,0xa6,0x8a,
+ 0x93,0x2e,0xe3,0xfb,0x86,0x75,0xdb,0x36,0x24,0xaf,0x3c,0xe4,0x8f,0x32,0x5,0x0,
+ 0x27,0xe9,0xff,0xfc,0xe8,0x42,0x5d,0xee,0x17,0x9f,0xb,0x14,0xef,0x19,0x6b,0x4a,
+ 0xca,0x54,0x71,0xd2,0xa2,0x5f,0x55,0x78,0xf8,0xfd,0xc9,0xe1,0xb0,0x7,0xf9,0x92,
+ 0x53,0xca,0x14,0x0,0x9c,0x64,0xe9,0xfa,0x1f,0xc2,0x59,0x43,0x3a,0xa7,0x1e,0x18,
+ 0xe6,0x31,0xb1,0x38,0x8e,0x79,0xe3,0xde,0x64,0xeb,0x9b,0x86,0x32,0x55,0xac,0xc4,
+ 0xe9,0x91,0x2b,0x36,0xac,0x4c,0x5e,0x7d,0xc8,0x17,0x65,0xa,0x0,0x7e,0x61,0xcc,
+ 0xeb,0xf7,0x14,0xea,0xec,0xd4,0x99,0x83,0x3b,0x85,0xef,0x7e,0x5c,0x90,0x6c,0x7d,
+ 0xe3,0x53,0xa6,0x8a,0x97,0xb1,0xaf,0xdf,0x1b,0xe,0x1d,0x39,0x94,0xbc,0x3,0x20,
+ 0x3f,0x94,0x29,0x0,0xf8,0x85,0x38,0xd2,0xf9,0xdc,0xe1,0x5d,0x53,0xf,0xa,0xf3,
+ 0x9a,0x4b,0xee,0xbb,0x31,0xec,0xdc,0xbb,0x2b,0x59,0x81,0xc6,0xa5,0x4c,0x15,0x2f,
+ 0x4d,0x5d,0xd8,0xa1,0xa9,0x28,0x53,0x0,0x90,0xe2,0xde,0xb7,0x1f,0x2b,0xd4,0xd9,
+ 0xa9,0x38,0xca,0xfa,0xe9,0x4f,0x5e,0x4a,0xb6,0xbe,0x71,0x29,0x53,0xc5,0xcc,0xc0,
+ 0x17,0xc6,0x86,0x5d,0xfb,0x76,0x27,0xef,0x2,0xc8,0x7,0x65,0xa,0x0,0x52,0x6c,
+ 0xdb,0xbd,0x23,0x74,0x9d,0x74,0x55,0xea,0x41,0x61,0x5e,0xd3,0x7a,0x54,0xaf,0xb0,
+ 0x69,0xe7,0x96,0x64,0x5,0x1a,0x8f,0x32,0x55,0xcc,0x9c,0x3e,0xb0,0x43,0x78,0xeb,
+ 0xab,0xf7,0x92,0x77,0x1,0xe4,0x83,0x32,0x5,0x0,0xbf,0x62,0xd6,0xd2,0xd9,0xe1,
+ 0x8c,0x41,0x1d,0x53,0xf,0xc,0xf3,0x98,0x78,0x26,0xee,0xee,0xb7,0x1f,0x4b,0xb6,
+ 0xbe,0xf1,0x28,0x53,0xc5,0x4d,0xfb,0xb1,0x97,0x94,0xbe,0xa8,0x80,0xbc,0x50,0xa6,
+ 0x0,0xe0,0x37,0xc,0x7b,0x79,0x62,0xa1,0x2e,0xf7,0x3b,0x6f,0x78,0xd7,0xb0,0x66,
+ 0xeb,0xfa,0x64,0xeb,0x1b,0x87,0x32,0x55,0xdc,0xc4,0x51,0xe9,0x2f,0x7c,0xf6,0x5a,
+ 0xf2,0x4e,0x80,0xca,0xa7,0x4c,0x1,0xc0,0x6f,0xf8,0x71,0xd3,0xea,0x70,0xf6,0xd0,
+ 0x2e,0xa9,0x7,0x86,0x79,0x4c,0x2c,0x8e,0xb1,0x40,0x36,0x26,0x65,0xaa,0xd8,0x69,
+ 0x3d,0xb2,0x57,0xd8,0xee,0xec,0x14,0x39,0xa1,0x4c,0x1,0xc0,0xef,0x18,0xf7,0xc6,
+ 0xfd,0x85,0x3a,0x3b,0x15,0xef,0x6d,0x99,0xb5,0x74,0x4e,0xb2,0xf5,0xd,0x4f,0x99,
+ 0x2a,0x78,0xaa,0xdb,0x84,0x29,0xd3,0xde,0x4c,0xde,0xd,0x50,0xd9,0x94,0x29,0x28,
+ 0xb8,0xe3,0xc7,0x8f,0x87,0x63,0x5,0x48,0xdc,0x4e,0xc8,0x6a,0x73,0xcd,0xd6,0xd0,
+ 0x66,0x74,0xef,0xf4,0x3,0xc3,0x9c,0xa6,0xeb,0xc4,0x2b,0x1b,0xed,0xde,0x96,0x16,
+ 0xd5,0x55,0xa9,0xff,0x4d,0x29,0x4e,0xaa,0x6a,0x7f,0x3f,0xf9,0x5c,0x26,0xf,0x94,
+ 0x29,0x28,0xb0,0xbb,0xff,0xfe,0x68,0xe8,0x75,0xe7,0xb5,0xa1,0xed,0xa8,0xde,0x4d,
+ 0x9e,0x36,0x23,0x7a,0x86,0x73,0x87,0x76,0xd,0x67,0xe,0xec,0xd8,0x88,0xe9,0x14,
+ 0xce,0x1e,0xdc,0x39,0xb4,0xae,0xfd,0x6f,0x5d,0xf7,0xd0,0xed,0x61,0xf1,0xda,0x65,
+ 0xc9,0x96,0x43,0xfd,0x7d,0x30,0xfb,0xd3,0xf0,0xc7,0x2,0x95,0x80,0x78,0x26,0xee,
+ 0xa1,0xf7,0x9f,0x4e,0xb6,0xbe,0x61,0x39,0x33,0x25,0xf1,0xde,0xa9,0xc3,0x47,0x8f,
+ 0x24,0xef,0x8,0xa8,0x5c,0xca,0x14,0x14,0x54,0xfc,0x46,0xf0,0xe2,0xbb,0xfe,0x9c,
+ 0xba,0x93,0xcb,0x63,0xe2,0x81,0x61,0xbb,0x31,0x7d,0xc2,0xa2,0x35,0x4b,0x93,0x15,
+ 0x80,0xfa,0xa9,0xd9,0xb7,0x2b,0xf4,0xb8,0xf3,0x9a,0xd4,0xf7,0x57,0x5e,0x73,0xfe,
+ 0x88,0xee,0x61,0xe3,0xce,0xcd,0xc9,0xa,0x34,0x1c,0x65,0x4a,0x62,0x76,0x1d,0xf0,
+ 0xcc,0x29,0x2a,0x9f,0x32,0x5,0x5,0x15,0xcb,0xd4,0x2d,0x8f,0xf,0xaa,0x2d,0x19,
+ 0xe9,0x3b,0xb9,0x5c,0xa6,0xba,0x4d,0xe8,0x73,0xf7,0xf5,0x1e,0x1a,0x49,0x66,0x2f,
+ 0x7d,0xfe,0x66,0xfa,0x7b,0x2b,0xa7,0x89,0x5f,0x42,0x34,0xc6,0xa8,0xf4,0xb6,0xa3,
+ 0x2e,0x4e,0xfd,0xef,0x49,0xb1,0xe2,0xcc,0x14,0x79,0xa0,0x4c,0x41,0x81,0xcd,0x58,
+ 0xf2,0x4d,0xe9,0x52,0x8b,0xb4,0x9d,0x5c,0x5e,0xd3,0xaa,0x7f,0xbb,0xf0,0xc1,0x9c,
+ 0x4f,0x93,0x15,0x80,0xfa,0xd9,0xb0,0x63,0x53,0xf8,0x43,0x81,0x6,0x51,0xc4,0x9c,
+ 0x37,0xbc,0x5b,0x58,0xb3,0x75,0x43,0xb2,0x2,0x8d,0x23,0x7e,0xb9,0x13,0xcf,0x52,
+ 0xd4,0xec,0xdf,0x55,0x88,0x6c,0xdf,0xbb,0x23,0xac,0xdd,0xb6,0x31,0xbc,0x3b,0xe7,
+ 0xe3,0xd0,0xe7,0x9e,0x1b,0x52,0xd7,0x3d,0xef,0x39,0x6b,0x70,0x67,0xf7,0x4c,0x91,
+ 0xb,0xca,0x14,0x14,0x58,0x3c,0x43,0xd3,0x76,0x74,0xf1,0xbe,0x21,0xbe,0x60,0x44,
+ 0x8f,0xb0,0x64,0xdd,0xf2,0x64,0x15,0xa0,0xee,0x8e,0x1d,0x3b,0x16,0xfa,0x3e,0x78,
+ 0x6b,0xea,0xfb,0x2a,0xaf,0x89,0x67,0xa7,0x86,0x4e,0x99,0x90,0xac,0x0,0x8d,0x21,
+ 0x6d,0xdd,0xf3,0x9e,0x2b,0xef,0xbf,0x35,0xd9,0x7a,0xa8,0x6c,0xca,0x14,0x14,0xdc,
+ 0xdf,0xbf,0x7a,0x3f,0xb4,0x28,0xe0,0xfd,0xb,0x83,0x5f,0x1a,0x17,0x76,0xee,0xad,
+ 0x49,0x56,0x1,0xea,0x6e,0xc1,0xea,0xc5,0xa1,0x65,0xff,0x62,0xfd,0x9e,0xf9,0xd3,
+ 0xc0,0xf6,0x61,0xf6,0x8a,0x79,0xc9,0xa,0xd0,0x90,0x6e,0x7b,0x6a,0x78,0xea,0x9a,
+ 0xe7,0x39,0xe7,0xd,0xeb,0xea,0xfe,0x55,0x72,0x43,0x99,0x82,0x82,0xdb,0xb1,0xa7,
+ 0x26,0x74,0x9d,0x70,0x55,0xea,0xe,0x2f,0xcf,0x89,0xcf,0xd1,0x79,0x7f,0xce,0xd4,
+ 0x64,0x15,0xa0,0x7e,0x46,0xbf,0x7e,0x77,0xe9,0x8c,0x4d,0xda,0x7b,0x2b,0xaf,0xe9,
+ 0x3a,0xe9,0xaa,0xda,0xcf,0x8b,0x9d,0xc9,0xa,0xd0,0x10,0x66,0xaf,0xf8,0xbe,0xb6,
+ 0xa8,0x76,0x48,0x5d,0xef,0xdc,0xa6,0xba,0x2a,0x4c,0xfe,0xe4,0xe5,0x64,0x5,0xa0,
+ 0xf2,0x29,0x53,0x40,0x98,0xb1,0xf8,0x9b,0x70,0xc6,0xc0,0x8e,0xe9,0x3b,0xbe,0x1c,
+ 0xe7,0xcf,0x8f,0x56,0x87,0xad,0xbb,0xb6,0x25,0xab,0x0,0x75,0x17,0x27,0xdc,0xb5,
+ 0x1f,0xdb,0x27,0xf5,0x7d,0x95,0xd7,0xc4,0xf2,0xf8,0xd8,0x87,0xcf,0x25,0x2b,0xc0,
+ 0xa9,0x8a,0x97,0x59,0x77,0x9d,0x70,0x45,0xea,0x5a,0xe7,0x39,0xed,0xc7,0xf4,0x69,
+ 0xb4,0xe7,0x97,0x41,0x73,0x50,0xa6,0x80,0xb0,0xe7,0xc0,0xde,0x70,0xf5,0x3,0x7f,
+ 0x2b,0x4d,0xbb,0x4b,0xdb,0xf9,0xe5,0x35,0x2d,0xfb,0xb7,0xb,0xaf,0x7c,0xf1,0xf7,
+ 0x64,0x15,0xa0,0x7e,0x5e,0xfc,0xfc,0xcd,0xc2,0xd,0xa3,0xb8,0x60,0x64,0x8f,0xb0,
+ 0x71,0x47,0xc3,0x8f,0x4a,0x2f,0xa2,0xa9,0xf3,0xa7,0x17,0x72,0x0,0xd0,0xb4,0x85,
+ 0x33,0x93,0x15,0x80,0x7c,0x50,0xa6,0x80,0x92,0x78,0xfd,0xfa,0x85,0x23,0x7a,0xa4,
+ 0xee,0x0,0xf3,0x9c,0x36,0xa3,0x7a,0x97,0x26,0xb4,0x41,0x7d,0xc5,0x4b,0x64,0xbb,
+ 0x4d,0x2a,0xd6,0x25,0xb2,0xf1,0xec,0xd4,0x3d,0x8d,0x30,0x2a,0xbd,0x68,0x56,0x6c,
+ 0x58,0x59,0x3a,0x43,0x93,0xb6,0xc6,0x79,0xce,0xc5,0x77,0x5d,0x1f,0x76,0xef,0xdf,
+ 0x93,0xac,0x2,0xe4,0x83,0x32,0x5,0xfc,0x6c,0xca,0xb4,0xb7,0x42,0x8b,0xea,0x62,
+ 0x7d,0x53,0x1a,0xaf,0xdf,0x7f,0xea,0xa3,0x17,0x93,0x15,0x80,0xfa,0x79,0x73,0xe6,
+ 0x3b,0x85,0xbb,0x77,0xaa,0x34,0x2a,0x7d,0xcb,0xba,0x64,0x5,0xa8,0xaf,0x7d,0x7,
+ 0xf7,0x87,0x5b,0x1f,0x1f,0x5c,0xfa,0xec,0x49,0x5b,0xdf,0xbc,0xe6,0xdc,0xa1,0x5d,
+ 0xc3,0xbc,0x95,0xb,0x93,0x55,0x80,0xfc,0x50,0xa6,0x80,0x9f,0x6d,0xdd,0xb5,0x3d,
+ 0x74,0x18,0x7b,0x69,0xea,0x8e,0x30,0xcf,0xb9,0x60,0x44,0xf7,0xb0,0x6e,0x7b,0xe3,
+ 0x3e,0x47,0x87,0x7c,0x8a,0xdf,0xb2,0x5f,0xf5,0xd0,0x5f,0x6b,0xb,0x55,0xfa,0x7b,
+ 0x2b,0x8f,0x89,0xe5,0x71,0xc8,0x4b,0x46,0xa5,0x67,0x35,0x6b,0xd9,0x9c,0x70,0xc6,
+ 0xa0,0x82,0xdd,0xa3,0x5a,0xdd,0x26,0x3c,0xf1,0xe1,0xb,0xc9,0xa,0x40,0xbe,0x28,
+ 0x53,0xc0,0x7f,0x98,0xb6,0x60,0x66,0xe9,0xba,0xf6,0xd4,0x1d,0x62,0x5e,0x53,0xbb,
+ 0xa3,0x7f,0xf0,0xdd,0xa7,0x92,0x15,0x80,0xfa,0x89,0x97,0xc8,0x9e,0x35,0xa4,0x73,
+ 0xfa,0x7b,0x2b,0xa7,0x69,0x35,0xa0,0x5d,0xf8,0xba,0xb6,0x14,0x50,0x3f,0x35,0xfb,
+ 0x76,0x85,0x6e,0x13,0xae,0x4c,0x5d,0xd3,0x3c,0x27,0x5e,0x42,0xbe,0x69,0xe7,0x96,
+ 0x64,0x15,0x20,0x5f,0x94,0x29,0xe0,0x3f,0xc4,0x9,0x53,0x7d,0xee,0xba,0x3e,0x75,
+ 0x87,0x98,0xe7,0xc4,0xa7,0xf1,0xcf,0x5a,0x36,0x3b,0x59,0x5,0xa8,0x9f,0x7,0xdf,
+ 0x7b,0xaa,0x70,0x97,0xfb,0x75,0x1c,0x77,0x59,0xe9,0x6c,0x36,0x75,0xf7,0xc9,0xbc,
+ 0x69,0xc5,0x7b,0xae,0x5f,0x75,0x9b,0xf0,0xc2,0x67,0xaf,0x25,0x2b,0x0,0xf9,0xa3,
+ 0x4c,0x1,0xff,0x65,0xd6,0xd2,0xd9,0xa5,0x72,0x91,0xba,0x63,0xcc,0x71,0x3a,0xdd,
+ 0x71,0x79,0xd8,0xec,0xdb,0x53,0x32,0x88,0x23,0xf6,0x63,0xb9,0x48,0x7b,0x5f,0xe5,
+ 0x35,0xb1,0x3c,0x3e,0x50,0x5b,0x22,0xa9,0x9b,0x25,0xeb,0x96,0x17,0x72,0xc8,0x4f,
+ 0xeb,0x91,0xbd,0x8c,0x42,0x27,0xd7,0x94,0x29,0xe0,0xbf,0xc4,0x51,0xe9,0xd7,0x3e,
+ 0x74,0x5b,0xe9,0x1b,0xc5,0xb4,0x9d,0x63,0x5e,0x13,0xc7,0x14,0x3f,0x69,0x18,0x5,
+ 0x19,0xbd,0x38,0xed,0x8d,0xc2,0x8d,0x4a,0x3f,0x7f,0x44,0xb7,0xb0,0x7e,0xfb,0xc6,
+ 0x64,0x5,0xf8,0x35,0xf1,0x33,0xf5,0xca,0xfb,0xff,0x52,0xc0,0xcf,0xd4,0xb6,0xe1,
+ 0xa5,0x2f,0xde,0x4c,0x56,0x1,0xf2,0x49,0x99,0x2,0x52,0x2d,0x5e,0xbb,0x2c,0xb4,
+ 0x19,0xd5,0x2b,0x75,0x7,0x99,0xe7,0x5c,0x30,0xbc,0x7b,0x58,0xbb,0x6d,0x7d,0xb2,
+ 0xa,0x50,0x77,0x71,0x54,0x7a,0xd7,0x2,0x8e,0x4a,0xbf,0xe3,0xcd,0xfb,0x92,0x15,
+ 0xe0,0xd7,0x7c,0xb5,0xf4,0xdb,0xe2,0xd,0x9d,0xa8,0x4d,0xd7,0x9,0x57,0xd6,0xfe,
+ 0xbe,0xd8,0x99,0xac,0x2,0xe4,0x93,0x32,0x5,0xfc,0xaa,0xf,0xe7,0x7e,0x16,0x5a,
+ 0x16,0xf0,0xfa,0xfe,0x87,0xdf,0x9b,0x9c,0xac,0x0,0xd4,0x4f,0x69,0x54,0x7a,0x75,
+ 0xb1,0xce,0x4e,0x9d,0x39,0xb8,0x73,0x98,0xb7,0x72,0x41,0xb2,0x2,0xfc,0x52,0x9c,
+ 0xf8,0xd8,0xeb,0xce,0xeb,0x52,0xd7,0x2e,0xcf,0x39,0x7b,0x48,0x97,0xf0,0x9d,0xf7,
+ 0x5,0x5,0xa0,0x4c,0x1,0xbf,0x6a,0xe7,0xde,0x5d,0xa1,0xc7,0xa4,0x6b,0x53,0x77,
+ 0x94,0x79,0x4e,0x7c,0x1e,0xca,0xa2,0xb5,0x4b,0x93,0x55,0x80,0xba,0x8b,0x7,0xce,
+ 0x57,0x3f,0xf2,0xb7,0xc2,0xd,0xa3,0xb8,0xe4,0xbe,0x1b,0x9d,0x81,0xf8,0x15,0xd3,
+ 0x17,0x7f,0x5d,0xc8,0x9,0xa9,0x8f,0x7d,0xf0,0x5c,0xb2,0x2,0x90,0x6f,0xca,0x14,
+ 0xf0,0x9b,0x66,0x2e,0xf9,0x36,0x9c,0x3e,0xb0,0x43,0xfa,0xe,0x33,0xc7,0x19,0xf3,
+ 0xda,0x3d,0xa5,0xfb,0x1c,0xa0,0xbe,0xe2,0x25,0xb2,0xf1,0xc1,0xb6,0x69,0xef,0xab,
+ 0xdc,0xa6,0xf6,0xe0,0xf9,0x89,0xf,0xdd,0x6f,0xf8,0x4b,0x71,0x14,0x7a,0xd7,0xf1,
+ 0x46,0xa1,0x43,0x9e,0x29,0x53,0xc0,0x6f,0x8a,0x85,0xe2,0x8a,0xfb,0x6e,0x49,0xdd,
+ 0x61,0xe6,0x39,0xf1,0xfe,0x86,0x69,0xb,0x67,0x26,0xab,0x0,0xf5,0xf3,0xd8,0x7,
+ 0xcf,0x16,0xee,0xec,0x54,0xeb,0x51,0x3d,0xc3,0x96,0x9a,0x6d,0xc9,0xa,0x10,0xfd,
+ 0x34,0xa,0xbd,0x2a,0x75,0xbd,0x72,0x9b,0xea,0xaa,0xf0,0xc2,0xe7,0xaf,0x27,0x2b,
+ 0x0,0xf9,0xa7,0x4c,0x1,0xbf,0x6b,0xfe,0xaa,0xc5,0xa5,0xc1,0xc,0xa9,0x3b,0xce,
+ 0x1c,0xa7,0xe3,0x1d,0x97,0x19,0x95,0x4e,0x26,0x71,0x14,0x74,0x11,0x87,0x51,0x3c,
+ 0xf8,0xde,0xd3,0xc9,0xa,0x50,0xd4,0x51,0xe8,0x55,0xa3,0x7a,0x7b,0xfe,0x18,0x85,
+ 0xa2,0x4c,0x1,0x75,0xf2,0xfc,0x67,0xaf,0x95,0xbe,0x71,0x4c,0xdb,0x79,0xe6,0x35,
+ 0xf1,0x1b,0xe5,0xa7,0x3f,0x79,0x29,0x59,0x1,0xa8,0x9f,0x38,0x8c,0xa2,0x68,0xa3,
+ 0xd2,0xe3,0xd9,0xa9,0xf5,0xdb,0x8c,0x4a,0x8f,0x67,0xf4,0xfb,0xc6,0x33,0xfa,0x5,
+ 0x1b,0x85,0xde,0xb2,0x7f,0xdb,0xf0,0xea,0x97,0xff,0x4c,0x56,0x1,0x8a,0x41,0x99,
+ 0x2,0xea,0x64,0x73,0xcd,0xd6,0xd0,0x76,0xf4,0xc5,0xa9,0x3b,0xd0,0x3c,0x27,0x7e,
+ 0xb3,0xec,0x39,0x3a,0x64,0x11,0x87,0x51,0x5c,0xf6,0xc0,0x4d,0xa9,0xef,0xab,0xbc,
+ 0x26,0x9e,0x9d,0x1a,0xf7,0xe6,0xfd,0xc9,0xa,0x14,0x57,0x1c,0x3a,0x51,0xc4,0x7b,
+ 0x4d,0xbb,0x4d,0xbc,0xda,0x20,0x12,0xa,0x47,0x99,0x2,0xea,0xec,0xad,0x99,0xef,
+ 0x16,0xf2,0xfa,0xff,0x87,0xdf,0x7f,0x26,0x59,0x1,0xa8,0x9f,0x78,0x50,0x1d,0x1f,
+ 0x5c,0x9a,0xfa,0xde,0xca,0x69,0xce,0x1d,0xde,0x35,0x2c,0x5b,0xb7,0x22,0x59,0x81,
+ 0xe2,0x89,0x25,0xba,0xc7,0xa4,0x6b,0x52,0xd7,0x26,0xcf,0x39,0x77,0xe8,0x45,0x61,
+ 0xc1,0xea,0xc5,0xc9,0x2a,0x40,0x71,0x28,0x53,0x40,0x9d,0xc5,0x6f,0x1c,0x2f,0x1a,
+ 0x7f,0x45,0xea,0x8e,0x34,0xcf,0x39,0x7f,0x58,0xb7,0xb0,0x68,0x8d,0x51,0xe9,0xd4,
+ 0x5f,0x3c,0xb0,0xbe,0xf6,0xd1,0xdb,0xc3,0x69,0x29,0xef,0xab,0xbc,0x26,0x9e,0x9d,
+ 0xba,0xe9,0xc9,0x81,0x85,0x9d,0x86,0x39,0x63,0xf1,0x37,0x85,0x1b,0x85,0x1e,0xbf,
+ 0x64,0x8b,0xcf,0x25,0x84,0x22,0x52,0xa6,0x80,0x7a,0x99,0xbe,0xe8,0xeb,0xd0,0x6a,
+ 0x40,0xf1,0x9e,0x99,0x72,0xe5,0xfd,0xb7,0x86,0xbd,0x7,0xf6,0x25,0xab,0x0,0x75,
+ 0xb7,0xb0,0xb6,0x88,0x9f,0x37,0xac,0x6b,0xfa,0x7b,0x2b,0xa7,0x89,0x7,0xd7,0xff,
+ 0xfa,0xe6,0xc3,0x64,0x5,0x8a,0x63,0xd7,0xbe,0xdd,0xa1,0xeb,0x84,0xe2,0x8d,0x42,
+ 0x8f,0xdb,0x1c,0x9f,0x4b,0x8,0x45,0xa4,0x4c,0x1,0xf5,0x12,0xbf,0x69,0xbf,0xe4,
+ 0x9e,0x1b,0x53,0x77,0xa8,0x79,0x4e,0x1c,0x95,0x3e,0x6b,0xe9,0xec,0x64,0x15,0xa0,
+ 0x7e,0x1e,0x7a,0xef,0xe9,0xc2,0x8d,0x4a,0xef,0x7d,0xf7,0x9f,0xb,0xf7,0x5,0xc4,
+ 0x67,0xf3,0xa7,0x17,0xee,0xb2,0xce,0x78,0x16,0x2e,0x3e,0x8f,0x10,0x8a,0x4a,0x99,
+ 0x2,0xea,0x2d,0x7e,0xd3,0x7e,0xc1,0xf0,0xe2,0x8d,0xfc,0xed,0x36,0xe1,0xca,0xb0,
+ 0x63,0x4f,0x4d,0xb2,0xa,0x50,0x77,0xf1,0x1,0xa6,0x5d,0x27,0x15,0xeb,0x8c,0xc5,
+ 0x69,0xd5,0xad,0xc3,0x6b,0xd3,0xdf,0x4e,0x56,0x20,0xff,0x7e,0xd8,0xb8,0x2a,0x74,
+ 0x1c,0x7b,0x69,0xea,0x5a,0xe4,0x39,0x7d,0xee,0xbe,0xa1,0xf4,0x25,0x1b,0x14,0x95,
+ 0x32,0x5,0x64,0x12,0xaf,0x8f,0x2f,0xda,0x30,0x8a,0x96,0xfd,0x8c,0xfd,0x25,0xbb,
+ 0xbf,0xcf,0x7a,0xaf,0x70,0xa3,0xd2,0x3b,0x8e,0xbb,0x2c,0xac,0xdc,0xb4,0x3a,0x59,
+ 0x81,0xfc,0xda,0x7f,0x70,0x7f,0xf8,0xeb,0x93,0xc3,0x42,0x8b,0x82,0x3d,0x3e,0xe2,
+ 0xac,0xc1,0x9d,0xc3,0xec,0x15,0xf3,0x92,0x55,0x80,0x62,0x52,0xa6,0x80,0x4c,0xe2,
+ 0x19,0x9a,0xce,0xe3,0x2e,0x4f,0xdd,0xc1,0xe6,0x39,0x55,0xa3,0x3d,0x90,0x92,0xec,
+ 0x6e,0x7d,0x66,0x48,0x38,0xed,0xb6,0xe2,0x14,0xaa,0x78,0x69,0xe3,0x90,0x97,0xc6,
+ 0xe5,0xfe,0x72,0xbf,0x6f,0x97,0x7f,0x17,0xce,0x1c,0xd4,0x31,0x75,0xd,0x72,0x9b,
+ 0xea,0x36,0xe1,0xba,0x87,0x6e,0xf,0xfb,0x6a,0x8b,0x24,0x14,0x99,0x32,0x5,0x64,
+ 0xf6,0xe5,0xa2,0x59,0xa5,0x87,0x34,0xa6,0xee,0x68,0xf3,0x9a,0xea,0xaa,0xf0,0xcc,
+ 0xc7,0x53,0x92,0x15,0x80,0xfa,0x59,0xbb,0x75,0x7d,0x38,0xb7,0x60,0xc3,0x28,0xfe,
+ 0x34,0xb0,0x7d,0xf8,0x72,0xe1,0x57,0xc9,0xa,0xe4,0x4f,0x51,0x47,0xa1,0xb7,0x19,
+ 0xd5,0x2b,0x2c,0x5b,0xff,0x43,0xb2,0xa,0x50,0x5c,0xca,0x14,0x90,0x59,0x3c,0x88,
+ 0xe8,0x75,0xe7,0x75,0xa9,0x3b,0xda,0x3c,0xe7,0x9c,0xa1,0x17,0x85,0x79,0x2b,0x17,
+ 0x26,0xab,0x0,0xf5,0xf3,0xd8,0x47,0xcf,0x17,0xee,0x72,0xbf,0x4e,0xe3,0x2f,0x2f,
+ 0xdd,0x37,0x96,0x47,0x71,0x14,0x7a,0xbc,0x4,0x38,0x6d,0xbb,0xf3,0x9a,0xb8,0xbd,
+ 0x9f,0x7e,0xff,0x65,0xb2,0x2,0x50,0x6c,0xca,0x14,0x70,0x4a,0xbe,0xfb,0x71,0x41,
+ 0xa9,0x5c,0xa4,0xed,0x70,0xf3,0x9c,0x1e,0x93,0xae,0x35,0xa,0x98,0x4c,0xe2,0xfb,
+ 0xa6,0xf3,0x84,0xbe,0xa9,0xef,0xab,0xbc,0x26,0x5e,0xee,0x77,0xcf,0xdb,0x8f,0x25,
+ 0x2b,0x90,0x1f,0x35,0xfb,0x76,0x15,0xf2,0xd9,0x7b,0xf1,0x4c,0x5c,0x1c,0x3,0xf,
+ 0x28,0x53,0x40,0x3,0xe8,0x3f,0x79,0x74,0xe1,0x6e,0xbc,0x8e,0xe3,0x80,0xdf,0x98,
+ 0xf9,0xaf,0x64,0x5,0xa0,0x7e,0xa6,0x4c,0x7b,0xb3,0x70,0x67,0xa7,0xce,0x1f,0xde,
+ 0x2d,0x2c,0x5e,0xbb,0x3c,0x59,0x81,0x7c,0xf8,0x64,0xde,0xb4,0xc2,0xd,0xe2,0x89,
+ 0xf7,0x86,0xc5,0x7b,0xc4,0x80,0x9f,0x28,0x53,0xc0,0x29,0x5b,0xbf,0x7d,0x63,0xe8,
+ 0x78,0xc7,0x65,0xa9,0x3b,0xde,0x3c,0xa7,0xfd,0x98,0x3e,0x61,0xdb,0xee,0x1d,0xc9,
+ 0x2a,0x40,0xdd,0xc5,0xf7,0x4d,0xef,0x7b,0xae,0x4f,0x7d,0x5f,0xe5,0x35,0xf1,0xec,
+ 0xd4,0x88,0x57,0xee,0xc,0x7,0xe,0x1f,0x4c,0x56,0xa1,0xb2,0x2d,0x59,0xb7,0x22,
+ 0xb4,0x1e,0xd9,0x33,0x75,0x5b,0xf3,0x9a,0xf8,0xa5,0x59,0x9c,0x5a,0x18,0xa7,0x17,
+ 0x2,0x3f,0x51,0xa6,0x80,0x6,0xf1,0xf9,0x82,0x19,0x85,0xbb,0x6f,0x20,0x7e,0x23,
+ 0xfd,0xf2,0x17,0x6f,0x25,0x2b,0x0,0xf5,0xf3,0xfe,0x9c,0x4f,0xc2,0x69,0xd5,0xe9,
+ 0xef,0xad,0xbc,0x26,0x5e,0x12,0xfc,0xd5,0x92,0xca,0x7f,0xf8,0x75,0x9c,0x4e,0x78,
+ 0xc5,0xfd,0xb7,0x96,0x26,0xda,0xa5,0x6d,0x67,0x5e,0x13,0x9f,0xa3,0x15,0x9f,0xa7,
+ 0x5,0xfc,0x3f,0xca,0x14,0xd0,0x20,0xe2,0xbd,0x3,0x5d,0x27,0x5c,0x95,0xba,0x3,
+ 0xce,0x73,0x5a,0x8f,0xec,0x15,0xb6,0xee,0xda,0x96,0xac,0x2,0xd4,0xdd,0xfe,0x43,
+ 0x7,0xc2,0x2d,0x4f,0xf,0x29,0x9d,0xb1,0x49,0x7b,0x6f,0xe5,0x31,0x71,0x5b,0xaf,
+ 0x7b,0xe4,0xf6,0x8a,0x7f,0xc8,0xeb,0xac,0xa5,0xb3,0xc3,0xe9,0x3,0x3b,0xa4,0x6e,
+ 0x63,0x5e,0xd3,0xa2,0x5f,0xdb,0xf0,0xd9,0xfc,0xe9,0xc9,0xa,0x0,0x27,0x28,0x53,
+ 0x40,0x83,0x99,0xbe,0xf8,0xeb,0xf0,0xa7,0x1,0xed,0x53,0x77,0xc4,0xb9,0x4d,0x75,
+ 0x9b,0x30,0xf9,0xd3,0x57,0x92,0x15,0x80,0xfa,0x59,0xbd,0x65,0x5d,0x68,0x33,0xba,
+ 0x77,0xfa,0x7b,0x2b,0xa7,0x89,0x67,0xb0,0x3f,0xf9,0x6e,0x5a,0xb2,0x2,0x95,0x27,
+ 0x7e,0x71,0xd4,0x6d,0x62,0xf1,0xbe,0x38,0x8a,0x83,0x36,0xc,0x9d,0x80,0xff,0xa6,
+ 0x4c,0x1,0xd,0x26,0x7e,0xdb,0x7c,0xf1,0xdd,0xc5,0xba,0xf,0x24,0xe6,0xbc,0x61,
+ 0xdd,0xc2,0xc2,0x35,0x4b,0x93,0x55,0x80,0xfa,0x79,0xf1,0xf3,0x37,0xb,0x75,0x76,
+ 0x2a,0xa6,0xc3,0x1d,0x97,0x86,0xed,0x15,0x7a,0xbf,0xe1,0xa7,0xf3,0xbe,0x28,0xe4,
+ 0x28,0xf4,0xf8,0x65,0x19,0xf0,0xdf,0x94,0x29,0xa0,0x41,0xcd,0x5a,0x36,0x27,0x9c,
+ 0x39,0xa8,0x53,0xea,0xe,0x39,0xcf,0xb9,0xf4,0xde,0x1b,0xc3,0x9e,0x3,0x7b,0x93,
+ 0x55,0x80,0xba,0x8b,0xa3,0xd2,0x7b,0xde,0x55,0xac,0x87,0xbe,0xc6,0xf2,0xf8,0xd0,
+ 0x7b,0x4f,0x27,0x2b,0x50,0x39,0xe2,0x43,0x6a,0xe3,0xc3,0x6a,0xd3,0xb6,0x29,0xcf,
+ 0xe9,0x3e,0xf1,0xea,0x8a,0xbf,0x34,0x13,0x1a,0x8b,0x32,0x5,0x34,0xa8,0x58,0x28,
+ 0xae,0x7a,0xe0,0x2f,0x85,0xbb,0x31,0x3b,0x5e,0xde,0x18,0x1f,0xde,0x9,0x59,0xfc,
+ 0xf3,0xeb,0xf,0xa,0x37,0x2a,0xfd,0xc2,0x91,0x3d,0x4a,0x93,0x40,0x2b,0x45,0x9c,
+ 0x60,0x77,0xdd,0x43,0xb7,0x17,0xf2,0xb3,0x2d,0xde,0x23,0x6,0xa4,0x53,0xa6,0x80,
+ 0x6,0xb7,0x78,0xed,0xb2,0x70,0xe1,0x88,0x1e,0xa9,0x3b,0xe6,0x3c,0xa7,0xe3,0x1d,
+ 0x97,0x86,0x1d,0x7b,0x76,0x26,0xab,0x0,0x75,0x17,0xbf,0x84,0xb8,0xf6,0xd1,0xdb,
+ 0xb,0x37,0x8c,0x62,0xd4,0xab,0x77,0x85,0x43,0x47,0xe,0x27,0xab,0x50,0xde,0x66,
+ 0xaf,0xf8,0x3e,0x9c,0x35,0xb8,0x73,0xea,0xb6,0xe4,0x36,0xb5,0xc5,0xf1,0xf2,0x7b,
+ 0x6f,0x2e,0x4d,0x2f,0x4,0xd2,0x29,0x53,0x40,0xa3,0xf8,0xe8,0xbb,0xcf,0x4b,0xd3,
+ 0x9f,0x52,0x77,0xd0,0x39,0x4d,0x7c,0x6,0xcb,0xab,0x5f,0xfe,0x23,0x59,0x1,0xa8,
+ 0x9f,0xe5,0x1b,0x7e,0xc,0x2d,0x7,0xb4,0x4b,0x7d,0x6f,0xe5,0x35,0xf1,0x92,0xb9,
+ 0xb5,0x5b,0xd6,0x27,0x2b,0x50,0xbe,0x62,0xd9,0xbd,0xf4,0x9e,0x1b,0x53,0xb7,0x21,
+ 0xcf,0x39,0x7f,0x78,0xf7,0xb0,0xc8,0xfd,0xa0,0xf0,0x9b,0x94,0x29,0xa0,0x51,0xc4,
+ 0xfb,0x40,0xba,0x4d,0xbc,0x3a,0x75,0x7,0x9d,0xe7,0xb4,0x19,0xd9,0x2b,0x6c,0xa9,
+ 0x31,0x2a,0x9d,0x6c,0x26,0xfc,0xe3,0xa1,0x42,0x5d,0xee,0x17,0xcf,0x4e,0x3d,0xfe,
+ 0xef,0xe7,0x93,0xad,0x2f,0x5f,0x5f,0x2d,0xfd,0xb6,0x80,0x93,0x4a,0xab,0xc2,0x4b,
+ 0x9f,0xbf,0x99,0xac,0x0,0xf0,0x6b,0x94,0x29,0xa0,0xd1,0xcc,0xf9,0xe1,0xfb,0x70,
+ 0xe6,0xe0,0x82,0xd,0xa3,0xa8,0x6e,0x13,0x9e,0xfc,0xe8,0xa5,0x64,0x5,0xa0,0x7e,
+ 0xe2,0xd8,0xed,0xa2,0x8d,0x4a,0xef,0x70,0xc7,0x25,0x61,0xd7,0xbe,0xf2,0x1d,0x6e,
+ 0x50,0xd4,0x51,0xe8,0xed,0xc7,0x5e,0x12,0xb6,0x55,0xe8,0xc4,0x45,0x68,0x4a,0xca,
+ 0x14,0xd0,0xa8,0xfa,0x3f,0x33,0xaa,0x74,0xf9,0x5b,0xda,0xce,0x3a,0xaf,0x39,0x67,
+ 0xe8,0x45,0x61,0xde,0xca,0x85,0xc9,0xa,0x40,0xfd,0x3c,0x3b,0xf5,0xd5,0x70,0xda,
+ 0x6d,0x5,0x1a,0x46,0x51,0xdd,0x26,0x7c,0x3c,0xef,0x8b,0x64,0xeb,0xcb,0x4f,0x11,
+ 0x47,0xa1,0xb7,0xea,0xdf,0x2e,0x7c,0xb9,0x68,0x56,0xb2,0x2,0xc0,0x6f,0x51,0xa6,
+ 0x80,0x46,0x15,0xa7,0x75,0x75,0x18,0x7b,0x69,0xea,0xe,0x3b,0xcf,0x89,0xa3,0x84,
+ 0xe3,0xa5,0x8e,0x50,0x5f,0xf1,0x4c,0xc8,0x85,0xa3,0x7a,0xa6,0xbe,0xaf,0xf2,0x9a,
+ 0xeb,0x1e,0xb9,0xbd,0x2c,0x47,0x6f,0x2f,0x5d,0xbf,0xa2,0x74,0xe9,0x6e,0xda,0xcf,
+ 0x9c,0xe7,0x5c,0x7c,0xd7,0x9f,0x8d,0x42,0x87,0x3a,0x52,0xa6,0x80,0x46,0xf7,0xd9,
+ 0xfc,0xe9,0xa1,0x45,0xbf,0x62,0x9d,0x9d,0x8a,0xdf,0x64,0xbf,0xfa,0xe5,0x3f,0x93,
+ 0x15,0x80,0xfa,0x79,0xf8,0xfd,0x67,0xa,0x35,0xd9,0xaf,0x65,0xff,0xb6,0x65,0xf7,
+ 0x68,0x81,0x38,0xc1,0xee,0xaa,0x7,0xfe,0x5a,0xb8,0x51,0xe8,0xe7,0xc,0xe9,0x52,
+ 0x9a,0x5c,0x8,0xd4,0x8d,0x32,0x5,0x34,0xba,0xf8,0x4d,0x7b,0xe7,0x71,0x97,0xa7,
+ 0xee,0xb8,0xf3,0x9c,0xaa,0xd1,0xbd,0xc3,0xd6,0x5d,0xdb,0x93,0x55,0x80,0xba,0xdb,
+ 0xb4,0x73,0x4b,0xa8,0x1a,0x73,0x71,0xea,0xfb,0x2a,0xaf,0xe9,0x36,0xe9,0xea,0xb2,
+ 0xba,0x47,0x27,0xe,0x9d,0x38,0x63,0x60,0xc7,0xd4,0x9f,0x35,0xaf,0x89,0x97,0x64,
+ 0xdf,0xf6,0xd4,0xf0,0xd2,0x33,0xb5,0x80,0xba,0x51,0xa6,0x80,0x26,0xf1,0xc5,0xc2,
+ 0xaf,0xa,0x77,0xdf,0x41,0x9c,0x86,0x35,0xf9,0x93,0x29,0xc9,0xa,0x40,0xfd,0x3c,
+ 0xff,0xd9,0x6b,0xe1,0xb4,0x2,0x9d,0x15,0x89,0x67,0xe2,0xca,0x65,0x78,0xcb,0x8e,
+ 0x3d,0x35,0xa1,0xcb,0xf8,0xbe,0xa9,0x3f,0x67,0x9e,0xd3,0x71,0xec,0xa5,0xe1,0xc7,
+ 0x4d,0xab,0x93,0x55,0x0,0xea,0x42,0x99,0x2,0x9a,0xc4,0xae,0x7d,0xbb,0x43,0xd7,
+ 0xf1,0x57,0xa6,0xee,0xc0,0xf3,0x9c,0x73,0x87,0x75,0xd,0xb,0x56,0x2f,0x4e,0x56,
+ 0x1,0xea,0x2e,0xde,0xb3,0x72,0xe5,0x43,0x7f,0x2d,0xd4,0xe5,0x7e,0xf1,0xb9,0x53,
+ 0xf1,0xac,0x5c,0x73,0x7b,0x63,0xe6,0x3b,0x85,0xbc,0x34,0xf9,0xf3,0x5,0x33,0x92,
+ 0x15,0x0,0xea,0x4a,0x99,0x2,0x9a,0xcc,0xf4,0xc5,0x5f,0x97,0xa6,0x44,0xa5,0xed,
+ 0xc8,0xf3,0x9c,0xde,0x77,0x5d,0x57,0xba,0xd4,0x11,0xea,0xeb,0x87,0x8d,0xab,0xc2,
+ 0xd9,0x43,0xbb,0xa4,0xbe,0xaf,0xf2,0x98,0x58,0x1c,0x1f,0x7c,0xef,0xe9,0x64,0xeb,
+ 0x9b,0x47,0xbc,0x34,0xb7,0x6a,0x54,0xb1,0xc6,0xd3,0xc7,0xc4,0xa1,0x39,0xf1,0x4b,
+ 0x2f,0xa0,0x7e,0x94,0x29,0xa0,0xc9,0xc4,0x6f,0xda,0xfb,0xdc,0x7d,0x43,0xea,0x8e,
+ 0x3c,0xcf,0x89,0xf,0xfb,0x7c,0x7d,0xc6,0x3b,0xc9,0x2a,0x40,0xfd,0xdc,0xf7,0xaf,
+ 0x27,0xc3,0x1f,0xa,0x34,0x2a,0xfd,0x82,0x91,0x3d,0xc2,0xba,0x6d,0x1b,0x92,0xad,
+ 0x6f,0x7a,0xcf,0x4f,0x7d,0xad,0x74,0x89,0x6e,0xda,0xcf,0x96,0xd7,0xc4,0xcf,0xa8,
+ 0x59,0x4b,0x67,0x27,0x2b,0x0,0xd4,0x87,0x32,0x5,0x34,0xa9,0xf9,0xab,0x16,0x97,
+ 0x2e,0x7d,0x4b,0xdb,0xa1,0xe7,0x39,0x71,0x3c,0xbc,0x7,0x60,0x92,0xc5,0xf6,0xda,
+ 0xf7,0x4d,0x69,0x18,0xc5,0x6d,0xe9,0xef,0xad,0xbc,0x25,0x9e,0x9d,0x1a,0xfb,0xc6,
+ 0xbd,0xc9,0xd6,0x37,0xad,0x45,0x6b,0x96,0x86,0xf3,0x87,0x77,0x4f,0xfd,0xb9,0xf2,
+ 0x9c,0x4b,0xef,0xb9,0x31,0xec,0x39,0xb0,0x37,0x59,0x5,0xa0,0x3e,0x94,0x29,0xa0,
+ 0xc9,0x4d,0xfe,0xf4,0xe5,0xc2,0x8d,0x1b,0x8e,0xf7,0x5f,0x4c,0x99,0xf6,0x56,0xb2,
+ 0x2,0x50,0x3f,0xcf,0x7d,0xf6,0x5a,0xf8,0x43,0x81,0xee,0x9d,0x3a,0x7d,0x60,0x87,
+ 0x30,0xe7,0x87,0xa6,0x1d,0xcf,0x1d,0x47,0xa1,0x5f,0x7e,0xef,0xcd,0x85,0xfb,0x6c,
+ 0x3a,0x6b,0x70,0x67,0xa3,0xd0,0xe1,0x14,0x28,0x53,0x40,0x93,0xdb,0xba,0x6b,0x5b,
+ 0x68,0x3b,0xba,0x58,0x63,0x9f,0x63,0x5a,0x8f,0xec,0x15,0x36,0xd7,0x6c,0x4d,0x56,
+ 0x1,0xea,0x2e,0x5e,0x22,0xdb,0xe3,0xae,0x6b,0x52,0xdf,0x57,0x79,0x4d,0xf7,0x3b,
+ 0x9b,0x76,0x54,0x7a,0xbc,0xcc,0x2d,0x5e,0xee,0x96,0xf6,0xb3,0xe4,0x36,0xb5,0xc5,
+ 0xf1,0x9a,0x87,0x6e,0xb,0xfb,0x8c,0x42,0x87,0xcc,0x94,0x29,0xa0,0x59,0x4c,0x5b,
+ 0x30,0xb3,0x78,0xc3,0x28,0x6a,0xf,0x5c,0x9e,0xf8,0xf0,0xc5,0x64,0x5,0xa0,0x7e,
+ 0xbe,0x5f,0xb5,0xa8,0x50,0x7,0xfb,0xf1,0x72,0xbf,0x27,0x3e,0x7c,0x3e,0xd9,0xfa,
+ 0xc6,0x15,0xcb,0x6a,0x1c,0xc0,0x90,0xf6,0x73,0xe4,0x39,0x17,0x8c,0xe8,0x1e,0x96,
+ 0xac,0x5b,0x91,0xac,0x2,0x90,0x85,0x32,0x5,0x34,0x8b,0x38,0x35,0xaa,0xcf,0x3d,
+ 0xc5,0x1b,0x46,0x71,0xce,0xd0,0x8b,0x4a,0x7,0xc5,0x90,0xc5,0xb0,0x97,0x27,0x14,
+ 0x6a,0x54,0x7a,0xeb,0x51,0x3d,0xc3,0x86,0xed,0x9b,0x92,0xad,0x6f,0x3c,0x71,0xd2,
+ 0x68,0xd1,0x9e,0x83,0x17,0x1f,0xd0,0xfb,0x92,0x4b,0x8f,0xe1,0x94,0x29,0x53,0x40,
+ 0xb3,0x59,0xbc,0x76,0x59,0xb8,0xa0,0x80,0x37,0x7b,0xf7,0x9c,0x74,0x6d,0xd8,0xb9,
+ 0xd7,0xa8,0x74,0xea,0x6f,0xd5,0x96,0xb5,0xe1,0xbc,0xe1,0xdd,0x52,0xdf,0x57,0x79,
+ 0x4c,0x2c,0x8e,0x13,0xde,0x7a,0x30,0xd9,0xfa,0xc6,0x11,0x1f,0x5b,0x70,0xd1,0xf8,
+ 0x2b,0x52,0xff,0xfb,0x79,0x4e,0xa7,0x3b,0x2e,0x2b,0xd,0x37,0x1,0x4e,0x8d,0x32,
+ 0x5,0x34,0xab,0x8f,0xbf,0x9b,0x56,0xb8,0x87,0x63,0xc6,0xcb,0x1b,0xdf,0x98,0xf9,
+ 0xaf,0x64,0x5,0xa0,0x7e,0xee,0x7f,0xf7,0xc9,0x42,0x9d,0x9d,0x3a,0x73,0x70,0xa7,
+ 0x30,0xf7,0xc7,0xf9,0xc9,0xd6,0x37,0xbc,0x4f,0xe6,0x15,0xef,0x33,0x28,0x5e,0x2e,
+ 0x3a,0x63,0xf1,0x37,0xc9,0xa,0x0,0xa7,0x42,0x99,0x2,0x9a,0x55,0x51,0xbf,0x15,
+ 0x6e,0x3f,0xf6,0x12,0xdf,0xa,0x93,0xc9,0xc6,0x1d,0x9b,0x43,0x9b,0xd1,0xbd,0x52,
+ 0xdf,0x57,0x79,0x4d,0x8f,0xbb,0xae,0x2d,0x3d,0x4c,0xb7,0xa1,0x2d,0x59,0xb7,0x3c,
+ 0xb4,0x1e,0xd9,0x33,0xf5,0xbf,0x99,0xdb,0x54,0xb7,0x9,0x7d,0xef,0xbb,0xc5,0x28,
+ 0x74,0x68,0x20,0xca,0x14,0xd0,0xec,0x66,0x2e,0xf9,0x36,0xb4,0xec,0x5f,0xb0,0xfb,
+ 0x15,0xfa,0x55,0x85,0x57,0xbf,0xfc,0x47,0xb2,0x2,0x50,0x3f,0x93,0x3f,0x79,0xa5,
+ 0x50,0x67,0xa7,0xe2,0xb6,0x3e,0xf4,0xfe,0x33,0xc9,0xd6,0x37,0x8c,0x58,0x26,0x8a,
+ 0x38,0xa,0x3d,0x96,0xc7,0x58,0x22,0x81,0x86,0xa1,0x4c,0x1,0xcd,0x2e,0x1e,0xd4,
+ 0xf4,0xbc,0xf3,0xda,0xd4,0x1d,0x7f,0x9e,0xd3,0x66,0x64,0xaf,0xb0,0xa5,0x66,0x5b,
+ 0xb2,0xa,0x50,0x77,0xf1,0x9e,0xbb,0xbe,0xf,0xde,0x52,0xa8,0x42,0x15,0x87,0xb7,
+ 0x34,0x64,0x9,0x88,0x43,0x27,0x8a,0x36,0xa,0x3d,0x7e,0x89,0x13,0x2f,0x6b,0x4,
+ 0x1a,0x8e,0x32,0x5,0x94,0x85,0xef,0x56,0x2e,0x8,0x67,0xd,0xe9,0x9c,0x7a,0x0,
+ 0x90,0xdb,0x54,0xb7,0x9,0x4f,0x7e,0xf4,0x52,0xb2,0x2,0x50,0x3f,0x71,0xa4,0xf5,
+ 0xd9,0x43,0xbb,0xa4,0xbf,0xb7,0x72,0x98,0x58,0x1c,0x6f,0x79,0x6a,0x70,0x69,0x8c,
+ 0xf9,0xa9,0x8a,0x97,0xd8,0x76,0xbc,0xe3,0xb2,0xd4,0xff,0x4e,0x9e,0x13,0x2f,0xa9,
+ 0x8e,0x97,0x56,0x3,0xd,0x47,0x99,0x2,0xca,0x46,0xff,0xc9,0xa3,0x4b,0xe3,0x7a,
+ 0xd3,0xe,0x2,0xf2,0x9a,0xf8,0x6d,0xfb,0xbc,0x95,0xb,0x93,0x15,0x80,0xfa,0x89,
+ 0x97,0xbe,0xfd,0xe1,0xb6,0xe2,0x9c,0x9d,0x8a,0x97,0x3,0x7f,0x34,0xf7,0xb3,0x64,
+ 0xeb,0xb3,0x8b,0x23,0xc1,0x8b,0xf6,0x59,0x13,0x47,0xbf,0xc7,0xb3,0x71,0x40,0xc3,
+ 0x52,0xa6,0x80,0xb2,0xb1,0x7e,0xfb,0xc6,0x42,0x7e,0x5b,0x1c,0x1f,0x16,0x6a,0x54,
+ 0x3a,0x59,0xec,0xd8,0x53,0x13,0xaa,0xc6,0xf4,0x4e,0x7d,0x5f,0xe5,0x35,0x6d,0xc7,
+ 0xf4,0x9,0x2b,0x37,0xad,0x4e,0x56,0xa0,0xfe,0xe2,0xa5,0x82,0xf1,0x61,0xb5,0x69,
+ 0xbf,0x76,0x9e,0x13,0x3f,0x67,0x1a,0xe2,0xac,0x1e,0xf0,0x9f,0x94,0x29,0xa0,0xac,
+ 0x4c,0x5b,0x30,0xb3,0x70,0x63,0x8a,0xe3,0x37,0xc6,0xaf,0x7e,0xf9,0xcf,0x64,0x5,
+ 0xa0,0x7e,0x9e,0xf9,0xf4,0xe5,0xc2,0xd,0xa3,0x18,0x3a,0x65,0x7c,0x38,0x78,0xf8,
+ 0x50,0xb2,0x2,0x75,0xb7,0xef,0xe0,0xfe,0x70,0xcd,0x83,0x7f,0x2b,0xdc,0xd0,0x89,
+ 0x78,0x6f,0xd8,0xac,0xa5,0xb3,0x93,0x55,0x0,0x1a,0x92,0x32,0x5,0x65,0xe4,0xc8,
+ 0xd1,0xa3,0x61,0xcf,0xfe,0x62,0x8f,0xab,0xdd,0xb5,0x6f,0x77,0x21,0x47,0xa5,0x57,
+ 0x8d,0xee,0x1d,0xb6,0x19,0x95,0x4e,0x6,0xf1,0x1e,0x98,0xce,0xe3,0xfb,0xa6,0xbe,
+ 0xaf,0xf2,0x9a,0x33,0x6,0x75,0xc,0x73,0x7e,0xa8,0xff,0xb3,0xa7,0x66,0xaf,0x98,
+ 0x17,0xce,0x1a,0x5c,0xbc,0x7b,0x33,0xe3,0xd4,0xc2,0xbd,0x7,0xf6,0x25,0xab,0x0,
+ 0x34,0x24,0x65,0xa,0xca,0x44,0xdc,0xd1,0xbd,0xfa,0xe5,0xdb,0xe1,0xe6,0x47,0x7,
+ 0x86,0xc5,0xeb,0x97,0x25,0x7f,0xb5,0x98,0x4a,0xa3,0xd2,0xfb,0x15,0x6b,0x54,0xfa,
+ 0x1f,0xab,0xab,0xc2,0xf3,0x53,0x5f,0x4d,0x56,0x0,0xea,0x27,0x9e,0x75,0xf8,0x63,
+ 0xc1,0xce,0xe8,0xde,0x36,0x79,0x78,0xbd,0xce,0x4e,0xc5,0x4b,0xdc,0xfa,0xdc,0x7d,
+ 0x43,0xea,0xaf,0x95,0xe7,0x9c,0x3f,0xbc,0x7b,0x58,0xb4,0x66,0x69,0xb2,0xa,0x40,
+ 0x43,0x53,0xa6,0xa0,0xc,0x1c,0xaa,0x3d,0x20,0x78,0x69,0xda,0x9b,0xe1,0xec,0x21,
+ 0x9d,0x4b,0x37,0x93,0x5f,0x38,0xa2,0x7b,0x98,0xb5,0x6c,0x6e,0xf2,0x77,0x8b,0x27,
+ 0x1e,0xf4,0xc4,0xeb,0xfb,0xd3,0xe,0xc,0xf2,0x9c,0x78,0xd0,0xb3,0x72,0xf3,0x9a,
+ 0x64,0x15,0xa0,0x7e,0xaa,0x9f,0x1b,0x59,0xa8,0xcb,0xfd,0xe2,0xd9,0xa9,0xfa,0x8c,
+ 0x4a,0x8f,0x5f,0xd2,0xb4,0xea,0xdf,0x2e,0xf5,0xd7,0xca,0x6d,0x4a,0x5f,0xd2,0xbc,
+ 0x96,0xac,0x0,0xd0,0x18,0x94,0x29,0x28,0x3,0xdf,0x2c,0xfb,0x2e,0xb4,0x1f,0x7b,
+ 0xc9,0xcf,0x3b,0xc0,0x78,0x40,0xd4,0xf7,0x81,0x5b,0xc3,0xc6,0x1d,0x9b,0x93,0x7f,
+ 0xa2,0x78,0xe2,0x37,0xed,0x45,0x7b,0x6,0x4c,0xbc,0x1c,0x67,0xec,0xeb,0xf7,0x96,
+ 0xee,0xeb,0x80,0xfa,0x8a,0x45,0xfc,0x9c,0x61,0x17,0xa5,0xbf,0xb7,0x72,0x98,0xd3,
+ 0x6a,0x33,0x6c,0xca,0xc4,0x3a,0x9d,0x9d,0x8a,0x97,0x42,0x76,0x9d,0x70,0x65,0xea,
+ 0xaf,0x93,0xe7,0x54,0x8d,0xea,0x1d,0xb6,0xee,0xda,0x9e,0xac,0x2,0xd0,0x18,0x94,
+ 0x29,0x68,0x66,0x35,0x7b,0x77,0x85,0xc1,0x2f,0xde,0xf1,0xdf,0x63,0x7a,0x6b,0xf,
+ 0xac,0x1f,0xfd,0xe0,0xd9,0x70,0xe8,0x48,0xfd,0x6f,0xb2,0xce,0x83,0xf8,0x20,0xdf,
+ 0xcb,0xee,0xbd,0xe9,0x3f,0xd7,0xa4,0x0,0x89,0xdf,0xb6,0xbf,0x37,0xe7,0xe3,0x64,
+ 0x15,0xa0,0x7e,0x1e,0x7c,0xef,0xe9,0x42,0x8d,0x4a,0x3f,0x7b,0x48,0x97,0xb0,0x60,
+ 0xf5,0xe2,0x64,0xeb,0x7f,0x5d,0x7c,0x50,0x6d,0xd1,0x6,0xdb,0xc4,0xed,0x7d,0x73,
+ 0xe6,0xbf,0x92,0x15,0x0,0x1a,0x8b,0x32,0x5,0xcd,0xec,0x9b,0x65,0x73,0xc3,0xb9,
+ 0x43,0xd3,0xbf,0x4d,0xbe,0x60,0x44,0x8f,0x42,0x5f,0xeb,0xbe,0x60,0xf5,0x92,0x70,
+ 0xde,0xb0,0x6e,0xa9,0x6b,0x93,0xe7,0x74,0x1e,0x77,0x79,0xd8,0xb1,0x67,0x67,0xb2,
+ 0xa,0x50,0x77,0x5b,0x77,0x6d,0xb,0x6d,0x46,0x17,0x67,0x54,0x7a,0x3c,0x3b,0x75,
+ 0xeb,0xd3,0x43,0x7f,0x73,0xe4,0x77,0xbc,0x14,0xb0,0xf5,0xc8,0x9e,0xa9,0xff,0x7e,
+ 0x9e,0xd3,0x6d,0xc2,0x55,0x1e,0xb9,0x0,0x4d,0x40,0x99,0x82,0x66,0x14,0x27,0xd7,
+ 0x5d,0xf7,0xc8,0xed,0xa9,0x3b,0xc2,0x98,0x78,0xa0,0x70,0xdb,0xb3,0x23,0xb,0x3d,
+ 0x85,0xe9,0xb9,0xa9,0xaf,0x96,0xce,0xd2,0xa5,0xad,0x4f,0x5e,0xd3,0xa2,0x5f,0xdb,
+ 0x30,0x65,0xda,0x9b,0xc9,0xa,0x40,0xfd,0x3c,0xf1,0xe1,0xf3,0x85,0xba,0x77,0xaa,
+ 0xd5,0x80,0x76,0xe1,0x9d,0x6f,0xff,0x9d,0x6c,0xfd,0x7f,0x8a,0x9f,0x9d,0x7d,0xef,
+ 0xbb,0xa5,0x70,0x9f,0x21,0xe7,0xc,0xf1,0x30,0x70,0x68,0x2a,0xca,0x14,0x34,0xa3,
+ 0x77,0xbf,0xfd,0xa4,0x74,0xe0,0x9c,0xb6,0x33,0x3c,0x91,0x56,0x3,0xda,0x87,0x8f,
+ 0xbf,0xff,0x22,0xf9,0x37,0x8a,0x27,0x5e,0xef,0xdf,0x66,0x64,0xaf,0xd4,0xb5,0xc9,
+ 0x73,0xe2,0x37,0xe9,0x9b,0x6b,0xb6,0x26,0xab,0x0,0x75,0xb7,0xa5,0x66,0x5b,0xe8,
+ 0x70,0xc7,0xa5,0xa9,0xef,0xab,0xbc,0xa6,0xeb,0xc4,0x2b,0x53,0x1f,0x2d,0x10,0xef,
+ 0xbd,0x3c,0x7d,0x40,0x87,0xd4,0x7f,0x27,0xb7,0xa9,0xae,0xa,0x4f,0x7d,0x3c,0x25,
+ 0x59,0x1,0xa0,0xb1,0x29,0x53,0xd0,0x4c,0x62,0x49,0xe8,0x79,0xd7,0xb5,0xe9,0x3b,
+ 0xc3,0x5f,0xe4,0xca,0x87,0xfe,0x52,0xe8,0xcb,0x35,0x5e,0x9d,0xfe,0x76,0xe1,0xee,
+ 0x77,0x88,0xdf,0xa4,0x3f,0xf0,0xee,0x93,0xc9,0xa,0x40,0xfd,0x4c,0x99,0xf6,0x56,
+ 0x38,0xad,0x40,0x67,0x63,0xe2,0x99,0xb8,0xa7,0x7f,0x51,0x20,0xe2,0x99,0xff,0x22,
+ 0x4e,0x5,0x6d,0x37,0xa6,0x4f,0xe9,0x72,0x4f,0xa0,0x69,0x28,0x53,0xd0,0xc,0xe2,
+ 0x28,0xf4,0x17,0x3e,0x7b,0xfd,0xbf,0x87,0x4e,0xfc,0x5a,0x6a,0x8b,0xc4,0x5b,0x5f,
+ 0xbd,0x9b,0xfc,0xdb,0xc5,0x13,0xef,0x1f,0x8a,0xf7,0x11,0xa5,0xae,0x4d,0x8e,0x73,
+ 0xf6,0xd0,0x2e,0x61,0xe9,0xfa,0x15,0xc9,0x2a,0x40,0xdd,0xc5,0x22,0xd1,0xf7,0xc1,
+ 0x5b,0xa,0x75,0xb9,0x5f,0xeb,0x51,0xbd,0xc2,0xfa,0xed,0x1b,0x93,0x15,0x8,0xe1,
+ 0xb3,0xf9,0xd3,0xb,0xf7,0xbc,0xba,0xb8,0xbd,0xd3,0x16,0xce,0x4c,0x56,0x0,0x68,
+ 0xa,0xca,0x14,0x34,0x83,0xf8,0x14,0xfe,0xb6,0x63,0x2e,0x4e,0xdd,0x19,0xfe,0x5a,
+ 0xba,0x4f,0xba,0x3a,0xac,0xdd,0xba,0x3e,0xf9,0x15,0x8a,0x27,0x3e,0x23,0xe6,0xf4,
+ 0x81,0x5,0xbb,0x5c,0xa7,0x36,0x43,0xa7,0x4c,0x28,0x4d,0x36,0x84,0xfa,0x5a,0xb2,
+ 0x6e,0x45,0x38,0x7f,0x44,0xf7,0xd4,0xf7,0x55,0x1e,0x13,0x8b,0xe3,0xa8,0x57,0xef,
+ 0x2a,0x6d,0xfb,0xdc,0x1f,0xe7,0x87,0xe,0x63,0xfe,0xdf,0xe3,0x26,0x8a,0x92,0x78,
+ 0x26,0x2e,0x16,0x69,0xa0,0xe9,0x28,0x53,0xd0,0xc4,0x76,0xec,0xde,0x19,0x6e,0x7a,
+ 0x62,0x60,0xbd,0x6f,0x88,0x8e,0xc3,0x28,0x1e,0xf8,0xd7,0x93,0xf5,0x7a,0xe2,0x7f,
+ 0x9e,0xc4,0x42,0x71,0xe5,0xfd,0xb7,0xa6,0xae,0x4d,0x9e,0x13,0xb,0xe4,0x7b,0xb3,
+ 0x8d,0x4a,0x27,0x9b,0x27,0x3e,0x7a,0xb1,0x50,0xa3,0xd2,0xe3,0x3d,0xa6,0x23,0x5f,
+ 0xbe,0x33,0xf4,0xb9,0xeb,0xfa,0xc2,0xd,0x9d,0x88,0xf7,0x86,0xc5,0x7b,0xc4,0x80,
+ 0xa6,0xa5,0x4c,0x41,0x13,0xfb,0xf4,0xfb,0xe9,0x99,0xcf,0xb0,0x9c,0x37,0xbc,0x5b,
+ 0x98,0xbf,0xea,0xf7,0x9f,0xa9,0x92,0x57,0x8b,0xd7,0x2e,0xb,0xe7,0xf,0x2f,0xce,
+ 0x37,0xed,0x27,0xd2,0x61,0xec,0x25,0x61,0xe3,0xce,0xe2,0x3e,0xc0,0x99,0xec,0xe2,
+ 0xbd,0x96,0x6d,0xc7,0xf6,0x49,0x7d,0x5f,0x49,0x8e,0x52,0x5b,0x1c,0xfb,0xde,0x77,
+ 0x73,0xa1,0x27,0xbf,0x42,0x73,0x51,0xa6,0xa0,0x9,0xc5,0xb3,0x2b,0x37,0x3c,0xde,
+ 0x3f,0x7d,0x67,0x58,0xc7,0xdc,0x36,0x79,0x78,0xa1,0x87,0x51,0xbc,0xf0,0xf9,0xeb,
+ 0xa5,0x69,0x55,0x69,0x6b,0x93,0xd7,0xc4,0x7b,0xeb,0x26,0x7f,0xf2,0x72,0x38,0x7a,
+ 0xec,0x68,0xb2,0xa,0x50,0x77,0xcf,0x4e,0x7d,0xb5,0x50,0xf7,0x4e,0x15,0x31,0xf1,
+ 0x4b,0xa6,0x22,0x3f,0x93,0x10,0x9a,0x93,0x32,0x5,0x4d,0x68,0xd6,0xb2,0x39,0xa5,
+ 0x67,0xa2,0xa4,0xed,0xc,0xeb,0x9a,0xf8,0xef,0xff,0x7b,0xee,0x67,0xe1,0xf8,0xf1,
+ 0xe3,0xc9,0xaf,0x5a,0x2c,0xdb,0x77,0xef,0x8,0xed,0xc7,0x14,0xef,0x9b,0xf6,0xb,
+ 0x86,0xf7,0x8,0x2b,0x37,0xaf,0x49,0x56,0x1,0xea,0x2e,0xde,0x43,0xd3,0x79,0x42,
+ 0xf1,0x6,0xb8,0x14,0x26,0xd5,0x55,0xe1,0xf9,0xa9,0xaf,0x25,0xaf,0x36,0xd0,0xd4,
+ 0x94,0x29,0x68,0x22,0x71,0x22,0xdd,0x65,0xf7,0xdd,0x94,0xbe,0x33,0xac,0x67,0xae,
+ 0x7c,0xf0,0x2f,0xa5,0x5f,0xaf,0xa8,0xa6,0x2f,0xfe,0x3a,0xb4,0xea,0x7f,0x6a,0xa5,
+ 0xb4,0xe2,0x52,0x1a,0x95,0xfe,0x54,0x38,0x70,0xf8,0x60,0xb2,0xa,0x50,0x77,0xaf,
+ 0xcf,0x78,0xa7,0x78,0x8f,0x17,0x28,0x48,0xda,0x8c,0xea,0x55,0x7a,0xd4,0x6,0xd0,
+ 0x3c,0x94,0x29,0x68,0x2,0x87,0x8f,0x1c,0xe,0xaf,0x4f,0xff,0x67,0xc3,0x8d,0xe9,
+ 0xad,0xae,0x2a,0x1d,0x1c,0x15,0xd5,0xee,0xfd,0x7b,0xc2,0xc5,0x77,0xfd,0x39,0x7d,
+ 0x6d,0x72,0x9c,0xb3,0x87,0x74,0x9,0x73,0x7e,0xf8,0x3e,0x59,0x5,0xa8,0xbb,0x78,
+ 0x89,0xf1,0xb5,0x8f,0xde,0xe6,0x72,0xbf,0xbc,0xa5,0x76,0x5f,0xf0,0xea,0x97,0xff,
+ 0x4c,0x5e,0x65,0xa0,0x39,0x28,0x53,0xd0,0x4,0xe6,0xaf,0x5e,0x1c,0xba,0x8c,0xbf,
+ 0x22,0x7d,0x67,0x98,0x31,0x5d,0x26,0x5c,0x11,0xd6,0x6c,0x5d,0x97,0xfc,0x17,0x8a,
+ 0xe7,0xdb,0xe5,0xdf,0x85,0x33,0x7,0x77,0x4a,0x5d,0x9b,0x3c,0xa7,0xdb,0xc4,0xab,
+ 0xc2,0x8e,0x3d,0x35,0xc9,0x2a,0x40,0xdd,0xc5,0x1,0x2e,0x17,0x14,0x68,0x54,0x7a,
+ 0x11,0xd2,0x6e,0xf4,0xc5,0x61,0xdb,0xee,0x1d,0xc9,0x2b,0xc,0x34,0x7,0x65,0xa,
+ 0x1a,0x59,0xcd,0xde,0x5d,0x61,0xf8,0x94,0x89,0xd,0x7e,0x89,0x4d,0xfc,0x86,0xf9,
+ 0xfe,0x77,0x9e,0x28,0xec,0xa8,0xf4,0x7d,0x7,0xf7,0x87,0xab,0x1f,0xfc,0x6b,0xe9,
+ 0xf2,0xb7,0xb4,0xf5,0xc9,0x6b,0xe2,0xd9,0xcd,0x57,0xbe,0xf8,0x47,0xb2,0xa,0x50,
+ 0x3f,0x8f,0x7f,0xf8,0x42,0xf8,0x83,0xb3,0x53,0xb9,0x48,0xcb,0xfe,0x6d,0xb,0x7d,
+ 0x85,0x2,0x94,0xb,0x65,0xa,0x1a,0xd9,0x8c,0xc5,0xdf,0x84,0xb3,0x87,0x74,0x4e,
+ 0xdd,0x19,0x9e,0x6a,0xce,0x1d,0x76,0x51,0x58,0xb0,0x7a,0x49,0xf2,0x5f,0x2a,0x9e,
+ 0x25,0xeb,0x96,0x17,0x72,0x54,0x7a,0x9b,0x51,0xbd,0xc3,0xc6,0x1d,0x46,0xa5,0x53,
+ 0x7f,0xf1,0xac,0x66,0x87,0x3b,0x2e,0x4d,0x7d,0x5f,0x49,0x65,0xa5,0xc7,0xa4,0x6b,
+ 0xa,0x3d,0xd9,0x15,0xca,0x85,0x32,0x5,0x8d,0x68,0x73,0xcd,0xd6,0x6,0x1b,0x3a,
+ 0x91,0x96,0xf8,0x20,0xdf,0xbf,0x3e,0x33,0xac,0x74,0xf,0x51,0x51,0xbd,0xf0,0xd9,
+ 0xeb,0xa5,0xd1,0xe1,0x69,0xeb,0x93,0xdb,0xd4,0x6e,0xef,0xb3,0x9f,0xbe,0x12,0x8e,
+ 0x1d,0x3b,0x96,0xac,0x2,0xd4,0xdd,0x8b,0xd3,0xde,0x70,0xef,0x54,0x85,0xe7,0xbc,
+ 0x61,0x5d,0xc3,0xf7,0xab,0x16,0x25,0xaf,0x28,0xd0,0x9c,0x94,0x29,0x68,0x24,0xf1,
+ 0x99,0x40,0x2f,0xc6,0x3,0xfd,0x46,0x9e,0xa0,0x15,0x2f,0xf5,0x78,0x6f,0xf6,0x27,
+ 0xc9,0x7f,0xb5,0x78,0xe2,0xa8,0xf4,0x22,0x7e,0xd3,0x7e,0xe1,0x88,0x1e,0x61,0xdd,
+ 0xb6,0xd,0xc9,0x2a,0x40,0xdd,0xd5,0xec,0xdb,0x15,0xfa,0x3e,0x78,0xab,0x42,0x55,
+ 0xa9,0x89,0x5f,0xa6,0x4c,0x7d,0x25,0x79,0x35,0x81,0xe6,0xa6,0x4c,0x41,0x23,0x89,
+ 0xc3,0x21,0x3a,0x8d,0x6b,0x9a,0x67,0xbb,0x5c,0x72,0xdf,0xd,0x61,0xc3,0xf6,0x4d,
+ 0xc9,0x7f,0xb9,0x78,0xe2,0xa5,0x94,0x7f,0x1a,0xd0,0x3e,0x75,0x6d,0x72,0x9b,0xea,
+ 0x36,0xe1,0x89,0x8f,0x5e,0x8,0x87,0x8e,0x14,0xf3,0x9e,0x39,0x4e,0xcd,0xd2,0xf5,
+ 0x2b,0xc2,0xd9,0x43,0x2f,0x4a,0x7f,0x6f,0x49,0x59,0xa7,0xdd,0x98,0x3e,0x46,0xa1,
+ 0x43,0x19,0x51,0xa6,0xa0,0x11,0x1c,0x3c,0x72,0x30,0x3c,0xfa,0xc1,0xb3,0x4d,0x77,
+ 0xf9,0x59,0xed,0x81,0xf5,0x53,0x1f,0xbd,0x18,0xe,0x1f,0x3d,0x92,0xfc,0x4,0xc5,
+ 0x12,0xc7,0x3e,0x5f,0x76,0xef,0x4d,0x85,0x1b,0x46,0x71,0xae,0x4b,0x7d,0x38,0x5,
+ 0xf,0x7f,0x30,0x39,0xfc,0xe1,0x36,0x67,0xa7,0x2a,0x29,0x71,0x0,0xcd,0xb4,0x85,
+ 0x33,0x93,0x57,0x10,0x28,0x7,0xca,0x14,0x34,0xb0,0xe3,0xb5,0x59,0xb0,0x6a,0x71,
+ 0xa8,0x1a,0xd5,0x3b,0x75,0x67,0xd8,0x58,0x69,0x3b,0xe6,0xe2,0xb0,0x62,0xe3,0xca,
+ 0x9f,0x7e,0x88,0x2,0x8a,0x63,0x9f,0x2f,0x1c,0xd9,0x33,0x75,0x6d,0xf2,0x9c,0x58,
+ 0x22,0x63,0x99,0x84,0xfa,0x8a,0xc3,0xb,0xaa,0x6a,0x3f,0x37,0xd2,0xde,0x57,0x52,
+ 0x9e,0x89,0x8f,0x46,0xd8,0xb5,0x6f,0x77,0xf2,0xa,0x2,0xe5,0x40,0x99,0x82,0x6,
+ 0xb6,0x67,0xff,0x9e,0x30,0xe0,0xf9,0x31,0x4d,0x7e,0x96,0x24,0xde,0xff,0x30,0xe1,
+ 0xad,0x7,0xc3,0x81,0xc3,0x7,0x93,0x9f,0xa4,0x78,0x3e,0x99,0x37,0xad,0xd1,0xef,
+ 0x51,0x2b,0xb7,0xc4,0xcb,0x1b,0x67,0x2e,0xf9,0x36,0x59,0x1,0xa8,0x9f,0x67,0xa7,
+ 0xbe,0xea,0xde,0xa9,0xa,0x49,0xfc,0xbd,0x3e,0x6b,0xe9,0xec,0xe4,0x95,0x3,0xca,
+ 0x85,0x32,0x5,0xd,0xe8,0x78,0xed,0xff,0xbe,0xfb,0x71,0x41,0x38,0x73,0x50,0xf3,
+ 0x3c,0x4c,0xf6,0xac,0x21,0x9d,0xb,0x7d,0xd9,0x57,0xbc,0xb1,0xbe,0xcb,0xf8,0xbe,
+ 0xa9,0x6b,0x93,0xe7,0x74,0x9d,0x70,0x95,0x11,0xc9,0x64,0x12,0xcf,0x72,0x74,0x18,
+ 0x67,0x54,0x7a,0x25,0xe4,0x72,0x67,0xa1,0xa1,0x2c,0x29,0x53,0xd0,0x80,0xe2,0x88,
+ 0xf2,0xbf,0x3e,0x3d,0x34,0x75,0x47,0xd8,0x54,0xb9,0xf9,0xc9,0x41,0x85,0x1e,0x95,
+ 0x1e,0x87,0x51,0xc4,0xfb,0xa,0xd2,0xd6,0x26,0xaf,0x69,0x51,0xbb,0xbd,0x1f,0x7d,
+ 0xf7,0x79,0xb2,0x2,0x50,0x3f,0x2f,0x7d,0xfe,0x66,0x38,0xad,0x60,0xf7,0x1b,0x56,
+ 0x5a,0xce,0x1b,0xd6,0x2d,0xcc,0x5f,0xb5,0x38,0x79,0xc5,0x80,0x72,0xa2,0x4c,0x41,
+ 0x3,0x39,0x7e,0xfc,0x78,0xf8,0x64,0xde,0x17,0xcd,0x3e,0x55,0x2e,0x1e,0x58,0xff,
+ 0xeb,0x9b,0xf,0x93,0x9f,0xaa,0x78,0x62,0x91,0xec,0x36,0xe1,0xaa,0xd4,0xb5,0xc9,
+ 0x73,0xe2,0xc3,0x8b,0x17,0xad,0x59,0x9a,0xac,0x2,0xd4,0x5d,0x3c,0xa3,0x7b,0xf9,
+ 0x83,0xb7,0x94,0x9e,0x5b,0x97,0xf6,0xde,0x92,0x66,0x4e,0x69,0xc0,0xd0,0x4b,0x26,
+ 0x77,0x42,0x99,0x52,0xa6,0xa0,0x81,0x7c,0xbd,0x6c,0x6e,0xe8,0x78,0xc7,0x65,0xe9,
+ 0x3b,0xc3,0x26,0x4e,0xef,0xbb,0xff,0x5c,0xe8,0x67,0x10,0x7d,0xb5,0xf4,0xdb,0xe2,
+ 0x8d,0x4a,0xaf,0xcd,0x25,0xf7,0xdc,0x50,0x3a,0x30,0x86,0xfa,0x5a,0xb0,0x7a,0x71,
+ 0x38,0x7b,0x48,0x97,0xd4,0xf7,0x95,0x34,0x6f,0xda,0x8c,0xea,0x55,0xe8,0x47,0x5f,
+ 0x40,0xb9,0x53,0xa6,0xa0,0x1,0x7c,0xbf,0x72,0x51,0xb8,0xb8,0xb6,0xc0,0xa4,0xed,
+ 0x8,0x9b,0x2b,0x8f,0xbc,0x3f,0xb9,0xb0,0xdf,0x64,0xee,0x3d,0xb0,0x2f,0xf4,0xbd,
+ 0xef,0xe6,0xc2,0x8d,0x4a,0x3f,0x7d,0x60,0x87,0xf0,0xaf,0x6f,0x3f,0x4e,0x56,0x1,
+ 0xea,0xe7,0x9e,0xb7,0x1f,0xb,0xa7,0x19,0x95,0x5e,0x56,0x89,0x3,0x75,0x5e,0x9f,
+ 0xf1,0x76,0xf2,0xa,0x1,0xe5,0x48,0x99,0x82,0x53,0xb4,0xff,0xd0,0x81,0x30,0xe8,
+ 0x85,0xb1,0x65,0x77,0xe0,0x7e,0xc1,0x88,0x62,0x5f,0xf6,0xb5,0x64,0xdd,0x8a,0xd0,
+ 0xba,0x80,0xa3,0xd2,0xbb,0x4d,0xbc,0xda,0xe8,0x64,0x32,0xd9,0xb8,0x63,0x73,0xe9,
+ 0x11,0xb,0x69,0xef,0x2b,0x69,0x9e,0xc4,0x4b,0x96,0x77,0xec,0xa9,0x49,0x5e,0x21,
+ 0xa0,0x1c,0x29,0x53,0x70,0x8a,0xe6,0xfe,0x38,0x3f,0x9c,0x35,0xb8,0x79,0xa6,0xf7,
+ 0xfd,0x56,0xe2,0xfd,0xf,0xd5,0xcf,0x8e,0x2c,0xf4,0xf4,0xa7,0x22,0x8e,0x4a,0x6f,
+ 0xd5,0xbf,0x5d,0xf8,0x62,0xe1,0x57,0xc9,0xa,0x40,0xfd,0x3c,0xfb,0xe9,0x2b,0xe1,
+ 0xf,0x46,0xa5,0x97,0x45,0xce,0x19,0x72,0x51,0x98,0xb7,0x72,0x61,0xf2,0xca,0x0,
+ 0xe5,0x4a,0x99,0x82,0x53,0xb0,0xa9,0x66,0x6b,0xb8,0xe1,0xf1,0x1,0xa9,0x3b,0xc2,
+ 0x72,0x48,0xab,0x1,0xed,0xc2,0x47,0xdf,0x4f,0x4b,0x7e,0xda,0xe2,0x89,0xf7,0xf,
+ 0x5d,0x34,0xfe,0x8a,0xd4,0xb5,0xc9,0x73,0x3a,0x8c,0xbd,0x34,0x6c,0xdb,0xbd,0x23,
+ 0x59,0x5,0xa8,0xbb,0xf8,0x7b,0xa6,0xcf,0x7d,0x37,0x18,0x46,0xd1,0xdc,0xa9,0x6e,
+ 0x13,0x9e,0xfc,0xe8,0xa5,0xe4,0x55,0x1,0xca,0x99,0x32,0x5,0x19,0x1d,0x3d,0x76,
+ 0x34,0xbc,0x31,0xfd,0x9d,0xb2,0x1f,0x74,0x70,0xc5,0x83,0xb7,0x16,0xfa,0x19,0x44,
+ 0x71,0x54,0x7a,0x3c,0x5b,0x93,0xb6,0x36,0xb9,0x4d,0x75,0x55,0x98,0xfc,0xc9,0x94,
+ 0x64,0x5,0xa0,0x7e,0x16,0xaf,0x5d,0x16,0x4e,0x1f,0xd4,0x21,0xfd,0xbd,0x25,0x4d,
+ 0x92,0x78,0x89,0xf2,0xa6,0x9d,0x5b,0x92,0x57,0x4,0x28,0x67,0xca,0x14,0x64,0xb4,
+ 0x72,0xd3,0xea,0x70,0xcd,0x43,0x7f,0x4b,0xdd,0x11,0x96,0x55,0x6a,0xf,0xac,0xdf,
+ 0xfa,0xea,0xbd,0xe4,0xa7,0x2e,0x9e,0x38,0x2a,0xbd,0xe7,0xa4,0x6b,0xd3,0xd7,0x26,
+ 0xc7,0x39,0x77,0x68,0x57,0x97,0x8,0x91,0xd9,0xb8,0xb7,0xee,0x37,0x8c,0xa2,0x99,
+ 0xd2,0xa2,0xf6,0x33,0x7b,0xca,0xb4,0x37,0xc3,0xb1,0xe3,0xc7,0x93,0x57,0x3,0x28,
+ 0x67,0xca,0x14,0x64,0x70,0xe8,0xc8,0xe1,0xf0,0xc2,0xd4,0xd7,0x43,0xab,0xa,0x19,
+ 0xbf,0xdd,0xfd,0xce,0x6b,0xc2,0x96,0x9a,0x6d,0xc9,0x4f,0x5f,0x3c,0xb3,0x96,0xce,
+ 0xe,0x67,0xc,0xea,0x98,0xba,0x36,0x79,0x4e,0x8f,0xda,0x12,0xe9,0xe6,0x75,0xb2,
+ 0x88,0xa3,0xb8,0x5b,0x8f,0x2a,0xde,0x0,0x97,0x72,0x48,0xbc,0x4c,0x77,0x73,0xcd,
+ 0xd6,0xe4,0x95,0x0,0xca,0x9d,0x32,0x5,0x19,0x2c,0x5c,0xbd,0x24,0xb4,0x1f,0xd3,
+ 0x27,0x75,0x47,0x58,0x8e,0x89,0xf7,0x3f,0x3c,0xf1,0xd1,0xb,0xc9,0x4f,0x5f,0x3c,
+ 0x71,0x54,0xfa,0x55,0xf,0xfc,0xb5,0x70,0xa3,0xd2,0xe3,0xe5,0x8d,0xaf,0x4d,0x37,
+ 0x56,0x99,0x6c,0x1e,0xf9,0x60,0xb2,0xb3,0x53,0x4d,0x9c,0xf8,0x5,0xdd,0x97,0x8b,
+ 0x66,0x25,0xaf,0x0,0x50,0x9,0x94,0x29,0xa8,0xa7,0x7d,0x87,0xf6,0x87,0x1,0xcf,
+ 0x8d,0x49,0xdd,0x11,0x96,0x73,0xce,0x1f,0xde,0x2d,0x2c,0x59,0xb7,0x3c,0xd9,0x8a,
+ 0xe2,0x29,0xea,0xa8,0xf4,0x76,0xb5,0xa5,0x3f,0x8e,0xbc,0x86,0xfa,0x8a,0x67,0x47,
+ 0xda,0x8e,0xbd,0x38,0xfc,0xf1,0xb6,0xf4,0xf7,0x96,0x34,0x7c,0x2e,0xbf,0xf7,0xa6,
+ 0xd2,0xa5,0xc9,0x40,0xe5,0x50,0xa6,0xa0,0x9e,0xbe,0xfb,0x71,0x41,0x59,0x8e,0x42,
+ 0xff,0xbd,0xc4,0xb3,0x53,0x7f,0x7d,0x66,0x98,0x51,0xe9,0xfd,0xda,0xa6,0xae,0x4f,
+ 0x5e,0x13,0xef,0xbf,0x78,0xfa,0x93,0x29,0xe1,0xc8,0xd1,0x23,0xc9,0x2a,0x40,0xdd,
+ 0x19,0x95,0xde,0x74,0x39,0x7f,0x78,0xf7,0xb0,0xb0,0xc0,0xcf,0x6,0x84,0x4a,0xa5,
+ 0x4c,0x41,0x3d,0xc4,0xe9,0x4a,0xb7,0x3c,0x39,0x38,0x75,0x47,0x58,0x9,0x69,0xd9,
+ 0xbf,0x5d,0xf8,0xf7,0xdc,0xcf,0x92,0xad,0x29,0x9e,0x38,0xf6,0xb9,0xeb,0x84,0xab,
+ 0x52,0xd7,0x26,0xcf,0x39,0x6f,0x78,0xb7,0xf0,0xc3,0xc6,0x55,0xc9,0x2a,0x40,0xdd,
+ 0xc5,0xdf,0x33,0x97,0x3d,0x70,0x73,0x38,0x4d,0xa1,0x6a,0xdc,0x54,0x57,0x85,0xe7,
+ 0xa7,0xbe,0x96,0xac,0x3a,0x50,0x49,0x94,0x29,0xa8,0xa3,0xe3,0xc7,0x8f,0x87,0x17,
+ 0x3f,0x7b,0xb3,0xec,0x47,0xa1,0xff,0x5e,0x2e,0x7f,0xe0,0x96,0x42,0xf,0x25,0x98,
+ 0xb9,0xe4,0xdb,0x8a,0x7f,0xd,0xb3,0x64,0xcc,0x6b,0xf7,0x84,0x7d,0x7,0xf7,0x27,
+ 0xab,0x0,0x75,0xb7,0x74,0xfd,0x8a,0x70,0xf6,0xd0,0x2e,0xa9,0xef,0x2b,0x69,0x98,
+ 0xb4,0x19,0xd5,0x2b,0x6c,0xdd,0xb5,0x3d,0x59,0x71,0xa0,0x92,0x28,0x53,0x50,0x47,
+ 0xcb,0xd6,0xff,0x10,0x3a,0xde,0x71,0x59,0xea,0x8e,0xb0,0xa2,0x52,0xdd,0x26,0xbc,
+ 0x39,0xf3,0xdd,0x64,0xab,0x8a,0x27,0xde,0x8f,0x70,0xc9,0xdd,0x37,0xa4,0xaf,0x4d,
+ 0x8e,0x13,0xa7,0x19,0xbe,0x37,0xe7,0xe3,0x64,0x15,0xa0,0x7e,0xee,0x7f,0xf7,0x49,
+ 0x67,0xa7,0x1a,0x2b,0xd5,0x55,0xe1,0xd5,0x2f,0xff,0x99,0xac,0x34,0x50,0x69,0x94,
+ 0x29,0xa8,0x83,0xf8,0xb4,0x8f,0x89,0x6f,0x3e,0x50,0xda,0xe9,0xa5,0xee,0xc,0x2b,
+ 0x2c,0x17,0x4d,0xbc,0xb2,0xd0,0xa3,0x77,0xbf,0x5d,0xfe,0x5d,0x38,0xb3,0x2,0xef,
+ 0x7b,0x3b,0xd5,0x74,0x1e,0x77,0x79,0xd8,0xb1,0x67,0x67,0xb2,0xa,0x50,0x77,0xdb,
+ 0x76,0xef,0x8,0x6d,0x46,0xf7,0x4a,0x7d,0x5f,0xc9,0xa9,0xa5,0xed,0xe8,0x8b,0x4b,
+ 0xeb,0xb,0x54,0x26,0x65,0xa,0xea,0x60,0xc1,0xea,0xc5,0xe1,0xbc,0x61,0xdd,0x52,
+ 0x77,0x84,0x95,0x98,0xf8,0xd,0xf3,0x23,0x1f,0x3c,0x9b,0x6c,0x5d,0xf1,0xc4,0xcb,
+ 0xdd,0xae,0x79,0xf0,0x6f,0x85,0x1b,0x95,0x1e,0x87,0x6f,0xbc,0xfc,0xe5,0xdf,0x93,
+ 0x55,0x80,0xfa,0x79,0xf2,0xa3,0x17,0x9d,0x9d,0x6a,0xe0,0xb4,0xac,0xfd,0x3d,0xf9,
+ 0xe6,0x57,0xff,0x4a,0x56,0x18,0xa8,0x44,0xca,0x14,0xfc,0x8e,0xfd,0xb5,0x7,0xde,
+ 0x7f,0x79,0x7a,0x68,0xea,0x8e,0xb0,0x92,0x73,0xee,0xb0,0xae,0x85,0x1e,0x95,0x1e,
+ 0x2f,0xdb,0x2c,0xe2,0xa8,0xf4,0xaa,0x51,0xbd,0xc3,0x76,0xdf,0x82,0x93,0x41,0xbc,
+ 0xd7,0xb2,0xd3,0xf8,0xcb,0x53,0xdf,0x57,0x92,0x2d,0x3d,0x26,0x5d,0x13,0x76,0xee,
+ 0xdd,0x95,0xac,0x30,0x50,0x89,0x94,0x29,0xf8,0x1d,0x73,0x7f,0x98,0x5f,0xba,0xdf,
+ 0x24,0x6d,0x47,0x58,0xc9,0x89,0xdf,0x30,0x1b,0x95,0x5e,0xbc,0x51,0xe9,0xf1,0x52,
+ 0xd5,0x57,0xbe,0xf8,0x47,0xb2,0x2,0x50,0x3f,0x6f,0xcc,0x7c,0xb7,0x70,0x67,0x74,
+ 0x1b,0x2b,0xe7,0xe,0xed,0x1a,0xbe,0x5f,0xb5,0x28,0x59,0x59,0xa0,0x52,0x29,0x53,
+ 0xf0,0x1b,0xe2,0xc3,0x4e,0x6f,0x7e,0x62,0x50,0xea,0x8e,0x30,0xf,0x69,0xd9,0xbf,
+ 0x6d,0xf8,0x60,0xce,0xd4,0x64,0x6b,0x8b,0xa7,0xa8,0xa3,0xd2,0xdb,0x8c,0x34,0x39,
+ 0x8c,0x6c,0xf6,0x1e,0xd8,0x17,0xae,0x7b,0xb4,0xda,0xe5,0x7e,0xa7,0x9a,0xda,0x42,
+ 0xfa,0xcc,0xc7,0x2f,0x25,0xab,0xa,0x54,0x32,0x65,0xa,0x7e,0xc5,0xf1,0xda,0xff,
+ 0xbd,0x30,0xf5,0xf5,0xdc,0x8f,0xd1,0xbe,0xe4,0xbe,0x1b,0xb,0x7d,0xf3,0x73,0x21,
+ 0x47,0xa5,0xd7,0x1e,0xc8,0x3d,0x37,0xf5,0xd5,0x64,0x5,0xa0,0x7e,0xe2,0x25,0xb2,
+ 0xe7,0xc,0xbd,0x28,0xfd,0xbd,0x25,0x75,0x4a,0xeb,0x91,0xbd,0xc2,0x96,0x9a,0x6d,
+ 0xc9,0x8a,0x2,0x95,0x4c,0x99,0x82,0x5f,0x31,0x6f,0xe5,0x82,0xd0,0x61,0xec,0xa5,
+ 0xa9,0x3b,0xc2,0x5c,0x25,0x7e,0x43,0xfa,0xc9,0x2b,0xc9,0x56,0xff,0xe4,0xd8,0xf1,
+ 0x63,0xc9,0xff,0xcb,0xbf,0x78,0x99,0xe3,0x65,0xf7,0xde,0x94,0xbe,0x36,0x39,0x4e,
+ 0x1c,0xa8,0xb2,0x60,0xf5,0x92,0x64,0x15,0xa0,0x7e,0x8c,0x4a,0xcf,0x9e,0x16,0xd5,
+ 0x55,0xe1,0xe5,0x69,0x6f,0x25,0x2b,0x9,0x54,0x3a,0x65,0xa,0x52,0xec,0x3f,0x74,
+ 0x20,0xc,0x9f,0x32,0xb1,0x30,0xf7,0x6,0xc4,0x41,0xc,0xdf,0xd5,0x96,0xc7,0x78,
+ 0x9,0x4f,0xbc,0xfc,0xeb,0xd0,0x91,0xc3,0xc9,0x4a,0x14,0xc3,0xc2,0x35,0x4b,0xc3,
+ 0xf9,0xc3,0xf3,0x33,0xad,0xb1,0xae,0x89,0x25,0xb2,0xc8,0xf7,0xcc,0x91,0x9d,0x51,
+ 0xe9,0xd9,0xd3,0x6e,0x4c,0x1f,0x97,0xd9,0x42,0x8e,0x28,0x53,0x90,0x62,0xee,0x8f,
+ 0xf3,0xc3,0x39,0x5,0x7b,0xe2,0x7f,0x9c,0x2a,0xf5,0xce,0xac,0xf,0x43,0xcd,0xde,
+ 0x5d,0xe1,0xf8,0xf1,0xf8,0x64,0xad,0x62,0x79,0xee,0xb3,0x57,0x6b,0xcb,0x73,0x3e,
+ 0x9e,0x23,0x56,0xd7,0xc4,0xcb,0x1b,0xe3,0x65,0x8e,0x90,0xc5,0x53,0x1f,0x4f,0x9,
+ 0x7f,0x70,0x76,0xaa,0x5e,0x69,0xd9,0xbf,0x5d,0x78,0xeb,0xab,0x77,0xb,0xf9,0x19,
+ 0xb,0x79,0xa5,0x4c,0xc1,0x2f,0xc4,0x67,0x10,0xdd,0xf8,0xd8,0x80,0xd4,0x1d,0x61,
+ 0x9e,0x73,0xd6,0xe0,0x4e,0x61,0x73,0xcd,0x96,0xc2,0xee,0xe4,0xe3,0x37,0xed,0xf1,
+ 0xe1,0x99,0x69,0x6b,0x93,0xe7,0xc4,0x1,0x1c,0x71,0x10,0x7,0xd4,0x57,0x7c,0xdf,
+ 0x74,0xbb,0xf3,0xea,0xd4,0xf7,0x95,0xa4,0xa7,0x5b,0xed,0xef,0xb7,0x6d,0xbb,0xb7,
+ 0x2b,0x53,0x90,0x23,0xca,0x14,0xfc,0xc2,0xb7,0x2b,0xe6,0x85,0xd3,0x7,0x76,0x48,
+ 0xdd,0x11,0xe6,0x39,0x97,0xde,0x77,0x63,0x38,0x72,0xf4,0x48,0xb2,0xa,0xc5,0x34,
+ 0x6d,0xc1,0xcc,0xd2,0x43,0x34,0xd3,0xd6,0x27,0xaf,0x89,0xa3,0xe1,0xe3,0x88,0x78,
+ 0xc8,0x62,0xde,0xca,0x85,0xa1,0x45,0xff,0x82,0x3d,0x5e,0x20,0x63,0xce,0x1c,0xdc,
+ 0xa9,0x74,0x26,0xb8,0x48,0xf7,0xa4,0x42,0x11,0x28,0x53,0x70,0x92,0xf5,0xdb,0x37,
+ 0x85,0xeb,0x1f,0xad,0x4e,0xdd,0x11,0xe6,0x39,0xad,0xfa,0xb7,0xb,0x53,0xa6,0xbd,
+ 0x99,0xac,0x42,0x71,0xed,0xda,0xb7,0xbb,0x90,0xa3,0xd2,0xe3,0x3d,0x73,0x71,0x42,
+ 0x1b,0x64,0x31,0x64,0xca,0xf8,0x70,0xda,0x6d,0x2e,0xf7,0xfb,0xbd,0x8c,0x7b,0xe3,
+ 0xfe,0xd2,0x67,0x8c,0x32,0x5,0xf9,0xa2,0x4c,0x41,0x22,0x5e,0x76,0xf1,0xdc,0x27,
+ 0xaf,0x86,0x56,0x3,0xda,0xa5,0xee,0x8,0xf3,0x9c,0xcb,0xef,0xbf,0x39,0x6c,0xda,
+ 0xb9,0x25,0x59,0x89,0x62,0x2b,0xea,0xa8,0xf4,0x6b,0x1e,0xfc,0x5b,0xe9,0x12,0x57,
+ 0xa8,0xaf,0xd,0xdb,0x37,0x85,0xf3,0x47,0x74,0x4f,0x7f,0x6f,0x49,0x29,0xf1,0x1,
+ 0xbd,0x8b,0xd6,0x2c,0x2b,0x9d,0xfd,0x57,0xa6,0x20,0x5f,0x94,0x29,0x48,0x7c,0xbb,
+ 0xfc,0xbb,0x42,0xde,0x33,0x13,0x2f,0x69,0x7c,0xfb,0xeb,0xf,0x83,0x2b,0xf8,0x7f,
+ 0x52,0xd4,0x51,0xe9,0xf1,0x12,0xa4,0xf8,0x7b,0x0,0xb2,0x78,0xe4,0x83,0xc9,0xe1,
+ 0xf,0xce,0x4e,0xa5,0xa7,0xba,0x4d,0x78,0xe0,0x5f,0x4f,0x85,0xfd,0x7,0xf,0x94,
+ 0xca,0x94,0xfb,0xa5,0x20,0x5f,0x94,0x29,0xa8,0x15,0x47,0xa1,0xf,0x7a,0xe1,0x8e,
+ 0xc2,0x8c,0x42,0x3f,0x39,0x7f,0x7e,0xb4,0x3a,0x6c,0x2f,0xf0,0x43,0x7b,0xd3,0xfc,
+ 0x34,0x2a,0xbd,0x78,0xdf,0xb4,0xf7,0xb9,0xfb,0xfa,0xb0,0x7b,0xff,0x9e,0x64,0x15,
+ 0xa0,0xee,0xe2,0x3,0x68,0xdb,0x8e,0x2d,0xde,0x97,0x51,0x75,0xc9,0x85,0x23,0x7a,
+ 0x84,0xe5,0x1b,0x7e,0x2c,0x3d,0x72,0x42,0x99,0x82,0xfc,0x51,0xa6,0xa0,0x56,0x7c,
+ 0xc6,0xd2,0xd9,0x43,0x3a,0xa7,0xee,0x8,0xf3,0x9c,0xf3,0x86,0x77,0xb,0x5f,0x2f,
+ 0x9b,0x6b,0xe7,0x9e,0xe2,0xf9,0xcf,0x5e,0x2b,0xdc,0xa8,0xf4,0x56,0x3,0xda,0x87,
+ 0xe9,0x8b,0xbe,0x4e,0x56,0x0,0xea,0xe7,0x99,0xa9,0xaf,0x18,0x95,0xfe,0x8b,0xb4,
+ 0xe8,0x57,0x15,0x1e,0x7e,0xef,0x99,0xb0,0x67,0xff,0xde,0x70,0xb8,0xb6,0x4c,0x1d,
+ 0x3d,0x76,0xd4,0xe7,0x2d,0xe4,0x8c,0x32,0x45,0xe1,0x6d,0xa9,0xd9,0x1a,0x6e,0x79,
+ 0x72,0x70,0xea,0x8e,0x30,0xd7,0xa9,0x6e,0x13,0x1e,0x7c,0xf7,0x69,0x3b,0xf6,0x5f,
+ 0x11,0xcf,0xd6,0xb5,0x1f,0xd3,0x27,0x7d,0xed,0x72,0x9c,0xe,0x63,0x2f,0x2d,0x8d,
+ 0x89,0x87,0xfa,0x88,0x9f,0x23,0xdb,0xf7,0xec,0x8,0x17,0x4d,0xba,0x32,0xf5,0x7d,
+ 0x55,0xd4,0xb4,0x19,0xd5,0x2b,0x2c,0x5e,0xbb,0xac,0x74,0x89,0x5f,0x2c,0x53,0x3e,
+ 0x6f,0x21,0x7f,0x94,0x29,0xa,0x2d,0xee,0xd8,0xde,0x9e,0xf5,0x7e,0x21,0x47,0xa1,
+ 0x77,0x19,0xdf,0xd7,0xd0,0x89,0xdf,0xf1,0xe5,0xa2,0x59,0xa1,0x65,0xd1,0xc6,0x3e,
+ 0x57,0x57,0x85,0x67,0x3e,0x9e,0x92,0xac,0x0,0xfc,0xbe,0xf8,0x39,0x1a,0x73,0xf0,
+ 0xf0,0xa1,0xf0,0xf1,0x77,0xd3,0x42,0x8b,0x82,0x9d,0xd1,0xfd,0xb5,0xc4,0xcf,0x8e,
+ 0xc7,0xff,0xfd,0x5c,0xd8,0xbd,0x6f,0x4f,0x69,0x6d,0xe2,0xe0,0x9,0x65,0xa,0xf2,
+ 0x47,0x99,0xa2,0xd0,0xd6,0x6d,0xdb,0x10,0xae,0xb8,0xff,0xd6,0xd4,0x1d,0x61,0x9e,
+ 0x13,0x9f,0x2d,0xf4,0xdc,0xd4,0xd7,0x92,0x55,0xe0,0xd7,0xec,0xd8,0x53,0x13,0xba,
+ 0x4f,0x2c,0xde,0x43,0x49,0xcf,0x1c,0xd4,0x29,0xbc,0xfb,0xcd,0x47,0xa5,0x4b,0x92,
+ 0x9a,0x22,0x54,0xb6,0xa3,0x47,0x8f,0xd6,0xfe,0x5e,0xd9,0x19,0x3e,0x9b,0x3f,0x23,
+ 0xfc,0xf5,0xc9,0xa1,0xca,0x54,0x92,0x4b,0xef,0xbd,0x31,0x7c,0xbf,0x72,0xe1,0xcf,
+ 0x67,0xa5,0x94,0x29,0xc8,0x27,0x65,0x8a,0x42,0x7b,0xfc,0x83,0xe7,0xb,0xf7,0x90,
+ 0xd6,0x98,0x9b,0x1e,0x1f,0x18,0x36,0xed,0xdc,0x9a,0xac,0x2,0xbf,0x65,0xfa,0xe2,
+ 0xaf,0xc3,0xd9,0x83,0x8b,0x77,0x3f,0xdd,0x39,0x83,0xbb,0x84,0xf6,0xa3,0xfb,0x84,
+ 0xce,0x77,0x5c,0x1e,0xba,0xdc,0xd1,0xb7,0xd1,0x12,0xcb,0x6a,0xe7,0xb1,0x97,0x87,
+ 0x8e,0xa3,0x2f,0xd,0x1d,0x46,0x5f,0x52,0xe8,0x74,0x1a,0x7b,0x59,0xb8,0xe4,0xae,
+ 0x1b,0xc2,0xd,0x8f,0xf4,0xf,0xfd,0x9e,0x19,0x15,0x6,0x3d,0x77,0x47,0x59,0x66,
+ 0xc8,0xf3,0xe3,0xc2,0xb0,0x17,0x27,0x86,0xc1,0xcf,0x8d,0xd,0x7f,0x7e,0xb8,0x3a,
+ 0x74,0x1b,0x7f,0x65,0xb8,0x60,0x58,0xf7,0x70,0xfa,0x80,0xe,0xa1,0x65,0xb5,0x7,
+ 0xf8,0xc6,0xc4,0x67,0xf7,0xfd,0x63,0xe6,0xfb,0x3f,0x9f,0x95,0x8a,0x5f,0x1a,0x28,
+ 0x52,0x90,0x4f,0xca,0x14,0x85,0xb5,0x66,0xeb,0xfa,0xd2,0xfd,0x21,0x69,0x3b,0xc2,
+ 0x3c,0xe7,0x82,0xe1,0xdd,0xc3,0xec,0x1f,0xbe,0xb7,0x63,0xaf,0xa3,0x38,0xdd,0xee,
+ 0xfa,0x87,0xfb,0x15,0x6e,0x18,0x85,0x88,0x64,0x4f,0x8f,0x89,0x57,0x87,0xd5,0x9b,
+ 0xd7,0x96,0x9e,0xdd,0x16,0x27,0xf8,0x29,0x53,0x90,0x5f,0xca,0x14,0x85,0x35,0xe9,
+ 0x1f,0xf,0x17,0x6f,0x14,0x7a,0xed,0xf6,0x3e,0xf6,0xc1,0x73,0xe1,0xb8,0xa7,0x4a,
+ 0xd5,0x4b,0xbc,0x81,0xbc,0x88,0xcf,0x20,0x13,0x91,0x6c,0x89,0x5f,0xd4,0xad,0xaa,
+ 0x2d,0x53,0xf1,0xac,0x94,0x71,0xe8,0x90,0x6f,0xca,0x14,0x85,0xb4,0x66,0xcb,0xba,
+ 0x70,0xc1,0x88,0x1e,0xa9,0x3b,0xc1,0x3c,0xa7,0xfd,0xd8,0x4b,0xc2,0xe6,0x1a,0x97,
+ 0xf7,0x65,0xf1,0xe1,0xdc,0xcf,0xa,0x79,0x49,0xa8,0x88,0xd4,0x3f,0xf1,0x32,0xbf,
+ 0x19,0x8b,0xbf,0x71,0xaf,0x14,0x14,0x80,0x32,0x45,0xe1,0x1c,0x3a,0x72,0x28,0x8c,
+ 0x7a,0xe5,0xce,0xd4,0x1d,0x60,0xae,0x53,0x5d,0x15,0x5e,0xf8,0xfc,0x8d,0x64,0x15,
+ 0xa8,0xaf,0x78,0x83,0x7d,0xb7,0x2,0xe,0xa3,0x10,0x91,0x6c,0xb9,0xed,0x99,0xe1,
+ 0x61,0xe7,0xde,0x9a,0x52,0x99,0x2,0xf2,0x4b,0x99,0xa2,0x50,0xe2,0x75,0xeb,0x2f,
+ 0x7e,0xfa,0x7a,0x38,0xab,0x80,0x3,0x5,0x2e,0xb9,0xf7,0x86,0x52,0x21,0x20,0xbb,
+ 0x38,0x2a,0xfd,0xf4,0x1,0xed,0x53,0xd7,0x57,0x44,0xe4,0xe4,0x9c,0x31,0xb0,0x43,
+ 0xf8,0x74,0xde,0x17,0xc9,0xa7,0x7,0x90,0x57,0xca,0x14,0x85,0x32,0x7f,0xd5,0xe2,
+ 0xd0,0x79,0xdc,0xe5,0xa9,0x3b,0xbe,0x3c,0xe7,0x8c,0x41,0x1d,0xc3,0x17,0xb,0xbf,
+ 0x4a,0x56,0x81,0xac,0xe2,0x30,0x8a,0x2b,0xef,0xff,0x8b,0x61,0x14,0x22,0x52,0xa7,
+ 0xf4,0xb8,0xf3,0x9a,0xb0,0xa5,0x66,0x5b,0xf2,0x9,0x2,0xe4,0x91,0x32,0x45,0x61,
+ 0xc4,0x4b,0x2d,0xc6,0xbd,0x76,0x5f,0x68,0xd1,0xaf,0x78,0x7,0xc2,0xf1,0x72,0x93,
+ 0x5d,0xfb,0x76,0x27,0x2b,0xc1,0xa9,0x58,0xb8,0x66,0x69,0x68,0x67,0x18,0x85,0x88,
+ 0xd4,0x25,0xd5,0x6d,0xc2,0x3,0xff,0x7a,0x32,0xf9,0xf4,0x0,0xf2,0x48,0x99,0xa2,
+ 0x10,0xe2,0xcd,0xbf,0x1f,0xcc,0xfe,0x34,0x5c,0x30,0xbc,0x78,0x43,0x27,0xe2,0xa0,
+ 0x8d,0x79,0x3f,0x2e,0x70,0x3,0x74,0x3,0x2a,0xd,0xa3,0xe8,0x6f,0x18,0x85,0x88,
+ 0xfc,0x7e,0xce,0x1b,0xde,0x2d,0xac,0xd8,0xb0,0x32,0xf9,0xf4,0x0,0xf2,0x46,0x99,
+ 0x22,0xb7,0x62,0x79,0x88,0xff,0x8b,0x67,0xa4,0x3e,0xf9,0xee,0x8b,0xd0,0xeb,0xce,
+ 0xeb,0x52,0x77,0x74,0xb9,0x4e,0x75,0x9b,0xf0,0xf8,0xbf,0x9f,0x57,0xa4,0x1a,0xd8,
+ 0x8e,0x3d,0x35,0xa1,0xc7,0xa4,0x6b,0xd2,0xd7,0x5c,0x44,0xe4,0xa4,0x9c,0x56,0x9b,
+ 0xe1,0x2f,0x4f,0x2a,0xd,0x3f,0x2,0xf2,0x47,0x99,0x22,0x97,0x4a,0x45,0x2a,0x29,
+ 0x10,0xf1,0x7a,0xf5,0x5b,0x9e,0x18,0x1c,0x5a,0x14,0x70,0xac,0x75,0xc7,0x3b,0x2e,
+ 0xb,0x1b,0x76,0x6c,0x2e,0xad,0x3,0xd,0x2b,0xe,0xa3,0x88,0xe3,0x8f,0xd3,0xd6,
+ 0x5d,0x44,0xe4,0xe4,0xc4,0xa1,0x47,0xf1,0x79,0x75,0x40,0xfe,0x28,0x53,0xe4,0x52,
+ 0x2c,0x52,0x27,0xc6,0xd1,0xbe,0x39,0xfd,0xdd,0x70,0x61,0x1,0x9f,0x29,0x15,0xcb,
+ 0xe3,0xe3,0x1f,0x3c,0x6f,0x2c,0x6f,0x23,0x89,0xf7,0xa0,0xf5,0xb9,0xfb,0xfa,0xd4,
+ 0xb5,0x17,0x11,0xf9,0x65,0x86,0xbc,0x38,0x3e,0xec,0x3b,0xb8,0x3f,0xf9,0x4,0x1,
+ 0xf2,0x42,0x99,0x22,0x77,0x4a,0x45,0xea,0xd8,0xb1,0xd2,0x25,0x7e,0x6b,0xb6,0xae,
+ 0xf,0x7d,0xef,0xbb,0xa5,0x74,0xb9,0x5b,0xda,0xce,0x2d,0xcf,0xe9,0x3a,0xe1,0xca,
+ 0xb0,0x74,0xed,0xf2,0x64,0x55,0x68,0xc,0xb3,0x57,0x7c,0x1f,0xce,0x19,0x7a,0x51,
+ 0xea,0xfa,0x8b,0x88,0x9c,0x9c,0x33,0x7,0x75,0xa,0xb3,0x96,0xce,0x4e,0x3e,0x3d,
+ 0x80,0xbc,0x50,0xa6,0xc8,0x9d,0x58,0xa6,0x8e,0x1e,0x3d,0x5a,0x3a,0x23,0xf3,0xcc,
+ 0xc7,0x2f,0x87,0x33,0x6,0x76,0x4c,0xdd,0xb1,0xe5,0x39,0xe7,0xc,0xb9,0x28,0xfc,
+ 0x7d,0xc6,0xbb,0xa5,0x35,0x38,0xf9,0x92,0x47,0x1a,0xde,0x80,0xc9,0x63,0xa,0x39,
+ 0x21,0x52,0x44,0xea,0x9f,0x3e,0xf7,0x5c,0x1f,0xb6,0xee,0x32,0x2a,0x1d,0xf2,0x44,
+ 0x99,0x22,0x77,0x62,0x81,0x38,0x72,0xe4,0x48,0x58,0xb8,0x6a,0x49,0xe8,0x75,0xe7,
+ 0xb5,0xa9,0x3b,0xb4,0xbc,0xa7,0xdf,0xe4,0x91,0x61,0xe7,0x9e,0x9a,0xd2,0x7a,0x28,
+ 0x52,0x8d,0x6b,0xed,0xb6,0xd,0xa1,0xcb,0xb8,0xbe,0xa9,0xaf,0x83,0x88,0xc8,0x7f,
+ 0xa4,0xba,0x2a,0x3c,0xf8,0xee,0x53,0xc9,0xa7,0x7,0x90,0x7,0xca,0x14,0xb9,0x12,
+ 0x6b,0x43,0xbc,0xc4,0x6f,0xcf,0xfe,0xbd,0xe1,0xb1,0xf7,0x9e,0x2d,0xe4,0x80,0x80,
+ 0x73,0x87,0x5e,0x14,0x66,0x2c,0xfe,0x3a,0x1c,0x3e,0x72,0x38,0x1c,0x39,0x7a,0xe4,
+ 0xe7,0xb3,0x53,0x34,0x9e,0x4f,0xbf,0xff,0x32,0xb4,0x2c,0xe0,0x80,0x13,0x11,0xa9,
+ 0x7f,0xce,0x1f,0xde,0xdd,0xa8,0x74,0xc8,0x11,0x65,0x8a,0x5c,0x89,0xa5,0xe1,0xe0,
+ 0xa1,0x43,0xe1,0xbd,0x6f,0x3e,0xa,0x6d,0x46,0xf6,0x4a,0xdd,0x91,0xe5,0x3d,0xb7,
+ 0x3f,0x33,0x22,0xd4,0xec,0xa9,0x29,0xad,0xc5,0xa1,0xda,0x42,0x75,0xf4,0xd8,0x51,
+ 0x65,0xaa,0x91,0xed,0xdc,0xbb,0x2b,0x74,0x9b,0x70,0x75,0xea,0xeb,0x21,0x22,0x72,
+ 0x72,0xe2,0xa8,0xf4,0xa1,0x2f,0x4d,0x8,0xfb,0xf,0x1d,0x48,0x3e,0x41,0x80,0x4a,
+ 0xa6,0x4c,0x91,0x1b,0x71,0xe0,0x44,0xbc,0x57,0x6a,0xf9,0xfa,0x1f,0x7e,0x1a,0x3a,
+ 0xf1,0x8b,0x1d,0x58,0x11,0x12,0x6f,0x70,0x7e,0xfb,0xab,0xf7,0xc3,0x81,0x43,0x7,
+ 0x4b,0x45,0x2a,0x9e,0x9d,0x72,0x66,0xaa,0x69,0x4c,0x5b,0x30,0x33,0xb4,0x34,0x2a,
+ 0x5d,0x44,0xea,0x90,0xb3,0x86,0x74,0x36,0x8c,0x2,0x72,0x42,0x99,0x22,0x37,0x8e,
+ 0x1e,0x3b,0x16,0xf6,0x1f,0xdc,0x1f,0x1e,0x7d,0xff,0xb9,0xf0,0xa7,0x1,0xed,0x53,
+ 0x77,0x60,0xb9,0x4e,0x75,0x9b,0x70,0xf3,0x13,0x83,0xc2,0xf6,0x3d,0x3b,0x4a,0x25,
+ 0x2a,0x3e,0x20,0xb2,0x74,0x99,0x5f,0x9c,0x6c,0xa8,0x4c,0x35,0xba,0x9a,0x7d,0xbb,
+ 0x42,0xcf,0x49,0xc5,0xbc,0x47,0x4f,0x44,0xea,0x97,0x78,0x76,0xea,0xb6,0x67,0x86,
+ 0x97,0x1e,0xb1,0x0,0x54,0x36,0x65,0x8a,0x5c,0x38,0x71,0x49,0xdb,0xcc,0xc5,0xdf,
+ 0x84,0xaa,0x51,0xbd,0x53,0x77,0x5e,0x79,0x4f,0xdb,0xda,0xed,0xfe,0x68,0xee,0x67,
+ 0xa5,0x22,0x15,0xcf,0x4c,0xfd,0x5c,0xa4,0x4a,0x77,0x92,0xd1,0x14,0xa6,0x2f,0xfe,
+ 0xba,0x90,0xd3,0x23,0x45,0xa4,0xfe,0x39,0x7d,0x60,0x87,0xf0,0xef,0x39,0x9f,0x26,
+ 0x9f,0x1e,0x40,0xa5,0x52,0xa6,0xa8,0x78,0xb1,0x48,0xc5,0xd2,0xb0,0x6d,0xd7,0xf6,
+ 0x70,0xfb,0x33,0xc3,0xb,0xf9,0x4c,0xa9,0x78,0x26,0xee,0x99,0xf,0x5f,0xa,0x7b,
+ 0xf6,0xef,0x9,0x87,0xe,0xff,0x74,0x9f,0x94,0xb1,0xe8,0x4d,0x6f,0x77,0xed,0xfa,
+ 0x5f,0xfd,0xc0,0xdf,0xa,0xf9,0x1e,0x14,0x91,0xfa,0xa7,0xfd,0xd8,0x4b,0xc2,0xf,
+ 0x1b,0x57,0x25,0x9f,0x20,0x40,0x25,0x52,0xa6,0xa8,0x78,0xb1,0x2c,0xc4,0xb3,0x30,
+ 0x1f,0xce,0x99,0x1a,0xce,0x19,0xd2,0x25,0x75,0x87,0x95,0xf7,0x5c,0xfd,0xe0,0xdf,
+ 0xc2,0xca,0x4d,0x6b,0xc,0x9b,0x28,0x3,0xb,0x56,0x2f,0x29,0xec,0xf0,0x13,0x11,
+ 0xa9,0x5f,0x4a,0xc3,0x28,0xa6,0x4c,0x8,0x7,0xf,0x1f,0x4a,0x3e,0x41,0x80,0x4a,
+ 0xa3,0x4c,0x51,0xf1,0xe2,0x19,0x98,0xf5,0xdb,0x36,0x86,0x5b,0x9f,0x1c,0x92,0xba,
+ 0xb3,0xca,0x7b,0xce,0x1d,0xda,0x35,0xfc,0x7b,0xf6,0xa7,0xa5,0x9d,0xb1,0x22,0x55,
+ 0x1e,0x5e,0x9f,0xfe,0x76,0x68,0x51,0xed,0x41,0xbe,0x22,0xf2,0xfb,0x39,0x73,0x70,
+ 0xa7,0xb0,0x70,0xcd,0xd2,0xe4,0xd3,0x3,0xa8,0x34,0xca,0x14,0x15,0x2d,0x96,0x87,
+ 0x38,0x68,0xe1,0xad,0x19,0xef,0x85,0xb3,0x7,0x77,0x4e,0xdd,0x51,0xe5,0x39,0xf1,
+ 0x80,0x7d,0xe0,0x73,0x63,0xc2,0xb6,0x9a,0x1d,0xa5,0x52,0x49,0x79,0xd8,0xba,0x6b,
+ 0x5b,0xe8,0x30,0xf6,0x92,0xd4,0xd7,0x4c,0x44,0xe4,0x97,0x19,0xfc,0xc2,0x1d,0x46,
+ 0xa5,0x43,0x85,0x52,0xa6,0xa8,0x58,0xf1,0x3e,0xa9,0x78,0x59,0xdb,0x9a,0x2d,0xeb,
+ 0xc2,0x35,0xf,0xfe,0x2d,0x75,0x7,0x95,0xf7,0x74,0x1c,0x7b,0x69,0x69,0xe8,0x46,
+ 0x1c,0x3a,0xe1,0xac,0x54,0x79,0x79,0xe7,0x9b,0x8f,0x3c,0xc8,0x57,0x44,0xea,0x94,
+ 0xb3,0x6,0x77,0xe,0xdf,0x2e,0xff,0x2e,0xf9,0xf4,0x0,0x2a,0x89,0x32,0x45,0x45,
+ 0x3a,0x31,0x5c,0x21,0x3e,0x57,0xea,0xb5,0x69,0xff,0x2c,0xe4,0x4,0xb5,0x38,0x74,
+ 0xe2,0x85,0x4f,0x5f,0xb,0x7b,0xf,0xec,0x2d,0x95,0x4a,0xca,0xcb,0x8e,0x3d,0x3b,
+ 0x43,0x8f,0x49,0xd7,0xa4,0xbe,0x76,0x22,0x22,0xbf,0xcc,0x5f,0x9e,0x1e,0x6a,0x54,
+ 0x3a,0x54,0x20,0x65,0x8a,0x8a,0x12,0xb,0xd4,0x89,0xc4,0x42,0xb5,0x6e,0xdb,0x86,
+ 0xd0,0xf7,0xfe,0x2,0x3e,0xa0,0xb7,0xba,0x2a,0x5c,0xff,0x48,0xbf,0xb0,0x72,0xe3,
+ 0xaa,0x9f,0x46,0xa0,0xbb,0xc4,0xaf,0x2c,0xcd,0xf9,0xe1,0xfb,0x70,0xce,0xd0,0x8b,
+ 0xd2,0x5f,0x43,0x11,0x91,0x93,0x12,0xbf,0x20,0x7b,0x7f,0xf6,0x27,0xc9,0xa7,0x7,
+ 0x50,0x29,0x94,0x29,0x2a,0xca,0x89,0x12,0x15,0xc5,0x12,0xf1,0xea,0xb4,0x7f,0x84,
+ 0x56,0x5,0x7c,0x40,0x6f,0x8f,0x49,0x57,0x87,0xaf,0x97,0xcd,0x9,0xfb,0xe,0xee,
+ 0xf7,0x50,0xde,0x32,0xf7,0xf4,0xc7,0x53,0xc,0xa3,0x10,0x91,0x3a,0xa5,0x6a,0x74,
+ 0xef,0xb0,0x62,0xe3,0xca,0xe4,0xd3,0x3,0xa8,0x4,0xca,0x14,0x15,0x6b,0xf3,0x8e,
+ 0x2d,0xe1,0xf2,0xfb,0x6e,0x4e,0xdd,0x21,0xe5,0x39,0xf1,0xda,0xfa,0x77,0x66,0x7d,
+ 0x10,0xe,0x1d,0x3e,0x54,0x5b,0x28,0x8d,0x42,0x2f,0x77,0x9b,0x76,0x6e,0x9,0xed,
+ 0xc6,0xf4,0x49,0x7d,0x2d,0x45,0x44,0x4e,0x4e,0x1c,0x95,0x3e,0xf0,0xf9,0xb1,0xe1,
+ 0xc0,0xe1,0x83,0xc9,0x27,0x8,0x50,0xee,0x94,0x29,0x2a,0x52,0x7c,0x30,0xed,0xeb,
+ 0x5f,0xbc,0x1d,0x5a,0xf5,0x6f,0x97,0xba,0x43,0xca,0x6b,0xe2,0x19,0x8e,0x21,0x2f,
+ 0x8e,0xb,0xdb,0x76,0x6f,0xff,0xa9,0x48,0xd5,0xfe,0x8f,0xf2,0xf7,0x8f,0x59,0xef,
+ 0x87,0x16,0xfd,0x9c,0x9d,0x12,0x91,0xdf,0xcf,0x19,0x83,0x3a,0x86,0xef,0x57,0x2d,
+ 0x4a,0x3e,0x3d,0x80,0x72,0xa7,0x4c,0x51,0x71,0xe2,0xb0,0x85,0xef,0x7e,0x58,0x10,
+ 0x2e,0xbd,0xe7,0xc6,0xd4,0x1d,0x51,0x9e,0xd3,0x65,0xfc,0x15,0x61,0xee,0xf,0xf3,
+ 0x7f,0x1e,0xc0,0x41,0x65,0xd8,0xb6,0x7b,0x47,0xe8,0x3c,0xee,0xf2,0xd4,0xd7,0x54,
+ 0x44,0xe4,0x97,0xb9,0x7d,0xf2,0x88,0xd2,0x65,0xdc,0x40,0xf9,0x53,0xa6,0xa8,0x38,
+ 0xb1,0x4c,0x3d,0xf8,0xce,0x93,0x85,0x1b,0x3b,0x1d,0x2f,0xef,0x7b,0x61,0xea,0xeb,
+ 0xc9,0xf4,0x3e,0x65,0xaa,0xd2,0x4c,0x5b,0x30,0xb3,0x74,0x83,0x79,0xda,0x6b,0x2b,
+ 0x22,0x72,0x72,0xe2,0xd9,0xa9,0x99,0x4b,0xbe,0x4d,0x3e,0x3d,0x80,0x72,0xa6,0x4c,
+ 0x51,0x71,0xe2,0xe5,0xf,0xed,0x46,0x17,0xec,0x1e,0x94,0xea,0xf8,0x50,0xc7,0x71,
+ 0x61,0xd3,0x8e,0x2d,0xa5,0x32,0x19,0xa3,0x4c,0x55,0x96,0x38,0xf2,0xf8,0x8a,0xfb,
+ 0x6f,0x2d,0xbd,0x96,0xa9,0xaf,0xb1,0x88,0xc8,0x49,0xb9,0xe6,0xe1,0xdb,0x42,0xcd,
+ 0xbe,0x5d,0xc9,0x27,0x8,0x50,0xae,0x94,0x29,0x2a,0xca,0xde,0x3,0xfb,0xc2,0xd0,
+ 0x97,0xc6,0xa7,0xee,0x78,0xf2,0x9c,0xd6,0x23,0x7a,0x86,0xcf,0xbe,0xff,0xb2,0xb4,
+ 0x6,0x71,0x7a,0x5f,0x69,0x82,0x9f,0xfb,0xa5,0x2a,0xce,0x82,0xd5,0x8b,0x43,0x9b,
+ 0x51,0xbd,0x52,0x5f,0x63,0x11,0x91,0x93,0xd3,0xa2,0x5f,0xdb,0xf0,0xee,0x37,0x1f,
+ 0x25,0x9f,0x1e,0x40,0xb9,0x52,0xa6,0xa8,0x18,0xc7,0x8e,0x1f,0x2f,0x5d,0xf6,0x70,
+ 0xfa,0xc0,0xe,0xa9,0x3b,0x9e,0xbc,0x26,0xe,0x9d,0xb8,0xe7,0xed,0xc7,0xc2,0xce,
+ 0x3d,0x35,0xa5,0x7b,0xa5,0xe2,0xe0,0x89,0x13,0xf7,0x4c,0x39,0x3b,0x55,0x79,0xde,
+ 0x98,0xf1,0x8e,0x61,0x14,0x22,0x52,0xa7,0xc4,0x2f,0x5f,0x7e,0xd8,0xb8,0x2a,0xf9,
+ 0xf4,0x0,0xca,0x91,0x32,0x45,0x45,0x88,0x67,0x61,0xd6,0x6e,0xdb,0x10,0xfa,0xdc,
+ 0x73,0x7d,0xea,0xe,0x27,0xcf,0x69,0x33,0xb2,0x57,0xf8,0x7c,0xfe,0xcc,0x64,0x25,
+ 0x62,0xa9,0x74,0xbf,0x54,0x25,0xdb,0xba,0x6b,0x7b,0xe8,0x32,0xae,0x6f,0xea,0x6b,
+ 0x2d,0x22,0x72,0x72,0xe2,0xa8,0xf4,0x91,0xaf,0xde,0x19,0xe,0x1d,0x39,0x9c,0x7c,
+ 0x82,0x0,0xe5,0x46,0x99,0xa2,0x22,0x1c,0xae,0xdd,0x91,0x3c,0xf5,0xd1,0x94,0xc2,
+ 0x7d,0xa3,0xdf,0xb2,0x7f,0xdb,0x70,0xe7,0xdf,0x1f,0x29,0x4d,0x75,0x3a,0x51,0xa0,
+ 0x14,0xa9,0xca,0xf7,0xd9,0xfc,0xe9,0x85,0x1b,0xa0,0x22,0x22,0xd9,0x72,0xce,0xd0,
+ 0x8b,0xc2,0xf2,0xd,0x3f,0x26,0x9f,0x1e,0x40,0xb9,0x51,0xa6,0xa8,0x8,0x6b,0xb6,
+ 0xac,0xb,0x3d,0xef,0xbc,0x36,0x75,0x47,0x93,0xd7,0xc4,0xcb,0xfb,0xae,0x7c,0xe0,
+ 0xd6,0xf0,0xe3,0xa6,0xd5,0xc9,0x2a,0x90,0x17,0x3b,0xf7,0xee,0xa,0xdd,0x26,0x5e,
+ 0x9d,0xfa,0xba,0x8b,0x88,0xfc,0x32,0xe3,0xdf,0x7c,0x20,0x1c,0x3c,0x7c,0x28,0xf9,
+ 0x4,0x1,0xca,0x89,0x32,0x45,0xd9,0x8b,0x97,0xf8,0xbd,0x32,0xed,0xef,0x85,0xfb,
+ 0x26,0xbf,0xdd,0x98,0x3e,0xa5,0x7b,0xc4,0xe2,0x59,0x39,0xf2,0xe7,0xcb,0x45,0xb3,
+ 0x8c,0x4a,0x17,0x91,0x3a,0xe5,0xfc,0xe1,0xdd,0xc2,0x7c,0xf,0xf2,0x85,0xb2,0xa4,
+ 0x4c,0x51,0xf6,0xbe,0x5e,0x36,0x27,0x5c,0x38,0xb2,0x67,0xea,0xe,0x26,0xb7,0xa9,
+ 0xae,0xa,0x53,0xa6,0xbd,0xf5,0xd3,0x90,0x89,0xda,0xff,0x91,0x3f,0xbb,0xf7,0xef,
+ 0x9,0x7d,0xef,0xbb,0xc5,0xa8,0x74,0x11,0xf9,0xdd,0xc4,0x7b,0xa7,0xfa,0x3d,0x3b,
+ 0xaa,0xf4,0xb9,0x1,0x94,0x17,0x65,0x8a,0xb2,0x16,0x77,0x1c,0xb7,0x3c,0x39,0x38,
+ 0x75,0xe7,0x92,0xe7,0x74,0x9b,0x78,0x55,0xd8,0xb6,0x6b,0x7b,0xb2,0xa,0xe4,0x55,
+ 0x69,0x54,0xfa,0x48,0xa3,0xd2,0x45,0xe4,0xf7,0x13,0xcf,0x64,0xc7,0xfb,0x2d,0x81,
+ 0xf2,0xa2,0x4c,0x51,0xb6,0xe2,0x59,0x99,0x4f,0xbf,0xff,0x32,0xb4,0xea,0xdf,0x2e,
+ 0x75,0xc7,0x92,0xd7,0xb4,0xec,0x57,0x15,0xde,0x9c,0xf9,0x2f,0x83,0x26,0xa,0xe2,
+ 0xb5,0xe9,0x6f,0x97,0xee,0x8f,0x4b,0x7b,0x2f,0x88,0x88,0x9c,0x9c,0x4e,0xe3,0x2f,
+ 0xf,0x6b,0xb6,0xae,0x4b,0x3e,0x3d,0x80,0x72,0xa0,0x4c,0x51,0x96,0x62,0x91,0x58,
+ 0xba,0x6e,0x45,0xe8,0x3a,0xe1,0xca,0xd4,0x1d,0x4a,0x5e,0x13,0xf,0xaa,0xaf,0x79,
+ 0xe8,0xb6,0xb0,0x75,0xd7,0xb6,0x64,0x25,0xc8,0xbb,0xf8,0x5a,0x77,0x18,0x7b,0x69,
+ 0xea,0xfb,0x41,0x44,0xe4,0xe4,0xc4,0xcb,0xfd,0xee,0xfa,0xc7,0x23,0x46,0xa5,0x43,
+ 0x19,0x51,0xa6,0x28,0x4b,0x7b,0xe,0xec,0xd,0xe3,0xde,0xb8,0xbf,0x70,0xf7,0x93,
+ 0xc4,0x7,0x34,0xce,0xf9,0x61,0xbe,0xb3,0x52,0x5,0xf3,0xce,0xd7,0x1f,0x1a,0x95,
+ 0x2e,0x22,0x75,0xca,0x5,0x23,0xba,0x87,0xa5,0xeb,0x57,0x24,0x9f,0x1e,0x40,0x73,
+ 0x53,0xa6,0x28,0x4b,0x5f,0x2f,0x9b,0x1b,0x2e,0x1c,0xd1,0x23,0x75,0x47,0x92,0xd7,
+ 0xc4,0xcb,0xfb,0x9e,0xfd,0xe4,0x15,0x45,0xaa,0x80,0xb6,0xef,0xde,0x11,0xba,0x1b,
+ 0x95,0x2e,0x22,0x75,0x48,0x3c,0x3b,0x35,0xe2,0x95,0x49,0xa5,0xe7,0xf,0x2,0xcd,
+ 0x4f,0x99,0xa2,0xec,0xc4,0xa1,0x13,0xb7,0x3e,0x3d,0x34,0x75,0x27,0x92,0xe7,0x74,
+ 0x9d,0x70,0x45,0xd8,0xe2,0xf2,0xbe,0xc2,0x9a,0xbe,0xe8,0xeb,0x70,0xe6,0xa0,0x4e,
+ 0xa9,0xef,0xd,0x11,0x91,0x93,0x73,0xd6,0xe0,0xce,0xa5,0x49,0xb7,0x40,0xf3,0x53,
+ 0xa6,0x28,0x3b,0x1f,0xcc,0xfd,0x34,0xb4,0x2a,0xda,0xf3,0x77,0x4a,0x43,0x27,0xde,
+ 0x75,0x56,0xaa,0xc0,0xe2,0x97,0x8,0xd7,0x3e,0x74,0x9b,0x51,0xe9,0x22,0x52,0xa7,
+ 0xf4,0xb9,0xf7,0x86,0xb0,0x6d,0xf7,0x8e,0xe4,0x13,0x4,0x68,0x2e,0xca,0x14,0x65,
+ 0x65,0xdf,0x81,0x7d,0xa5,0x1d,0x44,0xda,0x8e,0x23,0xcf,0xb9,0xe4,0xde,0x1b,0x4b,
+ 0x97,0x7a,0x51,0x6c,0xb,0x56,0x2f,0x31,0x2a,0x5d,0x44,0xea,0x96,0xea,0x36,0xe1,
+ 0x89,0x8f,0x5e,0x4c,0x3e,0x3d,0x80,0xe6,0xa2,0x4c,0x51,0x36,0x8e,0x1d,0x3f,0x16,
+ 0x66,0xff,0xf0,0x7d,0x68,0xd1,0xaf,0x58,0x63,0xa2,0xcf,0x1c,0xd4,0x31,0x7c,0xb9,
+ 0x68,0x96,0xb3,0x52,0x94,0xbc,0x6e,0x54,0xba,0x88,0xd4,0x31,0xad,0x47,0xf5,0xc,
+ 0x2b,0x37,0xad,0x4e,0x3e,0x3d,0x80,0xe6,0xa0,0x4c,0x51,0x36,0x8e,0x1c,0x3d,0x12,
+ 0xee,0xf9,0xc7,0xa3,0xe1,0xb4,0xdb,0x5b,0xa7,0xee,0x34,0xf2,0x98,0x38,0x74,0x62,
+ 0xe8,0x8b,0xe3,0xc3,0xae,0x7d,0xbb,0x93,0x55,0xa0,0xe8,0xb6,0xee,0xda,0x6e,0x54,
+ 0xba,0x88,0xd4,0x29,0x71,0x18,0xc5,0xf8,0x37,0x1f,0x8,0x7,0xe,0x1f,0x4c,0x3e,
+ 0x41,0x80,0xa6,0xa6,0x4c,0x51,0x36,0xe,0x1f,0x39,0x1c,0x6e,0x7a,0x6c,0x40,0xf8,
+ 0xe3,0x6d,0xe9,0x3b,0x8d,0xbc,0xe5,0xf,0xb7,0x5d,0x18,0xae,0xb8,0xff,0xd6,0xf0,
+ 0xc3,0xc6,0x55,0xe1,0x78,0xed,0xff,0xe0,0x84,0x9f,0xee,0x1b,0x2c,0xd6,0xc3,0xaa,
+ 0x45,0x24,0x5b,0xce,0x19,0x7a,0x51,0x98,0xbd,0x62,0x5e,0xf2,0xe9,0x1,0x34,0x35,
+ 0x65,0x8a,0xb2,0x11,0xcf,0x4c,0x7d,0x34,0xe7,0xf3,0x70,0xdd,0xc3,0xb7,0x87,0xde,
+ 0x77,0xfd,0x39,0xf4,0x98,0x78,0x4d,0xe8,0x74,0xc7,0xe5,0xa1,0xe3,0xd8,0x4b,0x43,
+ 0x87,0x31,0x97,0x96,0xfe,0x18,0xff,0xbc,0xeb,0xf8,0x2b,0x42,0x97,0xda,0x5c,0x14,
+ 0xff,0x38,0xae,0x6f,0x29,0xf1,0xff,0x9f,0x48,0xb7,0x9,0x57,0xfe,0xfc,0xd7,0x3b,
+ 0xdd,0x71,0x59,0xed,0xbf,0x7b,0x49,0x29,0x9d,0xc6,0x5e,0x56,0xfa,0x6b,0x3d,0x26,
+ 0x5e,0x5d,0xfb,0xcf,0x5c,0x55,0x4a,0xfc,0xe7,0xe3,0x5f,0x8f,0x89,0xbf,0x7e,0xfb,
+ 0xda,0x7f,0x2e,0xfe,0xb1,0x63,0xfc,0xf3,0xd2,0x7f,0x33,0xfe,0xfb,0x3f,0xfd,0xf1,
+ 0xc4,0xbf,0x13,0x47,0x58,0x77,0x19,0x57,0xfb,0xef,0xd5,0xfe,0x2c,0x17,0xd5,0xfe,
+ 0x31,0xfe,0x3c,0x17,0x8d,0xbf,0xb2,0xf4,0xf7,0xe2,0x5f,0xef,0x72,0x47,0xed,0x7f,
+ 0x77,0xec,0xe5,0xa5,0x5f,0xab,0xdd,0xe8,0x3e,0x3f,0xff,0xfb,0xf1,0x9f,0x8d,0x7f,
+ 0xbf,0xdb,0xc4,0xab,0x42,0x9f,0xbb,0xae,0xf,0xe3,0x5e,0xbf,0x3f,0x6c,0xdc,0xb1,
+ 0xd9,0xe5,0x7d,0xfc,0x97,0x38,0x8c,0x22,0xfe,0x3e,0x50,0xa8,0x44,0xa4,0x2e,0xb9,
+ 0xee,0xd1,0xea,0xb0,0x63,0x4f,0x4d,0xf2,0x9,0x2,0x34,0x25,0x65,0x8a,0xb2,0xb2,
+ 0x67,0xff,0xde,0x70,0xe0,0xd0,0x81,0xda,0x83,0xc9,0xbd,0xe1,0xe0,0xe1,0x83,0x61,
+ 0xcf,0x81,0x7d,0xa5,0x3f,0xee,0xde,0x97,0xfc,0xf9,0xfe,0x9f,0xfe,0x7c,0xef,0x81,
+ 0xfd,0xa5,0xcb,0x1a,0x76,0xef,0xdb,0x53,0xfb,0xcf,0x1f,0x2c,0x5d,0x26,0x17,0xff,
+ 0x3c,0xfe,0xf5,0x5f,0xfe,0xfd,0xf8,0x2c,0x8e,0x9a,0x7d,0xbb,0x4a,0xff,0xdc,0x89,
+ 0x5f,0x2f,0xfe,0xfd,0x43,0x87,0xf,0x95,0xfe,0x3b,0xf1,0x9f,0x2b,0xfd,0xfb,0xc9,
+ 0xdf,0x8f,0x7f,0x8c,0x7,0xb3,0x3f,0xff,0xba,0xa5,0x3f,0xfe,0xf4,0xe7,0x7b,0xe3,
+ 0xdf,0x8f,0xbf,0xee,0xc9,0x7f,0xbf,0xf4,0xeb,0xc5,0x5f,0xf7,0x50,0xf2,0xc7,0xf8,
+ 0x73,0xfe,0xf4,0xf3,0xfe,0xf4,0xcf,0x1d,0xf8,0xf9,0xaf,0x9f,0xf8,0xe7,0xe2,0x7f,
+ 0x37,0x9e,0x89,0x3b,0xa6,0x48,0xf1,0x2b,0x36,0xee,0xdc,0x1c,0x46,0xbc,0x38,0x31,
+ 0xf4,0x9c,0x78,0x6d,0xa9,0xa0,0xe7,0x35,0xf1,0xcb,0x89,0xce,0x63,0x2f,0xf,0x1d,
+ 0x47,0x5f,0x1a,0x3a,0x8c,0xbe,0x44,0xa,0x9c,0xf8,0x85,0x53,0xfb,0xd1,0x7d,0x42,
+ 0xd5,0xc8,0x5e,0xa1,0xf5,0x88,0x9e,0x3f,0x27,0xfe,0x79,0xd5,0xc8,0xde,0xa5,0xe1,
+ 0x2c,0xf1,0xcf,0x2f,0x18,0xd6,0x3d,0x9c,0x3b,0xe4,0xa2,0x70,0xd6,0xa0,0x4e,0xa1,
+ 0x55,0xbf,0x76,0xee,0x31,0xac,0x4d,0xcb,0xfe,0x6d,0xc3,0xb,0x9f,0xbd,0x91,0x7c,
+ 0x7a,0x0,0x4d,0x49,0x99,0x2,0x28,0x53,0xf1,0xac,0xe5,0xd1,0x63,0x47,0x73,0x1f,
+ 0x88,0xe2,0x97,0x4b,0x3f,0xe7,0xd8,0xb1,0x70,0xf4,0xe8,0xd1,0x70,0xf8,0xe8,0xe1,
+ 0xd2,0x17,0x51,0xfb,0xf,0x1d,0x28,0x7d,0x31,0x16,0xbf,0xf0,0x8a,0x5f,0x62,0xc5,
+ 0xb3,0x30,0x5b,0x77,0x6d,0xb,0x9b,0x77,0x6e,0xd,0x6b,0xb7,0x6d,0x8,0xdf,0xae,
+ 0x98,0x17,0x9e,0xf9,0x68,0x4a,0xe9,0x6a,0x84,0xb4,0xb2,0x51,0x84,0xb4,0x1b,0xd3,
+ 0x27,0xac,0xdc,0xbc,0x26,0x59,0x4d,0xa0,0xa9,0x28,0x53,0x0,0x40,0x59,0x8a,0x5f,
+ 0x28,0xc4,0xc4,0x69,0xaf,0xb1,0x78,0xc7,0xcb,0xc1,0xe3,0x59,0xfd,0x78,0x86,0x3f,
+ 0x16,0xac,0x13,0x29,0x15,0xad,0xfd,0x7b,0x4b,0x93,0x51,0x3b,0x8f,0xef,0x9b,0x5a,
+ 0x36,0xf2,0x9e,0x38,0x8c,0xe2,0xce,0x7f,0x3e,0xec,0xb,0xa,0x68,0x62,0xca,0x14,
+ 0x0,0x50,0xb6,0x4e,0x2e,0x54,0x27,0x12,0xb,0x43,0x2c,0x55,0x27,0xe7,0xd0,0x91,
+ 0x43,0xa5,0x7c,0xb6,0x60,0x7a,0x69,0x28,0x43,0x5a,0xe1,0xc8,0x7b,0x2e,0x18,0xd1,
+ 0x23,0xac,0xdf,0xbe,0x31,0x59,0x39,0xa0,0x29,0x28,0x53,0x0,0x40,0x45,0x38,0x51,
+ 0xac,0x4e,0x2e,0x57,0xb1,0x58,0x9d,0xf8,0x63,0x4c,0xbc,0xc,0x70,0xc2,0x5b,0xf,
+ 0x14,0xea,0x31,0x1b,0x27,0x12,0xcf,0x4e,0x3d,0xf0,0xde,0x53,0xc9,0x6a,0x1,0x4d,
+ 0x41,0x99,0x2,0x0,0x2a,0xce,0xc9,0xc5,0xea,0x44,0x4e,0x88,0xf,0xb2,0xed,0x34,
+ 0xee,0xf2,0xd4,0xc2,0x91,0xf7,0xb4,0x19,0xd5,0x2b,0x2c,0x5b,0xff,0x63,0xb2,0x12,
+ 0x40,0x63,0x53,0xa6,0x0,0x80,0xdc,0x99,0xfc,0xe9,0x2b,0x85,0x3d,0x3b,0x35,0x6c,
+ 0xca,0xc4,0xd2,0x7d,0x64,0x40,0xe3,0x53,0xa6,0x0,0x80,0xdc,0xd9,0xba,0x6b,0x7b,
+ 0xe8,0x34,0xbe,0x98,0x67,0xa7,0xce,0x1c,0xd4,0x29,0xcc,0x5a,0x3a,0x3b,0x59,0x9,
+ 0xa0,0x31,0x29,0x53,0x0,0x40,0x2e,0xbd,0xf0,0xd9,0xeb,0xe1,0x8f,0xd5,0xe9,0x85,
+ 0x23,0xef,0xb9,0xf8,0x9e,0xeb,0xc3,0x8e,0x3d,0x3b,0x93,0x95,0x0,0x1a,0x8b,0x32,
+ 0x5,0x0,0xe4,0x52,0x7c,0x1e,0x55,0xdf,0x7,0x6f,0x49,0x2d,0x1b,0xb9,0x4f,0x6d,
+ 0x89,0x8c,0x65,0x12,0x68,0x5c,0xca,0x14,0x0,0x90,0x5b,0xf3,0x57,0x2d,0xe,0xe7,
+ 0xd,0xef,0x96,0x5e,0x38,0x72,0x9e,0x8e,0xe3,0x2e,0xb,0x9b,0x76,0x6e,0x49,0x56,
+ 0x2,0x68,0xc,0xca,0x14,0x0,0x90,0x6b,0xf,0xbc,0xfb,0x74,0x41,0x87,0x51,0xb4,
+ 0xe,0x8f,0xbc,0x3f,0x39,0x59,0x5,0xa0,0x31,0x28,0x53,0x0,0x40,0xae,0xc5,0xb3,
+ 0x33,0xf1,0x2c,0x4d,0x5a,0xe1,0xc8,0x7b,0x2e,0x1c,0xd9,0x33,0x2c,0x5c,0xbd,0x24,
+ 0x59,0x9,0xa0,0xa1,0x29,0x53,0x0,0x40,0xee,0x3d,0xfd,0xf1,0x94,0xc2,0x8e,0x4a,
+ 0xef,0xf7,0xdc,0xa8,0xb0,0xe7,0xc0,0xde,0x64,0x25,0x80,0x86,0xa4,0x4c,0x1,0x0,
+ 0xb9,0x17,0x47,0xa5,0x77,0x99,0x70,0x45,0x6a,0xe1,0xc8,0x7b,0xfe,0x34,0xa0,0x7d,
+ 0xf8,0x62,0xe1,0x57,0xc9,0x4a,0x0,0xd,0x49,0x99,0x2,0x0,0xa,0xe1,0x95,0x2f,
+ 0xfe,0x1e,0x5a,0xf6,0x6f,0x97,0x5a,0x38,0xf2,0x9e,0x8b,0x26,0x5e,0x19,0xb6,0xed,
+ 0xde,0x91,0xac,0x4,0xd0,0x50,0x94,0x29,0x0,0xa0,0x10,0x76,0xee,0xdd,0x15,0x6e,
+ 0x7c,0x62,0x40,0xe9,0xd2,0xb7,0xb4,0xc2,0x91,0xe7,0xc4,0x4b,0x1c,0x27,0x7f,0xfa,
+ 0x4a,0xb2,0x12,0x40,0x43,0x51,0xa6,0x0,0x80,0xc2,0x58,0xb4,0x66,0x69,0x68,0x33,
+ 0xaa,0x57,0x6a,0xe1,0xc8,0x7b,0x3a,0xdc,0x71,0x69,0x58,0xb9,0x69,0x75,0xb2,0x12,
+ 0x40,0x43,0x50,0xa6,0x0,0x80,0x42,0x79,0xf4,0x83,0xe7,0xa,0x3b,0x8c,0x62,0xc2,
+ 0x5b,0xf,0x84,0xfd,0x87,0xe,0x24,0x2b,0x1,0x9c,0x2a,0x65,0xa,0x0,0x28,0x94,
+ 0x2d,0x35,0xdb,0xa,0x3b,0x2a,0xfd,0xdc,0xa1,0x17,0x85,0xd9,0x3f,0xcc,0x4b,0x56,
+ 0x2,0x38,0x55,0xca,0x14,0x0,0x50,0x38,0x93,0x3f,0x79,0xa5,0x90,0xf7,0x4e,0xc5,
+ 0xf4,0x7d,0xe0,0x96,0xb0,0x63,0x4f,0x4d,0xb2,0x12,0xc0,0xa9,0x50,0xa6,0x0,0x80,
+ 0xc2,0xd9,0xbe,0x7b,0x47,0xe8,0x7d,0xcf,0x9f,0x53,0xcb,0x46,0xee,0x53,0x5d,0x15,
+ 0x9e,0xfd,0xf4,0xb5,0x64,0x25,0x80,0x53,0xa1,0x4c,0x1,0x0,0x85,0x34,0x7b,0xc5,
+ 0xf7,0xe1,0x9c,0xa1,0x17,0xa5,0x17,0x8e,0x9c,0xa7,0x6a,0xf4,0xc5,0x61,0xe5,0xe6,
+ 0x35,0xc9,0x4a,0x0,0x59,0x29,0x53,0x0,0x40,0x21,0xc5,0x41,0xc,0x93,0xfe,0xfe,
+ 0x70,0x41,0x87,0x51,0xb4,0xe,0x13,0xdf,0x7a,0x30,0x1c,0x3c,0x7c,0x28,0x59,0xd,
+ 0x20,0xb,0x65,0xa,0x0,0x28,0xac,0x55,0x5b,0xd6,0x96,0x46,0x86,0xa7,0x15,0x8e,
+ 0xbc,0xe7,0xbc,0x61,0x5d,0xc3,0x77,0x3f,0x2e,0x48,0x56,0x2,0xc8,0x42,0x99,0x2,
+ 0x0,0xa,0xed,0xa9,0x8f,0x5e,0x2c,0xe4,0xd9,0xa9,0x98,0xdb,0x26,0xf,0xf,0x7b,
+ 0xe,0xec,0x4d,0x56,0x2,0xa8,0x2f,0x65,0xa,0x0,0x28,0xb4,0xd2,0xa8,0xf4,0x82,
+ 0x9e,0x9d,0xfa,0xd3,0x80,0xf6,0xe1,0xf3,0x5,0x33,0x92,0x95,0x0,0xea,0x4b,0x99,
+ 0x2,0x0,0xa,0xef,0xb9,0xa9,0xaf,0x86,0x3f,0x56,0xa7,0x17,0x8e,0xbc,0xa7,0xfb,
+ 0x9d,0xd7,0x84,0x6d,0xbb,0x77,0x24,0x2b,0x1,0xd4,0x87,0x32,0x5,0x0,0x14,0xde,
+ 0x8e,0x3d,0x3b,0xc3,0xe5,0xf7,0xdf,0x9c,0x5a,0x36,0x72,0x9f,0xda,0x12,0xf9,0xd4,
+ 0xc7,0x2f,0x25,0x2b,0x1,0xd4,0x87,0x32,0x5,0x0,0x50,0x6b,0xee,0x8f,0xf3,0x4b,
+ 0x43,0x19,0x52,0xb,0x47,0xce,0xd3,0x7e,0xec,0x25,0x61,0xd3,0xce,0x2d,0xc9,0x4a,
+ 0x0,0x75,0xa5,0x4c,0x1,0x0,0xd4,0x3a,0x70,0xf8,0x60,0xb8,0xf7,0xed,0xc7,0xb,
+ 0x3a,0x2a,0xbd,0x4d,0x78,0xf4,0xdf,0xcf,0x26,0x2b,0x1,0xd4,0x95,0x32,0x5,0x0,
+ 0x90,0x58,0xbd,0x65,0x5d,0x61,0x47,0xa5,0x5f,0x38,0xb2,0x67,0x58,0xb0,0x6a,0x71,
+ 0xb2,0x12,0x40,0x5d,0x28,0x53,0x0,0x0,0x27,0x79,0xe6,0x93,0x29,0x85,0x3d,0x3b,
+ 0xf5,0x97,0xa7,0x87,0x86,0xdd,0xfb,0xf7,0x24,0x2b,0x1,0xfc,0x1e,0x65,0xa,0x0,
+ 0xe0,0x24,0x5b,0x77,0x6d,0xb,0x9d,0xc6,0x5f,0x96,0x5a,0x38,0xf2,0x9e,0x96,0xfd,
+ 0xdb,0x85,0xf,0xe6,0x7c,0x9a,0xac,0x4,0xf0,0x7b,0x94,0x29,0x0,0x80,0x5f,0x78,
+ 0xe1,0xb3,0xd7,0xb,0x3b,0x2a,0xbd,0x6a,0xf4,0xc5,0x61,0xe5,0xa6,0xd5,0xc9,0x4a,
+ 0x0,0xbf,0x45,0x99,0x2,0x0,0xf8,0x85,0x1d,0x7b,0x6a,0xc2,0x15,0xf,0xde,0x9a,
+ 0x5a,0x36,0xf2,0x9e,0x78,0x89,0xe3,0xa8,0xd7,0xee,0x2e,0xd,0xe4,0x0,0x7e,0x9b,
+ 0x32,0x5,0x0,0x90,0xe2,0xbb,0x95,0xb,0xc2,0x5,0x23,0x7a,0xa4,0x16,0x8e,0xbc,
+ 0xe7,0xac,0x21,0x9d,0xc3,0xd7,0x4b,0xe7,0x24,0x2b,0x1,0xfc,0x1a,0x65,0xa,0x0,
+ 0x20,0x45,0x3c,0x33,0x73,0xff,0x3b,0x4f,0x14,0x72,0x18,0x45,0xcc,0xb5,0x8f,0xdc,
+ 0x5e,0x3a,0x43,0x7,0xfc,0x3a,0x65,0xa,0x0,0xe0,0x57,0x14,0x79,0x54,0x7a,0xab,
+ 0xfe,0xed,0xc2,0xb,0x53,0x5f,0x4f,0x56,0x2,0x48,0xa3,0x4c,0x1,0x0,0xfc,0x86,
+ 0x27,0xfe,0xfd,0x7c,0x61,0xcf,0x4e,0xc5,0x22,0x69,0x18,0x5,0xfc,0x3a,0x65,0xa,
+ 0x0,0xe0,0x37,0x6c,0xd8,0xb1,0x29,0xb4,0x1f,0xdb,0x27,0xb5,0x6c,0xe4,0x3e,0xd5,
+ 0x6d,0xc2,0x98,0xd7,0xee,0x9,0x7,0xf,0x1f,0x4a,0x56,0x3,0x38,0x99,0x32,0x5,
+ 0x0,0xf0,0x1b,0x8e,0x1e,0x3d,0x1a,0x1e,0x7a,0xef,0xe9,0xd0,0xa2,0x5f,0x55,0x7a,
+ 0xe1,0xc8,0x79,0xce,0x19,0xda,0x25,0xcc,0x5f,0xb5,0x38,0x59,0xd,0xe0,0x64,0xca,
+ 0x14,0x0,0xc0,0x6f,0x38,0x7e,0xfc,0x78,0x58,0xb6,0x7e,0x45,0xe8,0x7d,0xf7,0x75,
+ 0xa9,0x65,0xa3,0x8,0xb9,0xf5,0xa9,0x21,0x61,0xd7,0xbe,0xdd,0xc9,0x8a,0x0,0x27,
+ 0x28,0x53,0x0,0x0,0xbf,0xe3,0xf0,0xd1,0xc3,0xe1,0xbd,0x6f,0x3f,0x9,0x67,0xc,
+ 0xea,0x98,0x5a,0x36,0xf2,0x9e,0x3f,0xd,0xec,0x10,0xde,0xfe,0xe6,0xdf,0xc9,0x6a,
+ 0x0,0x27,0x28,0x53,0x0,0x0,0xbf,0xe3,0xd8,0xb1,0x63,0x61,0xd3,0xce,0x2d,0x61,
+ 0xc0,0xf3,0x63,0x4b,0xf7,0x11,0xa5,0x15,0x8e,0xbc,0xa7,0xfb,0xa4,0xab,0xc2,0x81,
+ 0x43,0x1e,0xe4,0xb,0x27,0x53,0xa6,0x0,0x0,0xea,0xe0,0xd0,0x91,0x43,0x61,0xde,
+ 0xca,0x5,0xa1,0xfd,0x98,0x4b,0xa,0x39,0xdd,0x2f,0x8e,0x4a,0xdf,0xb6,0x7b,0x47,
+ 0xb2,0x1a,0x40,0xa4,0x4c,0x1,0x0,0xd4,0x41,0xbc,0x77,0xea,0xd0,0xe1,0x43,0xe1,
+ 0xe3,0xef,0xa6,0x85,0xb6,0x63,0xfa,0x14,0xee,0xc,0x55,0xab,0x1,0xed,0xc2,0xe6,
+ 0x9a,0x6d,0xc9,0x6a,0x0,0x91,0x32,0x5,0x0,0x50,0x47,0xa5,0x42,0x75,0xe4,0x70,
+ 0xe9,0xc,0x4d,0x9c,0x70,0x37,0x6b,0xe9,0xec,0xf0,0xdd,0x8f,0xb,0xc2,0xfc,0xd5,
+ 0x8b,0xc3,0xc2,0xb5,0x4b,0xc3,0x9a,0xad,0xeb,0xc2,0xce,0xbd,0x35,0xc9,0x3f,0xd,
+ 0xe4,0x9d,0x32,0x5,0x0,0x50,0xf,0xb1,0x50,0x1d,0x3b,0x7e,0x2c,0x1c,0x3d,0x76,
+ 0x34,0x1c,0xae,0x2d,0x56,0x31,0x47,0x8e,0x1e,0x29,0xfd,0x79,0xfc,0x7b,0x40,0x71,
+ 0x28,0x53,0x0,0x0,0x19,0xc5,0xf2,0xa4,0x40,0x41,0x71,0x29,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,
+ 0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,
+ 0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,0x19,0x28,0x53,0x0,0x0,0x0,
+ 0x19,0x28,0x53,0x0,0x0,0x0,0x19,0xfc,0x54,0xa6,0xfe,0x67,0xf8,0xff,0x3,0x14,
+ 0x9d,0xc1,0x84,0x1,0x1c,0x8b,0x19,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,
+ 0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/map.png
+ 0x0,0x0,0x3,0x89,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x33,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb7,0x95,0xe2,0x82,0x0,0x0,0x0,0x10,
+ 0x74,0x52,0x4e,0x53,0x0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x8f,0x9f,0xaf,
+ 0xbf,0xcf,0xdf,0xef,0x23,0x1a,0x82,0x8a,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,
+ 0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,0x64,0x0,0x0,0x2,
+ 0xc3,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0x97,0xd1,0x72,0xab,0x30,0xc,0x44,0x21,
+ 0x1,0x92,0xb4,0x69,0xc8,0xff,0x7f,0xed,0x65,0xa5,0x5,0xc9,0xb2,0x9,0x74,0xc6,
+ 0x2f,0x77,0xea,0xf3,0xd0,0x78,0x17,0x59,0x8b,0xc1,0x90,0xb4,0x6b,0x34,0x1a,0x8d,
+ 0xc6,0xdf,0xe0,0x3a,0x4e,0xd3,0xd8,0x53,0x54,0xa7,0x7f,0xfc,0xbc,0x85,0x9f,0x89,
+ 0x4e,0x5d,0x86,0x97,0xb6,0x7,0xaf,0x81,0x66,0x45,0x6e,0xec,0x4d,0xaa,0x2f,0x62,
+ 0x9c,0xd9,0x79,0xa5,0xf2,0x1a,0x2e,0xb1,0xff,0x7b,0xae,0x7b,0xaf,0xef,0x6c,0xfb,
+ 0xbc,0x4f,0xf,0xe,0xef,0x3c,0x54,0x85,0x5e,0x6f,0xf0,0x3c,0x42,0x5c,0x75,0x33,
+ 0xcd,0x72,0xa4,0x12,0x57,0x69,0xf9,0xbe,0xa9,0xba,0xa8,0xfa,0xdd,0x5d,0x18,0x2e,
+ 0x1c,0x14,0x99,0xa4,0xe3,0x76,0xce,0x4f,0x91,0x8c,0x3b,0xc5,0xb0,0x4c,0xf9,0xfe,
+ 0x10,0xa1,0x7b,0xf4,0x87,0xaa,0xd3,0xdb,0x70,0xfe,0x26,0xa0,0x3d,0xd8,0x8f,0x8,
+ 0x2b,0xf8,0x12,0x79,0x36,0x60,0x6d,0xf,0xf6,0x22,0x46,0x3d,0xcc,0xa3,0xbc,0xe5,
+ 0xe7,0x9e,0x35,0xdf,0x1e,0x94,0x23,0x7a,0x1e,0x54,0xc5,0x3d,0xfb,0xe1,0x92,0x6e,
+ 0xc4,0xf6,0xa0,0x18,0xf1,0xcd,0x63,0xcb,0xd3,0xd5,0xeb,0x5,0xb2,0x3b,0xb2,0x4f,
+ 0xa9,0x3d,0x28,0x44,0xc,0x3c,0xf4,0x7e,0xf1,0x8d,0x7a,0xe2,0xa,0xed,0xb5,0x7,
+ 0x3e,0x62,0x78,0xe0,0xaf,0x7b,0x95,0x2a,0x2f,0xbc,0x2a,0xee,0xfb,0x97,0x29,0x69,
+ 0x3f,0xcb,0x36,0x4c,0xde,0x97,0x6b,0x4,0xea,0x30,0xd4,0x7d,0xe4,0xc0,0x1e,0x5a,
+ 0x9e,0xbf,0xf2,0x3d,0x8b,0xed,0xfb,0xe,0x9f,0xe1,0x95,0x8c,0xa9,0x5a,0xf7,0x85,
+ 0x29,0x61,0x9,0xf2,0xae,0x93,0xbb,0x51,0x8a,0x88,0xed,0x3b,0x6,0xc4,0x88,0xb5,
+ 0xae,0xb0,0x4,0x2c,0x60,0x7d,0xc5,0x72,0x73,0x39,0xd4,0x7,0xda,0xde,0x2,0xb2,
+ 0x2f,0x16,0x1,0x4b,0xe0,0xe6,0x27,0x33,0x32,0xd7,0x57,0x2c,0x67,0x3a,0xe8,0x6f,
+ 0xed,0x7d,0x40,0x29,0x42,0x6e,0xe8,0xfa,0x9a,0x16,0xe4,0x29,0xde,0x36,0x14,0x44,
+ 0x82,0xda,0xd6,0x3e,0xd,0x88,0x11,0xac,0xe3,0xc3,0x26,0xc8,0x2,0x96,0x3a,0x5e,
+ 0x23,0x11,0x1e,0xb5,0xad,0x7d,0xc,0xf0,0x11,0x76,0x1a,0x7c,0xc0,0xc0,0x76,0xd5,
+ 0x55,0x52,0x18,0xb9,0x1d,0xf5,0x1a,0xe1,0x57,0xe9,0x96,0xb0,0x7d,0x15,0xa8,0xa4,
+ 0x30,0x72,0x3b,0x6a,0x0,0xcf,0xaf,0xd2,0x96,0x60,0xdb,0x46,0x35,0x85,0x91,0xdb,
+ 0x51,0x83,0xcc,0xe3,0x37,0x99,0xff,0x2e,0x53,0x4d,0x61,0xe4,0x76,0xd4,0x20,0xf7,
+ 0xb8,0x4,0xb7,0xef,0xd5,0xa0,0x30,0x72,0x3b,0x6a,0x90,0x7b,0xf9,0x97,0xb1,0x1a,
+ 0x14,0x46,0x6e,0x47,0xd,0xa,0x9e,0xbc,0xb5,0x9f,0x14,0x0,0xba,0x66,0x80,0xfc,
+ 0xba,0xf0,0xbf,0x26,0xa0,0x6b,0x6,0x60,0x9,0x7e,0x1,0xf5,0x3,0xba,0xc9,0x3d,
+ 0x18,0xb,0xa8,0xa9,0x1b,0x10,0x40,0x4d,0xb,0x48,0xb8,0x2f,0x70,0x28,0xa0,0xa6,
+ 0x6a,0x40,0xf4,0xa0,0x5b,0x40,0x42,0xf4,0xa0,0x5b,0x40,0x42,0xf4,0xa0,0x5b,0x40,
+ 0x42,0xf4,0xa0,0xff,0x46,0x80,0xfc,0xa6,0xe2,0x78,0xa3,0xe0,0x65,0x75,0xd0,0xc7,
+ 0x1,0xfd,0x4d,0x7e,0x39,0xcf,0xe1,0x9f,0xa2,0xa4,0x6,0x14,0xea,0xa0,0x8f,0x2,
+ 0x38,0xd,0xa4,0x11,0x70,0x38,0x4,0xc5,0x3a,0xd5,0x14,0x86,0xb3,0xdd,0x34,0x10,
+ 0xcf,0x8e,0xc3,0xdd,0x3a,0x55,0x3a,0x76,0x6c,0x76,0x98,0x6,0xd2,0xb3,0xe3,0x70,
+ 0xb7,0x4e,0xc7,0x52,0xe3,0xa1,0x5d,0x98,0x6,0xfc,0xd9,0xc9,0xe0,0x43,0x9d,0x8e,
+ 0xa4,0xca,0xa3,0x76,0x32,0xed,0xe9,0x85,0x9d,0xdd,0xf2,0x91,0xb6,0xf,0x75,0xfa,
+ 0x89,0xea,0x4,0xb5,0x1d,0xcf,0xe5,0xd7,0xda,0x18,0x23,0xf0,0x19,0xdb,0xc7,0x3a,
+ 0x85,0x6d,0xd,0xfa,0x2b,0x98,0x6,0x42,0x4,0xfe,0x66,0xed,0xb3,0x3a,0xa0,0xb6,
+ 0x83,0xbe,0xb2,0x4e,0x3,0x85,0xb3,0xdb,0xf8,0x50,0x47,0xd7,0xa0,0xf,0xfc,0x34,
+ 0xb0,0x17,0xf1,0xb1,0x8e,0x9e,0x41,0x3f,0x9f,0x6,0x4a,0x11,0x7,0x75,0x74,0xc,
+ 0xfa,0xa5,0x69,0x20,0x46,0x1c,0xd6,0x51,0x1b,0xe2,0xee,0x4d,0x3,0x3e,0xe2,0x44,
+ 0x1d,0x95,0x71,0x30,0xd,0xac,0x11,0xa7,0xea,0x38,0x36,0xe,0xa7,0x1,0x4c,0x3d,
+ 0x59,0xc7,0x91,0x71,0x62,0x1a,0x18,0xcf,0xd6,0xf1,0xb3,0xd1,0x68,0x34,0x1a,0xff,
+ 0x3,0x5d,0xf7,0xf,0x14,0x87,0x7c,0xd3,0x7b,0xb,0x42,0x7a,0x0,0x0,0x0,0x0,
+ 0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/info.png
+ 0x0,0x0,0x2,0xbf,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x2a,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x86,
+ 0xbb,0xca,0x2f,0x0,0x0,0x0,0xd,0x74,0x52,0x4e,0x53,0x0,0x10,0x20,0x30,0x40,
+ 0x70,0x80,0x8f,0x9f,0xaf,0xbf,0xdf,0xef,0xa4,0x44,0x60,0xb5,0x0,0x0,0x0,0x9,
+ 0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,
+ 0x64,0x0,0x0,0x2,0x5,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0xd2,0x4b,0x6e,0x1c,
+ 0x41,0xc,0x3,0xd0,0x89,0x3f,0xe3,0x78,0xd2,0xb9,0xff,0x75,0x93,0x6e,0xca,0xa0,
+ 0x4,0x89,0x90,0xa6,0xec,0x65,0xbd,0x15,0xad,0x26,0x2b,0x88,0xe1,0xdb,0xb6,0x6d,
+ 0xdb,0xf6,0xf3,0xfe,0x2e,0xb3,0x7,0x3a,0xd6,0x5e,0x60,0xf,0x74,0xac,0xbd,0xc0,
+ 0x1e,0xe8,0x58,0x7b,0x81,0x3d,0xd0,0xb1,0xf6,0x2,0x7b,0xa0,0x63,0xed,0x5,0xf6,
+ 0x40,0xe7,0xa9,0xb2,0xc1,0x86,0xec,0x5c,0x1b,0x54,0x12,0x6c,0xc8,0xce,0xb5,0x41,
+ 0x25,0xc1,0x86,0xec,0x5c,0x1b,0x54,0x12,0x6c,0xc8,0xce,0xb5,0x41,0x25,0xc1,0x86,
+ 0xec,0x5c,0x1b,0x54,0x12,0x6c,0xc8,0xce,0x35,0x56,0x90,0x3a,0xd5,0xe6,0x4c,0x12,
+ 0x2b,0x48,0x9d,0x6a,0x73,0x26,0x89,0x15,0xa4,0x4e,0xb5,0x39,0x93,0xc4,0xa,0x52,
+ 0xa7,0xda,0x9c,0x49,0x1a,0x54,0x12,0x6e,0x98,0xa4,0x41,0x25,0xe1,0x86,0x49,0x1a,
+ 0x54,0x12,0x6e,0x98,0xa4,0x41,0x25,0xe1,0x86,0x49,0x62,0x5,0xc9,0x69,0x8e,0x31,
+ 0x49,0xac,0x20,0x39,0xcd,0x31,0x26,0x89,0x15,0x24,0xa7,0x39,0xc6,0x24,0xb1,0x82,
+ 0xe4,0x34,0xc7,0x98,0x24,0x56,0x90,0x9c,0xeb,0x7b,0x85,0x9f,0x99,0x24,0x56,0x90,
+ 0x9c,0xeb,0x7b,0x85,0x9f,0x99,0x24,0x56,0x90,0x9c,0xeb,0x7b,0x85,0x9f,0x99,0x24,
+ 0x56,0x90,0x9c,0xeb,0x7b,0x85,0x9f,0x99,0x24,0x56,0x90,0x9c,0xe6,0x18,0x93,0xc4,
+ 0xa,0x92,0xd3,0x1c,0x63,0x92,0x58,0x41,0x72,0x9a,0x63,0x4c,0x12,0x2b,0x48,0x4e,
+ 0x73,0x8c,0x49,0x1a,0x54,0x12,0x6e,0x98,0xa4,0x41,0x25,0xe1,0x86,0x49,0x1a,0x54,
+ 0x12,0x6e,0x98,0xa4,0x41,0x25,0xe1,0x86,0x49,0x62,0x5,0xa9,0x53,0x6d,0xce,0x24,
+ 0xb1,0x82,0xd4,0xa9,0x36,0x67,0x92,0x58,0x41,0xea,0x54,0x9b,0x33,0x49,0xac,0x20,
+ 0x75,0xaa,0xcd,0x99,0xa4,0x41,0x25,0xe1,0x86,0x49,0x1a,0x54,0x12,0x6e,0x98,0xa4,
+ 0x41,0x25,0xe1,0x86,0x49,0x1a,0x54,0x12,0x6e,0x98,0x24,0x56,0x90,0x9c,0xe6,0x18,
+ 0x93,0xc4,0xa,0x92,0xd3,0x1c,0x63,0x92,0x58,0x41,0x72,0x9a,0x63,0x4c,0x12,0x2b,
+ 0x48,0x4e,0x73,0x8c,0x49,0x6a,0x2a,0xf8,0xec,0xf0,0x18,0x93,0xd4,0x54,0xf0,0xd9,
+ 0xe1,0x31,0x26,0xa9,0xa9,0xe0,0xb3,0xc3,0x63,0x4c,0x52,0x53,0xc1,0x67,0x87,0xc7,
+ 0x98,0x24,0x56,0x90,0x9c,0xe6,0x18,0x93,0xc4,0xa,0x92,0xd3,0x1c,0x63,0x92,0x58,
+ 0x41,0x72,0x9a,0x63,0x4c,0x12,0x2b,0x48,0x4e,0x73,0x8c,0x49,0x1a,0x54,0x12,0x6e,
+ 0x98,0xa4,0x41,0x25,0xe1,0x86,0x49,0x1a,0x54,0x12,0x6e,0x98,0xa4,0x41,0x25,0xe1,
+ 0x86,0x49,0xfa,0x73,0x55,0x5e,0xec,0xa7,0x99,0xe3,0x6b,0xf3,0x7a,0x85,0xc3,0xce,
+ 0xb5,0xdf,0x57,0xe7,0xf1,0xd4,0xbf,0xf0,0xb0,0xcd,0x9b,0x8d,0xed,0x5c,0xbb,0x5f,
+ 0x9d,0x6f,0xf9,0xb0,0xa7,0x6a,0x2f,0xd6,0x5a,0x77,0xbc,0xd9,0x53,0xc2,0xbb,0xf5,
+ 0x96,0xdd,0xed,0x21,0x9,0xbf,0xd1,0x65,0x9f,0xbf,0xec,0x1d,0xed,0x3b,0xff,0x87,
+ 0xe3,0xbd,0x7f,0xff,0xff,0x5f,0xdb,0xfd,0x81,0xbf,0xbc,0x27,0x1d,0x8f,0x8f,0x57,
+ 0x7b,0x62,0xdb,0xb6,0x6d,0xfb,0x51,0xb7,0xdb,0x3f,0xe,0x29,0x8b,0x6d,0x1e,0x81,
+ 0x2f,0x9f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/soldier.svg
+ 0x0,0x0,0x9,0x4f,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x31,0x30,0x32,0x30,0x20,0x2d,0x32,
+ 0x30,0x34,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x31,
+ 0x30,0x34,0x30,0x2e,0x37,0x31,0x20,0x32,0x36,0x31,0x2e,0x34,0x37,0x39,0x43,0x31,
+ 0x30,0x33,0x38,0x2e,0x34,0x35,0x20,0x32,0x36,0x33,0x2e,0x33,0x33,0x38,0x20,0x31,
+ 0x30,0x33,0x37,0x2e,0x31,0x20,0x32,0x36,0x36,0x2e,0x30,0x37,0x37,0x20,0x31,0x30,
+ 0x33,0x37,0x20,0x32,0x36,0x39,0x4c,0x31,0x30,0x33,0x37,0x2e,0x30,0x31,0x20,0x32,
+ 0x38,0x36,0x2e,0x35,0x37,0x20,0x31,0x30,0x33,0x37,0x2e,0x39,0x20,0x32,0x38,0x37,
+ 0x2e,0x31,0x36,0x33,0x43,0x31,0x30,0x34,0x32,0x2e,0x36,0x33,0x20,0x32,0x39,0x30,
+ 0x2e,0x33,0x31,0x37,0x20,0x31,0x30,0x35,0x34,0x2e,0x37,0x33,0x20,0x32,0x39,0x31,
+ 0x2e,0x39,0x33,0x38,0x20,0x31,0x30,0x36,0x37,0x20,0x32,0x39,0x32,0x2e,0x30,0x34,
+ 0x35,0x4c,0x31,0x30,0x36,0x37,0x20,0x32,0x36,0x33,0x2e,0x33,0x30,0x36,0x20,0x31,
+ 0x30,0x35,0x30,0x2e,0x30,0x31,0x20,0x32,0x35,0x35,0x2e,0x39,0x36,0x32,0x43,0x31,
+ 0x30,0x34,0x36,0x2e,0x36,0x36,0x20,0x32,0x35,0x37,0x2e,0x33,0x34,0x31,0x20,0x31,
+ 0x30,0x34,0x33,0x2e,0x35,0x33,0x20,0x32,0x35,0x39,0x2e,0x31,0x39,0x39,0x20,0x31,
+ 0x30,0x34,0x30,0x2e,0x37,0x31,0x20,0x32,0x36,0x31,0x2e,0x34,0x37,0x39,0x5a,0x4d,
+ 0x31,0x30,0x35,0x32,0x2e,0x39,0x32,0x20,0x32,0x36,0x33,0x43,0x31,0x30,0x34,0x39,
+ 0x2e,0x35,0x20,0x32,0x36,0x34,0x2e,0x34,0x36,0x34,0x20,0x31,0x30,0x34,0x36,0x2e,
+ 0x31,0x39,0x20,0x32,0x36,0x36,0x2e,0x31,0x36,0x38,0x20,0x31,0x30,0x34,0x33,0x2e,
+ 0x30,0x32,0x20,0x32,0x36,0x38,0x2e,0x31,0x4c,0x31,0x30,0x34,0x30,0x2e,0x39,0x39,
+ 0x20,0x32,0x36,0x34,0x2e,0x36,0x35,0x43,0x31,0x30,0x34,0x34,0x2e,0x33,0x20,0x32,
+ 0x36,0x32,0x2e,0x36,0x33,0x37,0x20,0x31,0x30,0x34,0x37,0x2e,0x37,0x35,0x20,0x32,
+ 0x36,0x30,0x2e,0x38,0x36,0x20,0x31,0x30,0x35,0x31,0x2e,0x33,0x31,0x20,0x32,0x35,
+ 0x39,0x2e,0x33,0x33,0x33,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,
+ 0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,
+ 0x22,0x4d,0x31,0x30,0x38,0x34,0x20,0x32,0x33,0x33,0x2e,0x30,0x35,0x43,0x31,0x30,
+ 0x38,0x35,0x2e,0x37,0x38,0x20,0x32,0x33,0x34,0x2e,0x35,0x37,0x32,0x20,0x31,0x30,
+ 0x38,0x38,0x2e,0x33,0x39,0x20,0x32,0x33,0x34,0x2e,0x35,0x37,0x37,0x20,0x31,0x30,
+ 0x39,0x30,0x2e,0x31,0x37,0x20,0x32,0x33,0x33,0x2e,0x30,0x36,0x20,0x31,0x30,0x38,
+ 0x38,0x2e,0x31,0x33,0x20,0x32,0x32,0x39,0x2e,0x34,0x34,0x20,0x31,0x30,0x38,0x37,
+ 0x2e,0x37,0x36,0x20,0x32,0x32,0x38,0x2e,0x33,0x38,0x20,0x31,0x30,0x38,0x37,0x2e,
+ 0x32,0x36,0x20,0x32,0x32,0x33,0x2e,0x39,0x31,0x4c,0x31,0x30,0x38,0x37,0x2e,0x32,
+ 0x36,0x20,0x32,0x32,0x31,0x2e,0x35,0x43,0x31,0x30,0x38,0x37,0x2e,0x32,0x36,0x20,
+ 0x32,0x31,0x35,0x20,0x31,0x30,0x37,0x39,0x2e,0x32,0x36,0x20,0x32,0x30,0x36,0x2e,
+ 0x32,0x35,0x20,0x31,0x30,0x36,0x38,0x2e,0x32,0x36,0x20,0x32,0x30,0x36,0x2e,0x32,
+ 0x35,0x4c,0x31,0x30,0x36,0x37,0x2e,0x37,0x34,0x20,0x32,0x30,0x36,0x2e,0x32,0x35,
+ 0x43,0x31,0x30,0x35,0x36,0x2e,0x37,0x34,0x20,0x32,0x30,0x36,0x2e,0x32,0x35,0x20,
+ 0x31,0x30,0x34,0x38,0x2e,0x37,0x34,0x20,0x32,0x31,0x35,0x20,0x31,0x30,0x34,0x38,
+ 0x2e,0x37,0x34,0x20,0x32,0x32,0x31,0x2e,0x35,0x4c,0x31,0x30,0x34,0x38,0x2e,0x37,
+ 0x34,0x20,0x32,0x32,0x33,0x2e,0x39,0x31,0x43,0x31,0x30,0x34,0x38,0x2e,0x34,0x36,
+ 0x20,0x32,0x33,0x30,0x20,0x31,0x30,0x34,0x35,0x2e,0x38,0x33,0x20,0x32,0x33,0x33,
+ 0x2e,0x30,0x37,0x20,0x31,0x30,0x34,0x35,0x2e,0x38,0x33,0x20,0x32,0x33,0x33,0x2e,
+ 0x30,0x37,0x20,0x31,0x30,0x34,0x37,0x2e,0x36,0x31,0x20,0x32,0x33,0x34,0x2e,0x35,
+ 0x38,0x35,0x20,0x31,0x30,0x35,0x30,0x2e,0x32,0x32,0x20,0x32,0x33,0x34,0x2e,0x35,
+ 0x38,0x35,0x20,0x31,0x30,0x35,0x32,0x20,0x32,0x33,0x33,0x2e,0x30,0x37,0x4c,0x31,
+ 0x30,0x35,0x32,0x20,0x32,0x33,0x33,0x2e,0x35,0x37,0x43,0x31,0x30,0x35,0x31,0x2e,
+ 0x39,0x35,0x20,0x32,0x33,0x34,0x2e,0x35,0x35,0x31,0x20,0x31,0x30,0x35,0x31,0x2e,
+ 0x34,0x36,0x20,0x32,0x33,0x35,0x2e,0x34,0x35,0x37,0x20,0x31,0x30,0x35,0x30,0x2e,
+ 0x36,0x37,0x20,0x32,0x33,0x36,0x2e,0x30,0x33,0x37,0x20,0x31,0x30,0x34,0x38,0x2e,
+ 0x37,0x35,0x20,0x32,0x33,0x37,0x2e,0x35,0x38,0x33,0x20,0x31,0x30,0x34,0x38,0x2e,
+ 0x34,0x35,0x20,0x32,0x34,0x30,0x2e,0x33,0x38,0x39,0x20,0x31,0x30,0x35,0x30,0x20,
+ 0x32,0x34,0x32,0x2e,0x33,0x30,0x35,0x20,0x31,0x30,0x35,0x30,0x2e,0x34,0x20,0x32,
+ 0x34,0x32,0x2e,0x38,0x30,0x36,0x20,0x31,0x30,0x35,0x30,0x2e,0x39,0x31,0x20,0x32,
+ 0x34,0x33,0x2e,0x32,0x31,0x34,0x20,0x31,0x30,0x35,0x31,0x2e,0x34,0x39,0x20,0x32,
+ 0x34,0x33,0x2e,0x35,0x20,0x31,0x30,0x35,0x31,0x2e,0x31,0x37,0x20,0x32,0x34,0x34,
+ 0x2e,0x31,0x32,0x20,0x31,0x30,0x35,0x31,0x2e,0x30,0x31,0x20,0x32,0x34,0x34,0x2e,
+ 0x38,0x30,0x35,0x20,0x31,0x30,0x35,0x31,0x20,0x32,0x34,0x35,0x2e,0x35,0x20,0x31,
+ 0x30,0x35,0x31,0x20,0x32,0x34,0x37,0x2e,0x39,0x38,0x34,0x20,0x31,0x30,0x35,0x33,
+ 0x2e,0x30,0x32,0x20,0x32,0x34,0x39,0x2e,0x39,0x39,0x38,0x20,0x31,0x30,0x35,0x35,
+ 0x2e,0x35,0x20,0x32,0x35,0x30,0x20,0x31,0x30,0x35,0x36,0x2e,0x33,0x32,0x20,0x32,
+ 0x34,0x39,0x2e,0x39,0x39,0x39,0x20,0x31,0x30,0x35,0x37,0x2e,0x31,0x32,0x20,0x32,
+ 0x34,0x39,0x2e,0x37,0x37,0x31,0x20,0x31,0x30,0x35,0x37,0x2e,0x38,0x32,0x20,0x32,
+ 0x34,0x39,0x2e,0x33,0x34,0x32,0x20,0x31,0x30,0x35,0x37,0x2e,0x38,0x38,0x20,0x32,
+ 0x34,0x39,0x2e,0x33,0x38,0x36,0x20,0x31,0x30,0x35,0x37,0x2e,0x39,0x34,0x20,0x32,
+ 0x34,0x39,0x2e,0x34,0x32,0x34,0x20,0x31,0x30,0x35,0x37,0x2e,0x39,0x39,0x20,0x32,
+ 0x34,0x39,0x2e,0x34,0x36,0x38,0x4c,0x31,0x30,0x35,0x37,0x2e,0x39,0x39,0x20,0x32,
+ 0x35,0x31,0x2e,0x37,0x32,0x32,0x20,0x31,0x30,0x35,0x36,0x2e,0x31,0x35,0x20,0x32,
+ 0x35,0x31,0x20,0x31,0x30,0x35,0x32,0x20,0x32,0x35,0x34,0x2e,0x36,0x30,0x36,0x20,
+ 0x31,0x30,0x36,0x37,0x20,0x32,0x36,0x31,0x20,0x31,0x30,0x36,0x37,0x20,0x32,0x35,
+ 0x35,0x2e,0x32,0x36,0x20,0x31,0x30,0x36,0x31,0x2e,0x38,0x35,0x20,0x32,0x35,0x33,
+ 0x2e,0x32,0x33,0x35,0x43,0x31,0x30,0x36,0x31,0x2e,0x39,0x35,0x20,0x32,0x35,0x32,
+ 0x2e,0x38,0x34,0x37,0x20,0x31,0x30,0x36,0x32,0x20,0x32,0x35,0x32,0x2e,0x34,0x34,
+ 0x38,0x20,0x31,0x30,0x36,0x32,0x20,0x32,0x35,0x32,0x2e,0x30,0x34,0x38,0x4c,0x31,
+ 0x30,0x36,0x32,0x20,0x32,0x35,0x31,0x2e,0x38,0x32,0x33,0x43,0x31,0x30,0x36,0x35,
+ 0x2e,0x38,0x35,0x20,0x32,0x35,0x33,0x2e,0x33,0x39,0x34,0x20,0x31,0x30,0x37,0x30,
+ 0x2e,0x31,0x36,0x20,0x32,0x35,0x33,0x2e,0x33,0x39,0x34,0x20,0x31,0x30,0x37,0x34,
+ 0x2e,0x30,0x31,0x20,0x32,0x35,0x31,0x2e,0x38,0x32,0x33,0x4c,0x31,0x30,0x37,0x34,
+ 0x2e,0x30,0x31,0x20,0x32,0x35,0x32,0x2e,0x30,0x34,0x35,0x43,0x31,0x30,0x37,0x34,
+ 0x2e,0x30,0x31,0x20,0x32,0x35,0x32,0x2e,0x34,0x34,0x36,0x20,0x31,0x30,0x37,0x34,
+ 0x2e,0x30,0x35,0x20,0x32,0x35,0x32,0x2e,0x38,0x34,0x36,0x20,0x31,0x30,0x37,0x34,
+ 0x2e,0x31,0x35,0x20,0x32,0x35,0x33,0x2e,0x32,0x33,0x36,0x4c,0x31,0x30,0x36,0x39,
+ 0x20,0x32,0x35,0x35,0x2e,0x32,0x35,0x37,0x20,0x31,0x30,0x36,0x39,0x20,0x32,0x36,
+ 0x31,0x20,0x31,0x30,0x38,0x34,0x20,0x32,0x35,0x34,0x2e,0x36,0x30,0x39,0x20,0x31,
+ 0x30,0x37,0x39,0x2e,0x38,0x35,0x20,0x32,0x35,0x31,0x20,0x31,0x30,0x37,0x38,0x20,
+ 0x32,0x35,0x31,0x2e,0x37,0x32,0x37,0x20,0x31,0x30,0x37,0x38,0x20,0x32,0x34,0x39,
+ 0x2e,0x34,0x37,0x35,0x43,0x31,0x30,0x37,0x38,0x2e,0x30,0x36,0x20,0x32,0x34,0x39,
+ 0x2e,0x34,0x32,0x38,0x20,0x31,0x30,0x37,0x38,0x2e,0x31,0x32,0x20,0x32,0x34,0x39,
+ 0x2e,0x33,0x38,0x38,0x20,0x31,0x30,0x37,0x38,0x2e,0x31,0x38,0x20,0x32,0x34,0x39,
+ 0x2e,0x33,0x34,0x31,0x20,0x31,0x30,0x37,0x38,0x2e,0x38,0x38,0x20,0x32,0x34,0x39,
+ 0x2e,0x37,0x37,0x31,0x20,0x31,0x30,0x37,0x39,0x2e,0x36,0x38,0x20,0x32,0x34,0x39,
+ 0x2e,0x39,0x39,0x39,0x20,0x31,0x30,0x38,0x30,0x2e,0x35,0x20,0x32,0x35,0x30,0x20,
+ 0x31,0x30,0x38,0x32,0x2e,0x39,0x39,0x20,0x32,0x35,0x30,0x20,0x31,0x30,0x38,0x35,
+ 0x20,0x32,0x34,0x37,0x2e,0x39,0x38,0x35,0x20,0x31,0x30,0x38,0x35,0x20,0x32,0x34,
+ 0x35,0x2e,0x35,0x20,0x31,0x30,0x38,0x35,0x20,0x32,0x34,0x34,0x2e,0x38,0x30,0x35,
+ 0x20,0x31,0x30,0x38,0x34,0x2e,0x38,0x33,0x20,0x32,0x34,0x34,0x2e,0x31,0x32,0x20,
+ 0x31,0x30,0x38,0x34,0x2e,0x35,0x31,0x20,0x32,0x34,0x33,0x2e,0x35,0x20,0x31,0x30,
+ 0x38,0x36,0x2e,0x37,0x32,0x20,0x32,0x34,0x32,0x2e,0x34,0x31,0x32,0x20,0x31,0x30,
+ 0x38,0x37,0x2e,0x36,0x33,0x20,0x32,0x33,0x39,0x2e,0x37,0x34,0x20,0x31,0x30,0x38,
+ 0x36,0x2e,0x35,0x34,0x20,0x32,0x33,0x37,0x2e,0x35,0x33,0x32,0x20,0x31,0x30,0x38,
+ 0x36,0x2e,0x32,0x35,0x20,0x32,0x33,0x36,0x2e,0x39,0x34,0x39,0x20,0x31,0x30,0x38,
+ 0x35,0x2e,0x38,0x34,0x20,0x32,0x33,0x36,0x2e,0x34,0x33,0x35,0x20,0x31,0x30,0x38,
+ 0x35,0x2e,0x33,0x33,0x20,0x32,0x33,0x36,0x2e,0x30,0x32,0x38,0x20,0x31,0x30,0x38,
+ 0x34,0x2e,0x35,0x33,0x20,0x32,0x33,0x35,0x2e,0x34,0x34,0x20,0x31,0x30,0x38,0x34,
+ 0x2e,0x30,0x34,0x20,0x32,0x33,0x34,0x2e,0x35,0x31,0x37,0x20,0x31,0x30,0x38,0x34,
+ 0x20,0x32,0x33,0x33,0x2e,0x35,0x32,0x31,0x5a,0x4d,0x31,0x30,0x37,0x36,0x2e,0x39,
+ 0x34,0x20,0x32,0x33,0x30,0x43,0x31,0x30,0x37,0x37,0x2e,0x39,0x38,0x20,0x32,0x33,
+ 0x30,0x2e,0x30,0x30,0x32,0x20,0x31,0x30,0x37,0x39,0x2e,0x30,0x31,0x20,0x32,0x33,
+ 0x30,0x2e,0x31,0x37,0x33,0x20,0x31,0x30,0x38,0x30,0x20,0x32,0x33,0x30,0x2e,0x35,
+ 0x30,0x38,0x4c,0x31,0x30,0x38,0x30,0x20,0x32,0x33,0x37,0x43,0x31,0x30,0x38,0x30,
+ 0x20,0x32,0x34,0x33,0x2e,0x36,0x32,0x37,0x20,0x31,0x30,0x37,0x34,0x2e,0x36,0x33,
+ 0x20,0x32,0x34,0x39,0x20,0x31,0x30,0x36,0x38,0x20,0x32,0x34,0x39,0x20,0x31,0x30,
+ 0x36,0x31,0x2e,0x33,0x37,0x20,0x32,0x34,0x39,0x20,0x31,0x30,0x35,0x36,0x20,0x32,
+ 0x34,0x33,0x2e,0x36,0x32,0x37,0x20,0x31,0x30,0x35,0x36,0x20,0x32,0x33,0x37,0x4c,
+ 0x31,0x30,0x35,0x36,0x20,0x32,0x33,0x30,0x2e,0x35,0x31,0x34,0x43,0x31,0x30,0x35,
+ 0x36,0x2e,0x39,0x39,0x20,0x32,0x33,0x30,0x2e,0x31,0x37,0x36,0x20,0x31,0x30,0x35,
+ 0x38,0x2e,0x30,0x33,0x20,0x32,0x33,0x30,0x2e,0x30,0x30,0x32,0x20,0x31,0x30,0x35,
+ 0x39,0x2e,0x30,0x38,0x20,0x32,0x33,0x30,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,
+ 0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,
+ 0x20,0x64,0x3d,0x22,0x4d,0x31,0x30,0x39,0x39,0x20,0x32,0x36,0x38,0x2e,0x39,0x36,
+ 0x32,0x43,0x31,0x30,0x39,0x38,0x2e,0x38,0x39,0x20,0x32,0x36,0x36,0x2e,0x30,0x35,
+ 0x33,0x20,0x31,0x30,0x39,0x37,0x2e,0x35,0x34,0x20,0x32,0x36,0x33,0x2e,0x33,0x32,
+ 0x39,0x20,0x31,0x30,0x39,0x35,0x2e,0x32,0x39,0x20,0x32,0x36,0x31,0x2e,0x34,0x37,
+ 0x39,0x20,0x31,0x30,0x39,0x32,0x2e,0x34,0x38,0x20,0x32,0x35,0x39,0x2e,0x31,0x39,
+ 0x39,0x20,0x31,0x30,0x38,0x39,0x2e,0x33,0x35,0x20,0x32,0x35,0x37,0x2e,0x33,0x34,
+ 0x31,0x20,0x31,0x30,0x38,0x35,0x2e,0x39,0x39,0x20,0x32,0x35,0x35,0x2e,0x39,0x36,
+ 0x34,0x4c,0x31,0x30,0x36,0x39,0x20,0x32,0x36,0x33,0x2e,0x33,0x30,0x37,0x20,0x31,
+ 0x30,0x36,0x39,0x20,0x32,0x39,0x32,0x2e,0x30,0x35,0x34,0x43,0x31,0x30,0x38,0x31,
+ 0x2e,0x35,0x36,0x20,0x32,0x39,0x31,0x2e,0x39,0x39,0x34,0x20,0x31,0x30,0x39,0x33,
+ 0x2e,0x38,0x38,0x20,0x32,0x39,0x30,0x2e,0x33,0x34,0x34,0x20,0x31,0x30,0x39,0x38,
+ 0x2e,0x32,0x20,0x32,0x38,0x37,0x2e,0x31,0x30,0x34,0x4c,0x31,0x30,0x39,0x39,0x20,
+ 0x32,0x38,0x36,0x2e,0x35,0x30,0x34,0x5a,0x4d,0x31,0x30,0x39,0x32,0x2e,0x38,0x35,
+ 0x20,0x32,0x36,0x38,0x2e,0x31,0x43,0x31,0x30,0x38,0x39,0x2e,0x36,0x37,0x20,0x32,
+ 0x36,0x36,0x2e,0x31,0x36,0x38,0x20,0x31,0x30,0x38,0x36,0x2e,0x33,0x37,0x20,0x32,
+ 0x36,0x34,0x2e,0x34,0x36,0x34,0x20,0x31,0x30,0x38,0x32,0x2e,0x39,0x35,0x20,0x32,
+ 0x36,0x33,0x4c,0x31,0x30,0x38,0x34,0x2e,0x35,0x36,0x20,0x32,0x35,0x39,0x2e,0x33,
+ 0x33,0x36,0x43,0x31,0x30,0x38,0x38,0x2e,0x31,0x32,0x20,0x32,0x36,0x30,0x2e,0x38,
+ 0x36,0x32,0x20,0x31,0x30,0x39,0x31,0x2e,0x35,0x37,0x20,0x32,0x36,0x32,0x2e,0x36,
+ 0x33,0x38,0x20,0x31,0x30,0x39,0x34,0x2e,0x38,0x38,0x20,0x32,0x36,0x34,0x2e,0x36,
+ 0x35,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,
+ 0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/robotbtn.svg
+ 0x0,0x0,0xd,0x82,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x39,0x32,0x20,0x2d,0x31,0x30,
+ 0x38,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x36,0x35,
+ 0x36,0x2e,0x34,0x32,0x20,0x31,0x38,0x30,0x20,0x36,0x32,0x33,0x2e,0x34,0x32,0x20,
+ 0x31,0x38,0x30,0x43,0x36,0x31,0x39,0x2e,0x32,0x37,0x38,0x20,0x31,0x38,0x30,0x20,
+ 0x36,0x31,0x35,0x2e,0x39,0x32,0x20,0x31,0x38,0x33,0x2e,0x33,0x35,0x38,0x20,0x36,
+ 0x31,0x35,0x2e,0x39,0x32,0x20,0x31,0x38,0x37,0x2e,0x35,0x20,0x36,0x31,0x35,0x2e,
+ 0x39,0x32,0x20,0x31,0x39,0x31,0x2e,0x36,0x34,0x32,0x20,0x36,0x31,0x39,0x2e,0x32,
+ 0x37,0x38,0x20,0x31,0x39,0x35,0x20,0x36,0x32,0x33,0x2e,0x34,0x32,0x20,0x31,0x39,
+ 0x35,0x4c,0x36,0x35,0x36,0x2e,0x34,0x32,0x20,0x31,0x39,0x35,0x43,0x36,0x36,0x30,
+ 0x2e,0x35,0x36,0x32,0x20,0x31,0x39,0x35,0x20,0x36,0x36,0x33,0x2e,0x39,0x32,0x20,
+ 0x31,0x39,0x31,0x2e,0x36,0x34,0x32,0x20,0x36,0x36,0x33,0x2e,0x39,0x32,0x20,0x31,
+ 0x38,0x37,0x2e,0x35,0x20,0x36,0x36,0x33,0x2e,0x39,0x32,0x20,0x31,0x38,0x33,0x2e,
+ 0x33,0x35,0x38,0x20,0x36,0x36,0x30,0x2e,0x35,0x36,0x32,0x20,0x31,0x38,0x30,0x20,
+ 0x36,0x35,0x36,0x2e,0x34,0x32,0x20,0x31,0x38,0x30,0x5a,0x4d,0x36,0x32,0x35,0x2e,
+ 0x34,0x32,0x20,0x31,0x39,0x30,0x2e,0x35,0x43,0x36,0x32,0x33,0x2e,0x37,0x36,0x33,
+ 0x20,0x31,0x39,0x30,0x2e,0x35,0x20,0x36,0x32,0x32,0x2e,0x34,0x32,0x20,0x31,0x38,
+ 0x39,0x2e,0x31,0x35,0x37,0x20,0x36,0x32,0x32,0x2e,0x34,0x32,0x20,0x31,0x38,0x37,
+ 0x2e,0x35,0x20,0x36,0x32,0x32,0x2e,0x34,0x32,0x20,0x31,0x38,0x35,0x2e,0x38,0x34,
+ 0x33,0x20,0x36,0x32,0x33,0x2e,0x37,0x36,0x33,0x20,0x31,0x38,0x34,0x2e,0x35,0x20,
+ 0x36,0x32,0x35,0x2e,0x34,0x32,0x20,0x31,0x38,0x34,0x2e,0x35,0x20,0x36,0x32,0x37,
+ 0x2e,0x30,0x37,0x37,0x20,0x31,0x38,0x34,0x2e,0x35,0x20,0x36,0x32,0x38,0x2e,0x34,
+ 0x32,0x20,0x31,0x38,0x35,0x2e,0x38,0x34,0x33,0x20,0x36,0x32,0x38,0x2e,0x34,0x32,
+ 0x20,0x31,0x38,0x37,0x2e,0x35,0x20,0x36,0x32,0x38,0x2e,0x34,0x32,0x20,0x31,0x38,
+ 0x39,0x2e,0x31,0x35,0x37,0x20,0x36,0x32,0x37,0x2e,0x30,0x37,0x37,0x20,0x31,0x39,
+ 0x30,0x2e,0x35,0x20,0x36,0x32,0x35,0x2e,0x34,0x32,0x20,0x31,0x39,0x30,0x2e,0x35,
+ 0x5a,0x4d,0x36,0x33,0x39,0x2e,0x39,0x32,0x20,0x31,0x39,0x30,0x2e,0x35,0x43,0x36,
+ 0x33,0x38,0x2e,0x32,0x36,0x33,0x20,0x31,0x39,0x30,0x2e,0x35,0x20,0x36,0x33,0x36,
+ 0x2e,0x39,0x32,0x20,0x31,0x38,0x39,0x2e,0x31,0x35,0x37,0x20,0x36,0x33,0x36,0x2e,
+ 0x39,0x32,0x20,0x31,0x38,0x37,0x2e,0x35,0x20,0x36,0x33,0x36,0x2e,0x39,0x32,0x20,
+ 0x31,0x38,0x35,0x2e,0x38,0x34,0x33,0x20,0x36,0x33,0x38,0x2e,0x32,0x36,0x33,0x20,
+ 0x31,0x38,0x34,0x2e,0x35,0x20,0x36,0x33,0x39,0x2e,0x39,0x32,0x20,0x31,0x38,0x34,
+ 0x2e,0x35,0x20,0x36,0x34,0x31,0x2e,0x35,0x37,0x37,0x20,0x31,0x38,0x34,0x2e,0x35,
+ 0x20,0x36,0x34,0x32,0x2e,0x39,0x32,0x20,0x31,0x38,0x35,0x2e,0x38,0x34,0x33,0x20,
+ 0x36,0x34,0x32,0x2e,0x39,0x32,0x20,0x31,0x38,0x37,0x2e,0x35,0x20,0x36,0x34,0x32,
+ 0x2e,0x39,0x32,0x20,0x31,0x38,0x39,0x2e,0x31,0x35,0x37,0x20,0x36,0x34,0x31,0x2e,
+ 0x35,0x37,0x37,0x20,0x31,0x39,0x30,0x2e,0x35,0x20,0x36,0x33,0x39,0x2e,0x39,0x32,
+ 0x20,0x31,0x39,0x30,0x2e,0x35,0x5a,0x4d,0x36,0x35,0x34,0x2e,0x34,0x32,0x20,0x31,
+ 0x39,0x30,0x2e,0x35,0x43,0x36,0x35,0x32,0x2e,0x37,0x36,0x33,0x20,0x31,0x39,0x30,
+ 0x2e,0x35,0x20,0x36,0x35,0x31,0x2e,0x34,0x32,0x20,0x31,0x38,0x39,0x2e,0x31,0x35,
+ 0x37,0x20,0x36,0x35,0x31,0x2e,0x34,0x32,0x20,0x31,0x38,0x37,0x2e,0x35,0x20,0x36,
+ 0x35,0x31,0x2e,0x34,0x32,0x20,0x31,0x38,0x35,0x2e,0x38,0x34,0x33,0x20,0x36,0x35,
+ 0x32,0x2e,0x37,0x36,0x33,0x20,0x31,0x38,0x34,0x2e,0x35,0x20,0x36,0x35,0x34,0x2e,
+ 0x34,0x32,0x20,0x31,0x38,0x34,0x2e,0x35,0x20,0x36,0x35,0x36,0x2e,0x30,0x37,0x37,
+ 0x20,0x31,0x38,0x34,0x2e,0x35,0x20,0x36,0x35,0x37,0x2e,0x34,0x32,0x20,0x31,0x38,
+ 0x35,0x2e,0x38,0x34,0x33,0x20,0x36,0x35,0x37,0x2e,0x34,0x32,0x20,0x31,0x38,0x37,
+ 0x2e,0x35,0x20,0x36,0x35,0x37,0x2e,0x34,0x32,0x20,0x31,0x38,0x39,0x2e,0x31,0x35,
+ 0x37,0x20,0x36,0x35,0x36,0x2e,0x30,0x37,0x37,0x20,0x31,0x39,0x30,0x2e,0x35,0x20,
+ 0x36,0x35,0x34,0x2e,0x34,0x32,0x20,0x31,0x39,0x30,0x2e,0x35,0x5a,0x22,0x20,0x66,
+ 0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,
+ 0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x36,0x34,0x36,0x2e,0x38,0x33,0x20,
+ 0x31,0x33,0x36,0x43,0x36,0x34,0x36,0x2e,0x38,0x33,0x20,0x31,0x33,0x36,0x2e,0x38,
+ 0x32,0x38,0x20,0x36,0x34,0x36,0x2e,0x31,0x35,0x38,0x20,0x31,0x33,0x37,0x2e,0x35,
+ 0x20,0x36,0x34,0x35,0x2e,0x33,0x33,0x20,0x31,0x33,0x37,0x2e,0x35,0x20,0x36,0x34,
+ 0x34,0x2e,0x35,0x30,0x32,0x20,0x31,0x33,0x37,0x2e,0x35,0x20,0x36,0x34,0x33,0x2e,
+ 0x38,0x33,0x20,0x31,0x33,0x36,0x2e,0x38,0x32,0x38,0x20,0x36,0x34,0x33,0x2e,0x38,
+ 0x33,0x20,0x31,0x33,0x36,0x20,0x36,0x34,0x33,0x2e,0x38,0x33,0x20,0x31,0x33,0x35,
+ 0x2e,0x31,0x37,0x32,0x20,0x36,0x34,0x34,0x2e,0x35,0x30,0x32,0x20,0x31,0x33,0x34,
+ 0x2e,0x35,0x20,0x36,0x34,0x35,0x2e,0x33,0x33,0x20,0x31,0x33,0x34,0x2e,0x35,0x20,
+ 0x36,0x34,0x36,0x2e,0x31,0x35,0x38,0x20,0x31,0x33,0x34,0x2e,0x35,0x20,0x36,0x34,
+ 0x36,0x2e,0x38,0x33,0x20,0x31,0x33,0x35,0x2e,0x31,0x37,0x32,0x20,0x36,0x34,0x36,
+ 0x2e,0x38,0x33,0x20,0x31,0x33,0x36,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,
+ 0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,
+ 0x64,0x3d,0x22,0x4d,0x36,0x34,0x38,0x2e,0x36,0x31,0x20,0x31,0x32,0x36,0x20,0x36,
+ 0x34,0x32,0x20,0x31,0x32,0x36,0x20,0x36,0x34,0x32,0x20,0x31,0x32,0x31,0x2e,0x34,
+ 0x35,0x43,0x36,0x34,0x33,0x2e,0x39,0x31,0x33,0x20,0x31,0x32,0x30,0x2e,0x33,0x34,
+ 0x35,0x20,0x36,0x34,0x34,0x2e,0x35,0x36,0x39,0x20,0x31,0x31,0x37,0x2e,0x38,0x39,
+ 0x39,0x20,0x36,0x34,0x33,0x2e,0x34,0x36,0x34,0x20,0x31,0x31,0x35,0x2e,0x39,0x38,
+ 0x36,0x20,0x36,0x34,0x32,0x2e,0x33,0x35,0x39,0x20,0x31,0x31,0x34,0x2e,0x30,0x37,
+ 0x33,0x20,0x36,0x33,0x39,0x2e,0x39,0x31,0x33,0x20,0x31,0x31,0x33,0x2e,0x34,0x31,
+ 0x37,0x20,0x36,0x33,0x38,0x20,0x31,0x31,0x34,0x2e,0x35,0x32,0x32,0x20,0x36,0x33,
+ 0x36,0x2e,0x30,0x38,0x37,0x20,0x31,0x31,0x35,0x2e,0x36,0x32,0x36,0x20,0x36,0x33,
+ 0x35,0x2e,0x34,0x33,0x31,0x20,0x31,0x31,0x38,0x2e,0x30,0x37,0x33,0x20,0x36,0x33,
+ 0x36,0x2e,0x35,0x33,0x36,0x20,0x31,0x31,0x39,0x2e,0x39,0x38,0x36,0x20,0x36,0x33,
+ 0x36,0x2e,0x38,0x38,0x37,0x20,0x31,0x32,0x30,0x2e,0x35,0x39,0x34,0x20,0x36,0x33,
+ 0x37,0x2e,0x33,0x39,0x32,0x20,0x31,0x32,0x31,0x2e,0x30,0x39,0x39,0x20,0x36,0x33,
+ 0x38,0x20,0x31,0x32,0x31,0x2e,0x34,0x35,0x4c,0x36,0x33,0x38,0x20,0x31,0x32,0x36,
+ 0x20,0x36,0x33,0x31,0x2e,0x33,0x39,0x20,0x31,0x32,0x36,0x43,0x36,0x32,0x38,0x2e,
+ 0x39,0x36,0x38,0x20,0x31,0x32,0x36,0x2e,0x30,0x30,0x36,0x20,0x36,0x32,0x37,0x2e,
+ 0x30,0x30,0x35,0x20,0x31,0x32,0x37,0x2e,0x39,0x36,0x38,0x20,0x36,0x32,0x37,0x20,
+ 0x31,0x33,0x30,0x2e,0x33,0x39,0x4c,0x36,0x32,0x37,0x20,0x31,0x34,0x31,0x2e,0x36,
+ 0x31,0x43,0x36,0x32,0x37,0x2e,0x30,0x30,0x35,0x20,0x31,0x34,0x34,0x2e,0x30,0x33,
+ 0x32,0x20,0x36,0x32,0x38,0x2e,0x39,0x36,0x38,0x20,0x31,0x34,0x35,0x2e,0x39,0x39,
+ 0x35,0x20,0x36,0x33,0x31,0x2e,0x33,0x39,0x20,0x31,0x34,0x36,0x4c,0x36,0x34,0x38,
+ 0x2e,0x36,0x31,0x20,0x31,0x34,0x36,0x43,0x36,0x35,0x31,0x2e,0x30,0x33,0x32,0x20,
+ 0x31,0x34,0x35,0x2e,0x39,0x39,0x35,0x20,0x36,0x35,0x32,0x2e,0x39,0x39,0x35,0x20,
+ 0x31,0x34,0x34,0x2e,0x30,0x33,0x32,0x20,0x36,0x35,0x33,0x20,0x31,0x34,0x31,0x2e,
+ 0x36,0x31,0x4c,0x36,0x35,0x33,0x20,0x31,0x33,0x30,0x2e,0x33,0x39,0x43,0x36,0x35,
+ 0x32,0x2e,0x39,0x39,0x35,0x20,0x31,0x32,0x37,0x2e,0x39,0x36,0x38,0x20,0x36,0x35,
+ 0x31,0x2e,0x30,0x33,0x32,0x20,0x31,0x32,0x36,0x2e,0x30,0x30,0x36,0x20,0x36,0x34,
+ 0x38,0x2e,0x36,0x31,0x20,0x31,0x32,0x36,0x5a,0x4d,0x36,0x33,0x35,0x20,0x31,0x33,
+ 0x39,0x43,0x36,0x33,0x33,0x2e,0x33,0x34,0x33,0x20,0x31,0x33,0x39,0x20,0x36,0x33,
+ 0x32,0x20,0x31,0x33,0x37,0x2e,0x36,0x35,0x37,0x20,0x36,0x33,0x32,0x20,0x31,0x33,
+ 0x36,0x20,0x36,0x33,0x32,0x20,0x31,0x33,0x34,0x2e,0x33,0x34,0x33,0x20,0x36,0x33,
+ 0x33,0x2e,0x33,0x34,0x33,0x20,0x31,0x33,0x33,0x20,0x36,0x33,0x35,0x20,0x31,0x33,
+ 0x33,0x20,0x36,0x33,0x36,0x2e,0x36,0x35,0x37,0x20,0x31,0x33,0x33,0x20,0x36,0x33,
+ 0x38,0x20,0x31,0x33,0x34,0x2e,0x33,0x34,0x33,0x20,0x36,0x33,0x38,0x20,0x31,0x33,
+ 0x36,0x20,0x36,0x33,0x38,0x20,0x31,0x33,0x37,0x2e,0x36,0x35,0x37,0x20,0x36,0x33,
+ 0x36,0x2e,0x36,0x35,0x37,0x20,0x31,0x33,0x39,0x20,0x36,0x33,0x35,0x20,0x31,0x33,
+ 0x39,0x5a,0x4d,0x36,0x34,0x35,0x20,0x31,0x33,0x39,0x43,0x36,0x34,0x33,0x2e,0x33,
+ 0x34,0x33,0x20,0x31,0x33,0x39,0x20,0x36,0x34,0x32,0x20,0x31,0x33,0x37,0x2e,0x36,
+ 0x35,0x37,0x20,0x36,0x34,0x32,0x20,0x31,0x33,0x36,0x20,0x36,0x34,0x32,0x20,0x31,
+ 0x33,0x34,0x2e,0x33,0x34,0x33,0x20,0x36,0x34,0x33,0x2e,0x33,0x34,0x33,0x20,0x31,
+ 0x33,0x33,0x20,0x36,0x34,0x35,0x20,0x31,0x33,0x33,0x20,0x36,0x34,0x36,0x2e,0x36,
+ 0x35,0x37,0x20,0x31,0x33,0x33,0x20,0x36,0x34,0x38,0x20,0x31,0x33,0x34,0x2e,0x33,
+ 0x34,0x33,0x20,0x36,0x34,0x38,0x20,0x31,0x33,0x36,0x20,0x36,0x34,0x38,0x20,0x31,
+ 0x33,0x37,0x2e,0x36,0x35,0x37,0x20,0x36,0x34,0x36,0x2e,0x36,0x35,0x37,0x20,0x31,
+ 0x33,0x39,0x20,0x36,0x34,0x35,0x20,0x31,0x33,0x39,0x5a,0x22,0x20,0x66,0x69,0x6c,
+ 0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,
+ 0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x36,0x33,0x36,0x2e,0x38,0x33,0x20,0x31,0x33,
+ 0x36,0x43,0x36,0x33,0x36,0x2e,0x38,0x33,0x20,0x31,0x33,0x36,0x2e,0x38,0x32,0x38,
+ 0x20,0x36,0x33,0x36,0x2e,0x31,0x35,0x38,0x20,0x31,0x33,0x37,0x2e,0x35,0x20,0x36,
+ 0x33,0x35,0x2e,0x33,0x33,0x20,0x31,0x33,0x37,0x2e,0x35,0x20,0x36,0x33,0x34,0x2e,
+ 0x35,0x30,0x32,0x20,0x31,0x33,0x37,0x2e,0x35,0x20,0x36,0x33,0x33,0x2e,0x38,0x33,
+ 0x20,0x31,0x33,0x36,0x2e,0x38,0x32,0x38,0x20,0x36,0x33,0x33,0x2e,0x38,0x33,0x20,
+ 0x31,0x33,0x36,0x20,0x36,0x33,0x33,0x2e,0x38,0x33,0x20,0x31,0x33,0x35,0x2e,0x31,
+ 0x37,0x32,0x20,0x36,0x33,0x34,0x2e,0x35,0x30,0x32,0x20,0x31,0x33,0x34,0x2e,0x35,
+ 0x20,0x36,0x33,0x35,0x2e,0x33,0x33,0x20,0x31,0x33,0x34,0x2e,0x35,0x20,0x36,0x33,
+ 0x36,0x2e,0x31,0x35,0x38,0x20,0x31,0x33,0x34,0x2e,0x35,0x20,0x36,0x33,0x36,0x2e,
+ 0x38,0x33,0x20,0x31,0x33,0x35,0x2e,0x31,0x37,0x32,0x20,0x36,0x33,0x36,0x2e,0x38,
+ 0x33,0x20,0x31,0x33,0x36,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,
+ 0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,
+ 0x22,0x4d,0x36,0x36,0x36,0x20,0x31,0x36,0x36,0x2e,0x38,0x32,0x20,0x36,0x36,0x36,
+ 0x20,0x31,0x35,0x38,0x2e,0x34,0x39,0x43,0x36,0x36,0x36,0x20,0x31,0x35,0x36,0x2e,
+ 0x30,0x31,0x20,0x36,0x36,0x33,0x2e,0x39,0x39,0x20,0x31,0x35,0x34,0x20,0x36,0x36,
+ 0x31,0x2e,0x35,0x31,0x20,0x31,0x35,0x34,0x4c,0x36,0x35,0x36,0x20,0x31,0x35,0x34,
+ 0x20,0x36,0x35,0x36,0x20,0x31,0x34,0x39,0x20,0x36,0x32,0x34,0x20,0x31,0x34,0x39,
+ 0x20,0x36,0x32,0x34,0x20,0x31,0x35,0x35,0x20,0x36,0x31,0x36,0x2e,0x34,0x39,0x20,
+ 0x31,0x35,0x35,0x43,0x36,0x31,0x36,0x2e,0x32,0x31,0x39,0x20,0x31,0x35,0x35,0x20,
+ 0x36,0x31,0x36,0x20,0x31,0x35,0x34,0x2e,0x37,0x38,0x31,0x20,0x36,0x31,0x36,0x20,
+ 0x31,0x35,0x34,0x2e,0x35,0x31,0x4c,0x36,0x31,0x36,0x20,0x31,0x34,0x36,0x2e,0x32,
+ 0x32,0x43,0x36,0x31,0x39,0x2e,0x34,0x33,0x38,0x20,0x31,0x34,0x35,0x2e,0x32,0x30,
+ 0x35,0x20,0x36,0x32,0x31,0x2e,0x34,0x30,0x31,0x20,0x31,0x34,0x31,0x2e,0x35,0x39,
+ 0x35,0x20,0x36,0x32,0x30,0x2e,0x33,0x38,0x36,0x20,0x31,0x33,0x38,0x2e,0x31,0x35,
+ 0x38,0x20,0x36,0x32,0x30,0x2e,0x31,0x31,0x34,0x20,0x31,0x33,0x37,0x2e,0x32,0x33,
+ 0x36,0x20,0x36,0x31,0x39,0x2e,0x36,0x34,0x31,0x20,0x31,0x33,0x36,0x2e,0x33,0x38,
+ 0x36,0x20,0x36,0x31,0x39,0x20,0x31,0x33,0x35,0x2e,0x36,0x37,0x4c,0x36,0x31,0x36,
+ 0x20,0x31,0x33,0x38,0x2e,0x33,0x33,0x43,0x36,0x31,0x36,0x2e,0x34,0x32,0x20,0x31,
+ 0x33,0x38,0x2e,0x37,0x38,0x36,0x20,0x36,0x31,0x36,0x2e,0x36,0x35,0x38,0x20,0x31,
+ 0x33,0x39,0x2e,0x33,0x38,0x20,0x36,0x31,0x36,0x2e,0x36,0x37,0x20,0x31,0x34,0x30,
+ 0x20,0x36,0x31,0x36,0x2e,0x36,0x36,0x32,0x20,0x31,0x34,0x31,0x2e,0x33,0x38,0x31,
+ 0x20,0x36,0x31,0x35,0x2e,0x35,0x33,0x37,0x20,0x31,0x34,0x32,0x2e,0x34,0x39,0x34,
+ 0x20,0x36,0x31,0x34,0x2e,0x31,0x35,0x36,0x20,0x31,0x34,0x32,0x2e,0x34,0x38,0x36,
+ 0x20,0x36,0x31,0x32,0x2e,0x37,0x37,0x36,0x20,0x31,0x34,0x32,0x2e,0x34,0x37,0x39,
+ 0x20,0x36,0x31,0x31,0x2e,0x36,0x36,0x33,0x20,0x31,0x34,0x31,0x2e,0x33,0x35,0x34,
+ 0x20,0x36,0x31,0x31,0x2e,0x36,0x37,0x20,0x31,0x33,0x39,0x2e,0x39,0x37,0x33,0x20,
+ 0x36,0x31,0x31,0x2e,0x36,0x37,0x33,0x20,0x31,0x33,0x39,0x2e,0x33,0x37,0x36,0x20,
+ 0x36,0x31,0x31,0x2e,0x38,0x39,0x20,0x31,0x33,0x38,0x2e,0x38,0x30,0x31,0x20,0x36,
+ 0x31,0x32,0x2e,0x32,0x38,0x20,0x31,0x33,0x38,0x2e,0x33,0x35,0x4c,0x36,0x30,0x39,
+ 0x2e,0x32,0x38,0x20,0x31,0x33,0x35,0x2e,0x37,0x32,0x43,0x36,0x30,0x36,0x2e,0x39,
+ 0x32,0x33,0x20,0x31,0x33,0x38,0x2e,0x34,0x32,0x38,0x20,0x36,0x30,0x37,0x2e,0x32,
+ 0x30,0x38,0x20,0x31,0x34,0x32,0x2e,0x35,0x33,0x34,0x20,0x36,0x30,0x39,0x2e,0x39,
+ 0x31,0x35,0x20,0x31,0x34,0x34,0x2e,0x38,0x39,0x20,0x36,0x31,0x30,0x2e,0x35,0x32,
+ 0x38,0x20,0x31,0x34,0x35,0x2e,0x34,0x32,0x34,0x20,0x36,0x31,0x31,0x2e,0x32,0x33,
+ 0x35,0x20,0x31,0x34,0x35,0x2e,0x38,0x33,0x37,0x20,0x36,0x31,0x32,0x20,0x31,0x34,
+ 0x36,0x2e,0x31,0x31,0x4c,0x36,0x31,0x32,0x20,0x31,0x35,0x34,0x2e,0x35,0x31,0x43,
+ 0x36,0x31,0x32,0x20,0x31,0x35,0x36,0x2e,0x39,0x39,0x20,0x36,0x31,0x34,0x2e,0x30,
+ 0x31,0x20,0x31,0x35,0x39,0x20,0x36,0x31,0x36,0x2e,0x34,0x39,0x20,0x31,0x35,0x39,
+ 0x4c,0x36,0x32,0x34,0x20,0x31,0x35,0x39,0x20,0x36,0x32,0x34,0x20,0x31,0x37,0x37,
+ 0x20,0x36,0x35,0x36,0x20,0x31,0x37,0x37,0x20,0x36,0x35,0x36,0x20,0x31,0x35,0x38,
+ 0x20,0x36,0x36,0x31,0x2e,0x35,0x31,0x20,0x31,0x35,0x38,0x43,0x36,0x36,0x31,0x2e,
+ 0x37,0x38,0x31,0x20,0x31,0x35,0x38,0x20,0x36,0x36,0x32,0x20,0x31,0x35,0x38,0x2e,
+ 0x32,0x31,0x39,0x20,0x36,0x36,0x32,0x20,0x31,0x35,0x38,0x2e,0x34,0x39,0x4c,0x36,
+ 0x36,0x32,0x20,0x31,0x36,0x36,0x2e,0x38,0x32,0x43,0x36,0x35,0x38,0x2e,0x35,0x38,
+ 0x34,0x20,0x31,0x36,0x37,0x2e,0x39,0x32,0x35,0x20,0x36,0x35,0x36,0x2e,0x37,0x31,
+ 0x31,0x20,0x31,0x37,0x31,0x2e,0x35,0x39,0x20,0x36,0x35,0x37,0x2e,0x38,0x31,0x36,
+ 0x20,0x31,0x37,0x35,0x2e,0x30,0x30,0x35,0x20,0x36,0x35,0x38,0x2e,0x30,0x39,0x33,
+ 0x20,0x31,0x37,0x35,0x2e,0x38,0x36,0x20,0x36,0x35,0x38,0x2e,0x35,0x34,0x34,0x20,
+ 0x31,0x37,0x36,0x2e,0x36,0x34,0x38,0x20,0x36,0x35,0x39,0x2e,0x31,0x34,0x20,0x31,
+ 0x37,0x37,0x2e,0x33,0x32,0x4c,0x36,0x36,0x32,0x2e,0x31,0x34,0x20,0x31,0x37,0x34,
+ 0x2e,0x36,0x36,0x43,0x36,0x36,0x31,0x2e,0x37,0x32,0x36,0x20,0x31,0x37,0x34,0x2e,
+ 0x32,0x30,0x36,0x20,0x36,0x36,0x31,0x2e,0x34,0x39,0x38,0x20,0x31,0x37,0x33,0x2e,
+ 0x36,0x31,0x34,0x20,0x36,0x36,0x31,0x2e,0x35,0x20,0x31,0x37,0x33,0x20,0x36,0x36,
+ 0x31,0x2e,0x35,0x30,0x31,0x20,0x31,0x37,0x31,0x2e,0x36,0x31,0x39,0x20,0x36,0x36,
+ 0x32,0x2e,0x36,0x32,0x31,0x20,0x31,0x37,0x30,0x2e,0x35,0x30,0x31,0x20,0x36,0x36,
+ 0x34,0x2e,0x30,0x30,0x32,0x20,0x31,0x37,0x30,0x2e,0x35,0x30,0x32,0x20,0x36,0x36,
+ 0x35,0x2e,0x33,0x38,0x33,0x20,0x31,0x37,0x30,0x2e,0x35,0x30,0x33,0x20,0x36,0x36,
+ 0x36,0x2e,0x35,0x30,0x31,0x20,0x31,0x37,0x31,0x2e,0x36,0x32,0x34,0x20,0x36,0x36,
+ 0x36,0x2e,0x35,0x20,0x31,0x37,0x33,0x2e,0x30,0x30,0x34,0x20,0x36,0x36,0x36,0x2e,
+ 0x35,0x20,0x31,0x37,0x33,0x2e,0x36,0x31,0x20,0x36,0x36,0x36,0x2e,0x32,0x37,0x39,
+ 0x20,0x31,0x37,0x34,0x2e,0x31,0x39,0x35,0x20,0x36,0x36,0x35,0x2e,0x38,0x38,0x20,
+ 0x31,0x37,0x34,0x2e,0x36,0x35,0x4c,0x36,0x36,0x38,0x2e,0x38,0x38,0x20,0x31,0x37,
+ 0x37,0x2e,0x32,0x38,0x43,0x36,0x37,0x31,0x2e,0x32,0x34,0x36,0x20,0x31,0x37,0x34,
+ 0x2e,0x35,0x38,0x38,0x20,0x36,0x37,0x30,0x2e,0x39,0x38,0x32,0x20,0x31,0x37,0x30,
+ 0x2e,0x34,0x38,0x37,0x20,0x36,0x36,0x38,0x2e,0x32,0x38,0x39,0x20,0x31,0x36,0x38,
+ 0x2e,0x31,0x32,0x31,0x20,0x36,0x36,0x37,0x2e,0x36,0x32,0x33,0x20,0x31,0x36,0x37,
+ 0x2e,0x35,0x33,0x35,0x20,0x36,0x36,0x36,0x2e,0x38,0x34,0x34,0x20,0x31,0x36,0x37,
+ 0x2e,0x30,0x39,0x33,0x20,0x36,0x36,0x36,0x20,0x31,0x36,0x36,0x2e,0x38,0x32,0x5a,
+ 0x4d,0x36,0x35,0x32,0x20,0x31,0x36,0x33,0x20,0x36,0x34,0x39,0x2e,0x32,0x32,0x20,
+ 0x31,0x36,0x33,0x43,0x36,0x34,0x39,0x2e,0x31,0x32,0x33,0x20,0x31,0x36,0x33,0x2e,
+ 0x30,0x31,0x37,0x20,0x36,0x34,0x39,0x2e,0x30,0x33,0x31,0x20,0x31,0x36,0x33,0x2e,
+ 0x30,0x35,0x35,0x20,0x36,0x34,0x38,0x2e,0x39,0x35,0x20,0x31,0x36,0x33,0x2e,0x31,
+ 0x31,0x4c,0x36,0x34,0x35,0x2e,0x38,0x39,0x20,0x31,0x36,0x36,0x2e,0x32,0x34,0x20,
+ 0x36,0x34,0x33,0x2e,0x35,0x36,0x20,0x31,0x36,0x30,0x2e,0x37,0x32,0x20,0x36,0x33,
+ 0x39,0x2e,0x32,0x31,0x20,0x31,0x36,0x39,0x2e,0x37,0x32,0x20,0x36,0x33,0x36,0x2e,
+ 0x31,0x36,0x20,0x31,0x35,0x38,0x20,0x36,0x33,0x33,0x2e,0x38,0x31,0x20,0x31,0x36,
+ 0x33,0x20,0x36,0x32,0x39,0x20,0x31,0x36,0x33,0x20,0x36,0x32,0x39,0x20,0x31,0x36,
+ 0x31,0x20,0x36,0x33,0x32,0x2e,0x35,0x34,0x20,0x31,0x36,0x31,0x20,0x36,0x33,0x36,
+ 0x2e,0x37,0x20,0x31,0x35,0x32,0x2e,0x31,0x35,0x20,0x36,0x33,0x39,0x2e,0x37,0x38,
+ 0x20,0x31,0x36,0x33,0x2e,0x39,0x33,0x20,0x36,0x34,0x33,0x2e,0x36,0x39,0x20,0x31,
+ 0x35,0x35,0x2e,0x39,0x33,0x20,0x36,0x34,0x36,0x2e,0x35,0x37,0x20,0x31,0x36,0x32,
+ 0x2e,0x37,0x35,0x20,0x36,0x34,0x37,0x2e,0x35,0x37,0x20,0x31,0x36,0x31,0x2e,0x37,
+ 0x35,0x43,0x36,0x34,0x38,0x2e,0x30,0x30,0x39,0x20,0x31,0x36,0x31,0x2e,0x33,0x30,
+ 0x36,0x20,0x36,0x34,0x38,0x2e,0x35,0x39,0x36,0x20,0x31,0x36,0x31,0x2e,0x30,0x33,
+ 0x39,0x20,0x36,0x34,0x39,0x2e,0x32,0x32,0x20,0x31,0x36,0x31,0x4c,0x36,0x35,0x32,
+ 0x20,0x31,0x36,0x31,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,
+ 0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,0x76,0x67,
+ 0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/soldier.png
+ 0x0,0x0,0x4,0x3,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x33,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb7,0x95,0xe2,0x82,0x0,0x0,0x0,0x10,
+ 0x74,0x52,0x4e,0x53,0x0,0x10,0x20,0x30,0x40,0x50,0x60,0x70,0x80,0x8f,0x9f,0xaf,
+ 0xbf,0xcf,0xdf,0xef,0x23,0x1a,0x82,0x8a,0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,
+ 0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,0x64,0x0,0x0,0x3,
+ 0x3d,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0x98,0xdb,0x12,0xa3,0x20,0xc,0x86,0x45,
+ 0x51,0x50,0x41,0xfa,0xfe,0x4f,0xbb,0x1c,0x7e,0x90,0x16,0x15,0x4,0x77,0x66,0x67,
+ 0xd6,0xef,0xaa,0x8,0x4d,0x24,0x84,0x1c,0xec,0xfe,0x27,0x8,0x9d,0xd8,0x2c,0xd6,
+ 0x85,0x4f,0x14,0x4f,0x9e,0x84,0x8c,0x8b,0xfa,0xec,0xac,0x13,0x9e,0x3f,0x4,0x61,
+ 0x1b,0x24,0x7,0xd4,0x93,0x2a,0x68,0x22,0xde,0xf0,0x98,0xa,0x32,0x43,0x62,0xc2,
+ 0x8c,0x15,0x6d,0x90,0x15,0xe2,0xe,0x90,0x4,0x8b,0x1a,0xb8,0x92,0xff,0x84,0x86,
+ 0x6b,0xf9,0x5a,0x3,0xd6,0x55,0xc3,0x21,0xe8,0x94,0x15,0xb,0x2b,0xa1,0xb1,0xf3,
+ 0x1f,0xd3,0x76,0xeb,0x24,0xa4,0x5c,0xa0,0xb0,0xb4,0x8a,0x11,0x42,0x2e,0x69,0xb9,
+ 0xe,0x99,0x13,0x76,0x8,0x2c,0xae,0xe1,0xf0,0x6,0x27,0x60,0x71,0x5,0x3d,0x24,
+ 0x64,0xe8,0xb1,0xfc,0x3e,0x3,0x24,0x64,0xa8,0xf7,0x23,0xa,0x9,0x19,0x46,0x2c,
+ 0xbf,0xcf,0x5f,0x57,0x50,0xe4,0xa5,0x9f,0xf,0xc3,0xf2,0xfb,0x30,0x48,0xc8,0xc0,
+ 0xb1,0xfc,0x3e,0xb,0x24,0x64,0xa8,0xf,0x47,0x45,0xf7,0xac,0x21,0x58,0x90,0x7c,
+ 0xa4,0x73,0xd4,0x5e,0x84,0xc2,0x33,0xae,0x3f,0xe5,0x60,0x21,0x4e,0x87,0x34,0x73,
+ 0xf5,0x63,0xc8,0x15,0x95,0x36,0xda,0x6f,0x1,0x1e,0x24,0x60,0xba,0x36,0xa0,0xa,
+ 0xfc,0xbb,0x40,0x41,0xdd,0x16,0xcc,0x2d,0x50,0xf6,0x2a,0xe0,0x41,0x82,0x99,0x9b,
+ 0x74,0xc4,0x55,0xac,0x32,0xf7,0xf7,0x3,0xb1,0xf1,0xe,0xc3,0x4,0x33,0x47,0xcd,
+ 0x2a,0x8c,0x2b,0x70,0x45,0x5,0x6,0x9,0x66,0xae,0xb1,0xac,0x70,0x8e,0x84,0x41,
+ 0x82,0x9d,0x6c,0x49,0x68,0xdd,0x64,0x45,0x7c,0xce,0x4c,0xe0,0x66,0x5b,0x72,0x32,
+ 0x1c,0x69,0xc0,0xf0,0x7,0x24,0xbc,0x96,0xb2,0x2,0xb1,0xe2,0x24,0xe0,0xfb,0x8b,
+ 0x82,0x61,0xd,0x28,0x8b,0x16,0xc,0x7f,0xc0,0x4d,0x6e,0x39,0x66,0x9c,0xc1,0x89,
+ 0x11,0x50,0x73,0xd4,0xa7,0x3,0xd,0xc2,0xd1,0xe1,0x39,0x22,0x16,0x8a,0xb6,0x2,
+ 0xdb,0x69,0x38,0xda,0x2,0x71,0xf6,0x5b,0xda,0xe4,0xfb,0x2d,0x1c,0x38,0x3b,0xd2,
+ 0x5d,0x63,0x75,0xed,0xfd,0x28,0xed,0x96,0x42,0xbe,0xc6,0xb8,0x96,0x50,0x5e,0x7f,
+ 0xef,0x81,0x84,0x74,0xdd,0xda,0x81,0xec,0x85,0xc5,0x16,0x9d,0x34,0xdd,0xcb,0xfa,
+ 0x26,0x1f,0x32,0x44,0x1d,0x82,0x9a,0x69,0xdf,0x91,0x9e,0xf2,0xe8,0xd9,0x3,0x6d,
+ 0x20,0x93,0x4a,0x1c,0x36,0x52,0x4c,0x28,0x59,0x9b,0x8,0x12,0x20,0xf3,0xb,0x4c,
+ 0x3d,0x0,0x4b,0x76,0x60,0x7d,0x8b,0xc9,0xfa,0x9a,0xf1,0xb,0x2f,0xbd,0x1b,0x67,
+ 0xb1,0x7d,0xd4,0x26,0x67,0xea,0x2b,0xa6,0xe6,0x13,0xd6,0x4,0x87,0x54,0x73,0xa8,
+ 0xaf,0x8,0xf7,0xd7,0xa3,0x29,0xdb,0x38,0xe2,0xf,0x15,0xf6,0x23,0xe,0xa1,0xab,
+ 0x17,0xaf,0x69,0xbd,0xc8,0x9a,0x31,0x2e,0x81,0x75,0x50,0x8a,0xfb,0x36,0x41,0xdb,
+ 0xbc,0x88,0xa,0x69,0xde,0xb9,0x8f,0xce,0x38,0x72,0x28,0xc5,0x75,0xa6,0x23,0x54,
+ 0x8a,0xda,0x6,0x84,0xba,0x84,0x69,0x4d,0x1f,0x3e,0x48,0x5,0x5,0xc2,0x5c,0x1,
+ 0xc2,0xed,0xf3,0x2a,0x15,0xc3,0x5e,0xd8,0xcd,0x26,0x27,0x53,0x67,0x29,0xa7,0x40,
+ 0x9,0xfb,0x68,0xe,0x87,0x61,0xc7,0xb7,0x60,0xee,0xbf,0xc2,0xa9,0x11,0xc1,0x52,
+ 0x46,0x81,0xb7,0x8d,0x9d,0x5a,0xb0,0xb7,0x7b,0x77,0x2,0x1f,0x71,0xf4,0xd6,0x89,
+ 0xfd,0xa1,0x43,0x9d,0x8d,0xd7,0x6c,0xd3,0x95,0x86,0xb3,0xd,0xe2,0x91,0xea,0xbb,
+ 0xd1,0x2d,0x96,0x37,0xba,0x4,0xf7,0x8d,0xc5,0x5,0x1a,0x64,0x1c,0xcd,0x7e,0xf,
+ 0x22,0xdb,0x58,0x37,0x1d,0x9c,0xf9,0x8a,0xfb,0x65,0x2b,0xdf,0xc7,0xb1,0xb8,0x95,
+ 0xb5,0x96,0xf2,0xb6,0x71,0x40,0xe8,0x60,0x9f,0x15,0x6a,0xe8,0xb5,0xfc,0xcd,0x87,
+ 0x49,0xb8,0x92,0x47,0x9b,0x28,0x16,0xaf,0x77,0xe0,0xb7,0x65,0xaa,0xec,0xc2,0x5e,
+ 0x4a,0x1b,0x25,0x88,0xdf,0xd,0x4,0xd2,0xc0,0xba,0x78,0xa9,0xda,0x7,0x8a,0x22,
+ 0x87,0x29,0xd8,0x5d,0x10,0x4b,0xc5,0x1f,0x29,0x8,0x2a,0x4c,0x50,0x29,0xd9,0x82,
+ 0x71,0x46,0xed,0x1b,0xdd,0xb0,0x9f,0x64,0xc4,0x91,0x2,0x77,0xfe,0xf6,0xe4,0x4e,
+ 0x6a,0xc0,0x2f,0xec,0x6b,0xaf,0xc7,0xe2,0xcf,0x14,0x18,0x15,0xf6,0xb0,0xf4,0x19,
+ 0x65,0x71,0x17,0xe7,0x58,0xfc,0xb9,0x2,0x50,0x52,0x69,0x9f,0x89,0x76,0x64,0x14,
+ 0xe8,0xf9,0x2c,0xaf,0x82,0x2c,0xaf,0x82,0x2c,0xaf,0x82,0x2c,0xaf,0x82,0x2c,0xaf,
+ 0x82,0x2c,0x7f,0x5d,0xc1,0x77,0x59,0xf2,0x4b,0x46,0x41,0x51,0xd7,0x7c,0xf9,0xcd,
+ 0xfd,0x52,0x81,0xe2,0x28,0x77,0x72,0xb0,0xf3,0x5d,0x5c,0x28,0xb0,0x35,0x71,0x29,
+ 0x94,0x7d,0x57,0x74,0x81,0x33,0x5,0xa6,0x33,0xc4,0x7f,0x8b,0x19,0x26,0xae,0xbb,
+ 0xca,0x1f,0x52,0x5,0x4a,0xae,0xbc,0xa5,0x93,0xea,0xe9,0xc8,0xf9,0x22,0x84,0xdc,
+ 0x36,0xe3,0x5f,0x56,0x81,0xd2,0xbd,0xac,0x14,0xeb,0x32,0xb3,0x69,0x28,0xa9,0xe5,
+ 0x6e,0xa0,0xdf,0x94,0x34,0xbc,0xed,0xcb,0xcb,0xbf,0x48,0xd7,0xfd,0x1,0x85,0x8b,
+ 0xbe,0xee,0x1a,0x4f,0xb,0x98,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,
+ 0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/map.svg
+ 0x0,0x0,0x4,0x14,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x37,0x33,0x31,0x20,0x2d,0x31,0x30,
+ 0x38,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x37,0x39,
+ 0x39,0x20,0x31,0x33,0x38,0x2e,0x32,0x43,0x37,0x39,0x36,0x2e,0x36,0x20,0x31,0x33,
+ 0x38,0x2e,0x32,0x20,0x37,0x39,0x34,0x2e,0x36,0x20,0x31,0x33,0x36,0x2e,0x32,0x20,
+ 0x37,0x39,0x34,0x2e,0x37,0x20,0x31,0x33,0x33,0x2e,0x37,0x20,0x37,0x39,0x34,0x2e,
+ 0x37,0x20,0x31,0x33,0x31,0x2e,0x33,0x20,0x37,0x39,0x36,0x2e,0x37,0x20,0x31,0x32,
+ 0x39,0x2e,0x33,0x20,0x37,0x39,0x39,0x2e,0x31,0x20,0x31,0x32,0x39,0x2e,0x33,0x20,
+ 0x38,0x30,0x31,0x2e,0x35,0x20,0x31,0x32,0x39,0x2e,0x33,0x20,0x38,0x30,0x33,0x2e,
+ 0x35,0x20,0x31,0x33,0x31,0x2e,0x33,0x20,0x38,0x30,0x33,0x2e,0x35,0x20,0x31,0x33,
+ 0x33,0x2e,0x37,0x20,0x38,0x30,0x33,0x2e,0x35,0x20,0x31,0x33,0x34,0x2e,0x39,0x20,
+ 0x38,0x30,0x33,0x20,0x31,0x33,0x36,0x20,0x38,0x30,0x32,0x2e,0x32,0x20,0x31,0x33,
+ 0x36,0x2e,0x38,0x20,0x38,0x30,0x31,0x2e,0x33,0x20,0x31,0x33,0x37,0x2e,0x37,0x20,
+ 0x38,0x30,0x30,0x2e,0x32,0x20,0x31,0x33,0x38,0x2e,0x32,0x20,0x37,0x39,0x39,0x20,
+ 0x31,0x33,0x38,0x2e,0x32,0x5a,0x4d,0x37,0x39,0x34,0x2e,0x37,0x20,0x31,0x32,0x34,
+ 0x2e,0x33,0x43,0x37,0x39,0x32,0x2e,0x35,0x20,0x31,0x32,0x35,0x2e,0x31,0x20,0x37,
+ 0x39,0x30,0x2e,0x38,0x20,0x31,0x32,0x36,0x2e,0x38,0x20,0x37,0x38,0x39,0x2e,0x37,
+ 0x20,0x31,0x32,0x38,0x2e,0x38,0x20,0x37,0x38,0x38,0x2e,0x33,0x20,0x31,0x33,0x31,
+ 0x2e,0x35,0x20,0x37,0x38,0x38,0x2e,0x31,0x20,0x31,0x33,0x34,0x2e,0x36,0x20,0x37,
+ 0x38,0x39,0x2e,0x32,0x20,0x31,0x33,0x37,0x2e,0x34,0x4c,0x37,0x39,0x34,0x20,0x31,
+ 0x34,0x37,0x2e,0x38,0x20,0x37,0x39,0x37,0x2e,0x32,0x20,0x31,0x35,0x34,0x2e,0x34,
+ 0x43,0x37,0x39,0x37,0x2e,0x35,0x20,0x31,0x35,0x35,0x2e,0x31,0x20,0x37,0x39,0x38,
+ 0x2e,0x32,0x20,0x31,0x35,0x35,0x2e,0x35,0x20,0x37,0x39,0x39,0x20,0x31,0x35,0x35,
+ 0x2e,0x35,0x20,0x37,0x39,0x39,0x2e,0x38,0x20,0x31,0x35,0x35,0x2e,0x35,0x20,0x38,
+ 0x30,0x30,0x2e,0x35,0x20,0x31,0x35,0x35,0x2e,0x31,0x20,0x38,0x30,0x30,0x2e,0x38,
+ 0x20,0x31,0x35,0x34,0x2e,0x34,0x4c,0x38,0x30,0x34,0x20,0x31,0x34,0x37,0x2e,0x38,
+ 0x20,0x38,0x30,0x38,0x2e,0x38,0x20,0x31,0x33,0x37,0x2e,0x35,0x43,0x38,0x30,0x39,
+ 0x2e,0x33,0x20,0x31,0x33,0x36,0x2e,0x33,0x20,0x38,0x30,0x39,0x2e,0x35,0x20,0x31,
+ 0x33,0x35,0x20,0x38,0x30,0x39,0x2e,0x35,0x20,0x31,0x33,0x33,0x2e,0x37,0x20,0x38,
+ 0x30,0x39,0x2e,0x35,0x20,0x31,0x32,0x36,0x2e,0x37,0x20,0x38,0x30,0x32,0x2e,0x33,
+ 0x20,0x31,0x32,0x31,0x2e,0x34,0x20,0x37,0x39,0x34,0x2e,0x37,0x20,0x31,0x32,0x34,
+ 0x2e,0x33,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,
+ 0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x37,
+ 0x37,0x37,0x20,0x31,0x38,0x30,0x2e,0x38,0x20,0x37,0x36,0x31,0x20,0x31,0x37,0x32,
+ 0x2e,0x38,0x20,0x37,0x36,0x31,0x20,0x31,0x34,0x30,0x2e,0x32,0x20,0x37,0x37,0x37,
+ 0x20,0x31,0x34,0x38,0x2e,0x32,0x20,0x37,0x37,0x37,0x20,0x31,0x38,0x30,0x2e,0x38,
+ 0x5a,0x4d,0x37,0x35,0x37,0x20,0x31,0x37,0x32,0x2e,0x38,0x20,0x37,0x34,0x35,0x20,
+ 0x31,0x37,0x38,0x2e,0x38,0x20,0x37,0x34,0x35,0x20,0x31,0x34,0x36,0x2e,0x32,0x20,
+ 0x37,0x35,0x37,0x20,0x31,0x34,0x30,0x2e,0x32,0x20,0x37,0x35,0x37,0x20,0x31,0x37,
+ 0x32,0x2e,0x38,0x5a,0x4d,0x38,0x31,0x32,0x2e,0x34,0x20,0x31,0x33,0x39,0x2e,0x32,
+ 0x20,0x38,0x31,0x32,0x2e,0x34,0x20,0x31,0x33,0x39,0x2e,0x32,0x20,0x38,0x30,0x39,
+ 0x2e,0x39,0x20,0x31,0x34,0x34,0x2e,0x36,0x20,0x38,0x31,0x33,0x20,0x31,0x34,0x36,
+ 0x2e,0x32,0x20,0x38,0x31,0x33,0x20,0x31,0x37,0x38,0x2e,0x38,0x20,0x38,0x30,0x31,
+ 0x20,0x31,0x37,0x32,0x2e,0x38,0x20,0x38,0x30,0x31,0x20,0x31,0x35,0x39,0x2e,0x35,
+ 0x20,0x37,0x39,0x37,0x20,0x31,0x35,0x39,0x2e,0x35,0x20,0x37,0x39,0x37,0x20,0x31,
+ 0x37,0x32,0x2e,0x38,0x20,0x37,0x38,0x31,0x20,0x31,0x38,0x30,0x2e,0x38,0x20,0x37,
+ 0x38,0x31,0x20,0x31,0x34,0x38,0x2e,0x32,0x20,0x37,0x38,0x38,0x2e,0x31,0x20,0x31,
+ 0x34,0x34,0x2e,0x36,0x20,0x37,0x38,0x35,0x2e,0x36,0x20,0x31,0x33,0x39,0x2e,0x32,
+ 0x20,0x37,0x37,0x39,0x20,0x31,0x34,0x32,0x2e,0x35,0x20,0x37,0x35,0x39,0x20,0x31,
+ 0x33,0x32,0x2e,0x35,0x20,0x37,0x33,0x39,0x20,0x31,0x34,0x32,0x2e,0x35,0x20,0x37,
+ 0x33,0x39,0x20,0x31,0x38,0x38,0x2e,0x35,0x20,0x37,0x35,0x39,0x20,0x31,0x37,0x38,
+ 0x2e,0x35,0x20,0x37,0x37,0x39,0x20,0x31,0x38,0x38,0x2e,0x35,0x20,0x37,0x39,0x39,
+ 0x20,0x31,0x37,0x38,0x2e,0x35,0x20,0x38,0x31,0x39,0x20,0x31,0x38,0x38,0x2e,0x35,
+ 0x20,0x38,0x31,0x39,0x20,0x31,0x34,0x32,0x2e,0x35,0x20,0x38,0x31,0x32,0x2e,0x34,
+ 0x20,0x31,0x33,0x39,0x2e,0x32,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,
+ 0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,0x67,0x3e,0x3c,0x2f,0x73,
+ 0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/infomation.svg
+ 0x0,0x0,0x3,0xe9,
+ 0x3c,
+ 0x73,0x76,0x67,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x39,0x36,0x22,0x20,0x68,
+ 0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x39,0x36,0x22,0x20,0x78,0x6d,0x6c,0x6e,0x73,
+ 0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,
+ 0x6f,0x72,0x67,0x2f,0x32,0x30,0x30,0x30,0x2f,0x73,0x76,0x67,0x22,0x20,0x78,0x6d,
+ 0x6c,0x6e,0x73,0x3a,0x78,0x6c,0x69,0x6e,0x6b,0x3d,0x22,0x68,0x74,0x74,0x70,0x3a,
+ 0x2f,0x2f,0x77,0x77,0x77,0x2e,0x77,0x33,0x2e,0x6f,0x72,0x67,0x2f,0x31,0x39,0x39,
+ 0x39,0x2f,0x78,0x6c,0x69,0x6e,0x6b,0x22,0x20,0x78,0x6d,0x6c,0x3a,0x73,0x70,0x61,
+ 0x63,0x65,0x3d,0x22,0x70,0x72,0x65,0x73,0x65,0x72,0x76,0x65,0x22,0x20,0x6f,0x76,
+ 0x65,0x72,0x66,0x6c,0x6f,0x77,0x3d,0x22,0x68,0x69,0x64,0x64,0x65,0x6e,0x22,0x3e,
+ 0x3c,0x67,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3d,0x22,0x74,0x72,
+ 0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x38,0x30,0x30,0x20,0x2d,0x33,0x34,
+ 0x35,0x29,0x22,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x38,0x37,
+ 0x36,0x20,0x34,0x31,0x39,0x43,0x38,0x37,0x36,0x20,0x34,0x32,0x30,0x2e,0x31,0x20,
+ 0x38,0x37,0x35,0x2e,0x31,0x20,0x34,0x32,0x31,0x20,0x38,0x37,0x34,0x20,0x34,0x32,
+ 0x31,0x20,0x38,0x37,0x32,0x2e,0x39,0x20,0x34,0x32,0x31,0x20,0x38,0x37,0x32,0x20,
+ 0x34,0x32,0x30,0x2e,0x31,0x20,0x38,0x37,0x32,0x20,0x34,0x31,0x39,0x4c,0x38,0x37,
+ 0x32,0x20,0x33,0x37,0x31,0x20,0x38,0x37,0x36,0x20,0x33,0x37,0x31,0x20,0x38,0x37,
+ 0x36,0x20,0x34,0x31,0x39,0x5a,0x4d,0x38,0x32,0x32,0x20,0x34,0x32,0x31,0x43,0x38,
+ 0x32,0x30,0x2e,0x39,0x20,0x34,0x32,0x31,0x20,0x38,0x32,0x30,0x20,0x34,0x32,0x30,
+ 0x2e,0x31,0x20,0x38,0x32,0x30,0x20,0x34,0x31,0x39,0x4c,0x38,0x32,0x30,0x20,0x33,
+ 0x36,0x35,0x20,0x38,0x36,0x36,0x20,0x33,0x36,0x35,0x20,0x38,0x36,0x36,0x20,0x34,
+ 0x31,0x39,0x43,0x38,0x36,0x36,0x20,0x34,0x31,0x39,0x2e,0x37,0x20,0x38,0x36,0x36,
+ 0x2e,0x31,0x20,0x34,0x32,0x30,0x2e,0x34,0x20,0x38,0x36,0x36,0x2e,0x33,0x20,0x34,
+ 0x32,0x31,0x4c,0x38,0x32,0x32,0x20,0x34,0x32,0x31,0x5a,0x4d,0x38,0x37,0x32,0x20,
+ 0x33,0x36,0x35,0x20,0x38,0x37,0x32,0x20,0x33,0x35,0x39,0x20,0x38,0x31,0x34,0x20,
+ 0x33,0x35,0x39,0x20,0x38,0x31,0x34,0x20,0x34,0x31,0x39,0x43,0x38,0x31,0x34,0x20,
+ 0x34,0x32,0x33,0x2e,0x34,0x20,0x38,0x31,0x37,0x2e,0x36,0x20,0x34,0x32,0x37,0x20,
+ 0x38,0x32,0x32,0x20,0x34,0x32,0x37,0x4c,0x38,0x37,0x34,0x20,0x34,0x32,0x37,0x43,
+ 0x38,0x37,0x38,0x2e,0x34,0x20,0x34,0x32,0x37,0x20,0x38,0x38,0x32,0x20,0x34,0x32,
+ 0x33,0x2e,0x34,0x20,0x38,0x38,0x32,0x20,0x34,0x31,0x39,0x4c,0x38,0x38,0x32,0x20,
+ 0x33,0x36,0x35,0x20,0x38,0x37,0x32,0x20,0x33,0x36,0x35,0x5a,0x22,0x20,0x66,0x69,
+ 0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,
+ 0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x38,0x32,0x34,0x20,0x33,0x37,0x31,0x20,
+ 0x38,0x36,0x32,0x20,0x33,0x37,0x31,0x20,0x38,0x36,0x32,0x20,0x33,0x37,0x35,0x20,
+ 0x38,0x32,0x34,0x20,0x33,0x37,0x35,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,
+ 0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,
+ 0x64,0x3d,0x22,0x4d,0x38,0x34,0x35,0x20,0x33,0x37,0x39,0x20,0x38,0x36,0x32,0x20,
+ 0x33,0x37,0x39,0x20,0x38,0x36,0x32,0x20,0x33,0x38,0x33,0x20,0x38,0x34,0x35,0x20,
+ 0x33,0x38,0x33,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,
+ 0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,
+ 0x38,0x34,0x35,0x20,0x33,0x38,0x37,0x20,0x38,0x36,0x32,0x20,0x33,0x38,0x37,0x20,
+ 0x38,0x36,0x32,0x20,0x33,0x39,0x31,0x20,0x38,0x34,0x35,0x20,0x33,0x39,0x31,0x5a,
+ 0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,
+ 0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x38,0x32,0x34,0x20,
+ 0x33,0x37,0x39,0x20,0x38,0x34,0x31,0x20,0x33,0x37,0x39,0x20,0x38,0x34,0x31,0x20,
+ 0x33,0x39,0x31,0x20,0x38,0x32,0x34,0x20,0x33,0x39,0x31,0x5a,0x22,0x20,0x66,0x69,
+ 0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,
+ 0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x38,0x32,0x34,0x20,0x33,0x39,0x35,0x20,
+ 0x38,0x36,0x32,0x20,0x33,0x39,0x35,0x20,0x38,0x36,0x32,0x20,0x33,0x39,0x39,0x20,
+ 0x38,0x32,0x34,0x20,0x33,0x39,0x39,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,
+ 0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,
+ 0x64,0x3d,0x22,0x4d,0x38,0x34,0x35,0x20,0x34,0x30,0x33,0x20,0x38,0x36,0x32,0x20,
+ 0x34,0x30,0x33,0x20,0x38,0x36,0x32,0x20,0x34,0x31,0x35,0x20,0x38,0x34,0x35,0x20,
+ 0x34,0x31,0x35,0x5a,0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,
+ 0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,
+ 0x38,0x32,0x34,0x20,0x34,0x30,0x33,0x20,0x38,0x34,0x31,0x20,0x34,0x30,0x33,0x20,
+ 0x38,0x34,0x31,0x20,0x34,0x30,0x37,0x20,0x38,0x32,0x34,0x20,0x34,0x30,0x37,0x5a,
+ 0x22,0x20,0x66,0x69,0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,
+ 0x2f,0x3e,0x3c,0x70,0x61,0x74,0x68,0x20,0x64,0x3d,0x22,0x4d,0x38,0x32,0x34,0x20,
+ 0x34,0x31,0x31,0x20,0x38,0x34,0x31,0x20,0x34,0x31,0x31,0x20,0x38,0x34,0x31,0x20,
+ 0x34,0x31,0x35,0x20,0x38,0x32,0x34,0x20,0x34,0x31,0x35,0x5a,0x22,0x20,0x66,0x69,
+ 0x6c,0x6c,0x3d,0x22,0x23,0x46,0x46,0x46,0x46,0x46,0x46,0x22,0x2f,0x3e,0x3c,0x2f,
+ 0x67,0x3e,0x3c,0x2f,0x73,0x76,0x67,0x3e,
+ // D:/PROJECT/QT/CasualtySightPlus/res/image/robot.png
+ 0x0,0x0,0x4,0x3c,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x60,0x0,0x0,0x0,0x60,0x8,0x3,0x0,0x0,0x0,0xd5,0x46,0x87,0xa,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x42,0x50,0x4c,0x54,0x45,0x0,0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x8,0x5f,0xd2,0x86,0x0,0x0,0x0,0x15,0x74,
+ 0x52,0x4e,0x53,0x0,0x10,0x17,0x20,0x28,0x30,0x40,0x50,0x60,0x64,0x70,0x80,0x8f,
+ 0x9e,0x9f,0xaf,0xbf,0xcb,0xcf,0xdf,0xef,0x93,0xa4,0x23,0xcf,0x0,0x0,0x0,0x9,
+ 0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc3,0x0,0x0,0xe,0xc3,0x1,0xc7,0x6f,0xa8,
+ 0x64,0x0,0x0,0x3,0x62,0x49,0x44,0x41,0x54,0x68,0x43,0xed,0x99,0xd1,0x9a,0xa3,
+ 0x20,0xc,0x85,0x61,0xdd,0xda,0xae,0xba,0xda,0x51,0xfa,0xfe,0xaf,0xba,0x9c,0x24,
+ 0x2,0xb6,0xe8,0x34,0x54,0xe7,0xdb,0xb,0xff,0x8b,0x11,0x7,0x72,0x18,0x10,0x42,
+ 0xc2,0x98,0x93,0x93,0x1f,0xa6,0xea,0xdc,0xd4,0x55,0xf2,0x72,0x0,0xd5,0xf4,0xf0,
+ 0xb8,0xe3,0x7a,0xe8,0xa0,0xff,0x78,0xf4,0xf2,0xba,0x3f,0x34,0x0,0x3f,0x4,0x79,
+ 0xdd,0x1f,0xe9,0x60,0x92,0xd7,0xfd,0xe9,0xb9,0x83,0x41,0x5e,0xf7,0xc7,0x8e,0xd0,
+ 0x77,0xb5,0xbc,0x1e,0x80,0x45,0x7,0x7,0x2e,0x53,0x63,0xd0,0x81,0x14,0x8f,0xe1,
+ 0xec,0x60,0x5,0xdb,0x8e,0xe,0xd2,0xb,0x86,0x4e,0x6a,0x3f,0xc7,0xe,0xa2,0xf9,
+ 0xc4,0x28,0xf5,0x1f,0xd3,0x8a,0xe0,0xb,0x7b,0x8d,0x61,0x65,0x0,0xfb,0x39,0xa5,
+ 0xd7,0xf9,0x9f,0x91,0x6,0x9f,0x22,0x6a,0x19,0xa4,0xc1,0xa7,0x88,0x5a,0x6,0x69,
+ 0xf0,0x29,0xa4,0xe5,0x9a,0x4b,0xd5,0x3c,0x95,0x76,0xed,0xa0,0x35,0xbf,0xff,0x58,
+ 0xd2,0x8d,0xa5,0xb2,0xe,0xac,0x3c,0x63,0x81,0xb4,0xaa,0x5f,0x5f,0x8f,0xbf,0xec,
+ 0x4d,0x43,0xa9,0xa8,0x83,0x6a,0x12,0x77,0x6f,0x87,0x96,0xb,0x3b,0x77,0xe0,0x17,
+ 0xfd,0x15,0xcf,0xcb,0x14,0xc2,0x7,0xd2,0x6a,0xc2,0xc4,0xc4,0x52,0x51,0x7,0xb0,
+ 0xbb,0xf8,0x27,0xe,0xaf,0x26,0xfe,0xa,0x2f,0xf6,0xc6,0x3b,0x22,0x96,0xb8,0x5e,
+ 0xc5,0xc5,0x9b,0xd1,0xa1,0x8e,0x10,0x45,0xe6,0x88,0xb4,0xb2,0x70,0xbd,0x8a,0xda,
+ 0x9b,0x91,0x13,0xc3,0x1c,0x48,0x0,0x44,0x5a,0x59,0xb8,0x5e,0x5,0x7d,0x3c,0x3f,
+ 0x45,0xf6,0xee,0x9f,0x8b,0x29,0xca,0xc1,0xf5,0x3a,0x20,0xfc,0xe8,0x3b,0xa,0x81,
+ 0xe4,0x23,0x53,0x2c,0x91,0xa3,0xc8,0x5f,0x57,0x62,0xec,0x99,0xbd,0xf1,0xaa,0xbb,
+ 0x9e,0xd7,0xb1,0x8e,0xab,0x58,0x3f,0xee,0x61,0xa7,0xad,0xc,0x61,0xc,0xd,0x74,
+ 0xf8,0x1d,0xe0,0x71,0x4d,0x62,0xde,0x66,0xba,0x18,0xdb,0x42,0x7d,0xf,0xec,0xcb,
+ 0xad,0xdf,0x0,0x1d,0x48,0xf1,0x18,0x7e,0xb4,0x3,0x94,0xb7,0x90,0x66,0x3a,0x52,
+ 0x43,0x52,0xd9,0x40,0x9a,0xe9,0x48,0xd,0x49,0x65,0x3,0x69,0xa6,0x23,0x35,0x24,
+ 0x15,0x41,0x12,0x90,0x5,0xd2,0x4c,0x47,0x6a,0x48,0x2a,0x8c,0xab,0x32,0x1,0x8c,
+ 0x34,0xd3,0x1,0xc3,0x79,0x1f,0x90,0xa,0x33,0xcc,0x39,0xd4,0x2b,0xe1,0xf4,0x7b,
+ 0x8f,0x15,0xd7,0x50,0x9b,0x9b,0x94,0x32,0xa8,0x1c,0x5f,0xde,0xbb,0xf9,0xdc,0x8f,
+ 0x4f,0x62,0x49,0x97,0x9f,0x10,0xdf,0xfe,0x1e,0xd9,0x21,0x20,0x18,0x80,0x9b,0x72,
+ 0x36,0x3b,0x53,0xba,0x40,0xb5,0x79,0xed,0xe2,0x6e,0xec,0x55,0xe,0x52,0x9c,0xab,
+ 0x33,0xd4,0x9c,0x46,0x46,0x25,0x3d,0xa4,0x2,0xae,0xa6,0xed,0xe0,0xcb,0x9d,0xff,
+ 0xfc,0x92,0x91,0x83,0xd8,0x8a,0x4b,0x6a,0x48,0xc5,0x33,0x1a,0xeb,0x1c,0xfe,0x54,
+ 0xac,0x97,0xe4,0x63,0xc7,0x56,0x5c,0x52,0x13,0x55,0xfc,0xa7,0xaf,0xcc,0xe4,0x7,
+ 0x30,0x18,0x3b,0x8d,0x38,0x2e,0xa2,0x6c,0x2c,0xa9,0x81,0x29,0xd9,0x5a,0x3f,0x2f,
+ 0x37,0xd3,0xb5,0x7e,0x9a,0x6e,0xe6,0x46,0xdb,0x24,0xca,0xc6,0x92,0x1a,0x98,0x6,
+ 0x7a,0x53,0x5b,0x1f,0x16,0x60,0xcd,0x37,0xb2,0xab,0x63,0x2b,0x2e,0xa9,0x21,0x95,
+ 0x19,0x2c,0x45,0x44,0x4e,0x55,0xd0,0xdf,0xb9,0x3,0x4,0x32,0xc8,0xd8,0xfa,0xa0,
+ 0xbf,0x77,0x7,0xd,0xd,0xc0,0xf,0x85,0x7e,0x2,0x6a,0xb4,0xcb,0x3e,0x20,0x86,
+ 0x97,0x94,0x13,0x6d,0x6a,0xda,0x96,0xe3,0x8d,0xc,0xb4,0x90,0x4a,0xc0,0xa5,0x9b,
+ 0x98,0xf0,0x4d,0x82,0xeb,0x2a,0xba,0xa9,0x12,0xdb,0x19,0x8a,0x2c,0x53,0x16,0xbb,
+ 0x8e,0x32,0xb,0x25,0x62,0xba,0x8a,0x38,0xc0,0x81,0x1c,0x60,0x49,0x66,0xe,0xbb,
+ 0x2d,0xc8,0xf3,0x39,0xc4,0xe3,0x78,0x43,0xea,0xa2,0x4,0x66,0x5b,0xc4,0x44,0x2,
+ 0x9e,0x56,0x75,0x28,0x30,0xa4,0xb2,0x1,0x5,0xcb,0xf4,0x75,0xb1,0xbe,0xa,0x16,
+ 0x12,0xa9,0x6c,0xc0,0x53,0x4,0xd7,0x84,0xbd,0x51,0xf0,0x95,0x49,0x65,0x3,0x7c,
+ 0x64,0xc7,0x79,0xa9,0xcf,0xee,0xe6,0x50,0x41,0x81,0xe8,0xac,0xe2,0x13,0xa,0xd6,
+ 0x47,0xdc,0x5f,0xb6,0xd5,0xbe,0xe5,0xd0,0x8b,0xd4,0xff,0x9c,0xba,0xcb,0xdc,0x36,
+ 0x3e,0x33,0x74,0xa5,0x77,0xd9,0xf9,0xf0,0x27,0x47,0xd9,0xe5,0x60,0x2e,0xd2,0x5d,
+ 0xa3,0xe8,0x76,0x70,0xf5,0xae,0x31,0x47,0x81,0xa3,0x9e,0x9d,0xf0,0xbd,0x4b,0x3d,
+ 0xb4,0xeb,0x17,0xf3,0x16,0x2b,0xf5,0x5b,0x58,0x6,0x0,0x43,0xbe,0x1b,0x2,0x48,
+ 0xbd,0xf9,0xbf,0x14,0x44,0x52,0xa9,0x4f,0xfa,0x39,0x3a,0xe4,0xa1,0x7,0x49,0xf2,
+ 0xc6,0xe1,0x2a,0x20,0xad,0xd4,0xcf,0x11,0x99,0xc9,0xfa,0x8,0xd3,0x42,0x6f,0xe1,
+ 0x36,0x23,0xad,0xd4,0xff,0xe3,0x28,0x1d,0x41,0xf8,0xde,0xe4,0x14,0x9e,0x46,0xc0,
+ 0x95,0x77,0x2a,0x6b,0x90,0x2c,0x3,0x93,0x12,0xf,0x5d,0xc8,0xd0,0x4d,0x12,0x93,
+ 0x54,0xea,0xb7,0xc2,0xac,0x3a,0x2c,0x56,0xd1,0xd8,0xf1,0x4d,0x92,0x10,0x2b,0xb,
+ 0x76,0x73,0xaa,0xfb,0x2d,0x25,0x7b,0x99,0xf3,0xb1,0xf7,0x28,0x39,0x68,0x16,0x93,
+ 0xfd,0xd,0xf1,0xea,0x4a,0x49,0xd3,0xbf,0xa6,0x6a,0xcf,0xb8,0xb1,0xd7,0xef,0xe2,
+ 0x93,0x93,0x93,0x3d,0x31,0xe6,0x1f,0xa2,0x74,0xb6,0xe2,0xdf,0x7c,0x9c,0x56,0x0,
+ 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/PROJECT/QT/CasualtySightPlus/res/qml/MAP2.qml
+ 0x0,0x0,0x3,0xc6,
+ 0x69,
+ 0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0xd,0xa,0x69,
+ 0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x4c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,
+ 0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x50,0x6f,0x73,0x69,0x74,
+ 0x69,0x6f,0x6e,0x69,0x6e,0x67,0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,
+ 0x74,0x51,0x75,0x69,0x63,0x6b,0x2e,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x73,0xd,
+ 0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x4c,0x6f,0x63,0x61,0x74,0x69,
+ 0x6f,0x6e,0x20,0x35,0x2e,0x31,0x35,0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,
+ 0x51,0x74,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x20,0x35,0x2e,
+ 0x31,0x35,0xd,0xa,0x57,0x69,0x6e,0x64,0x6f,0x77,0x20,0x7b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x69,0x64,0x3a,0x20,0x72,0x6f,0x6f,0x74,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x76,0x69,0x73,0x69,0x62,0x6c,0x65,0x3a,0x20,0x74,0x72,0x75,0x65,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x34,0x30,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x38,0x30,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x74,0x69,0x74,0x6c,0x65,0x3a,0x20,0x71,0x73,0x54,0x72,0x28,
+ 0x22,0x4d,0x79,0x20,0x51,0x74,0x20,0x4c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,0x22,
+ 0x29,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x4d,0x61,0x70,0x20,0x7b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x74,0x68,0x65,0x5f,
+ 0x6d,0x61,0x70,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,
+ 0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,
+ 0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x69,0x6e,0x69,0x6d,
+ 0x75,0x6d,0x5a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x3a,0x20,0x33,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x78,0x69,0x6d,0x75,0x6d,0x5a,
+ 0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x3a,0x20,0x31,0x36,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x3a,
+ 0x20,0x31,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x65,0x6e,
+ 0x74,0x65,0x72,0x3a,0x20,0x51,0x74,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,
+ 0x6e,0x67,0x2e,0x63,0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,0x65,0x28,0x33,0x30,
+ 0x2e,0x36,0x37,0x2c,0x20,0x31,0x30,0x34,0x2e,0x30,0x36,0x29,0xd,0xa,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6c,0x75,0x67,0x69,0x6e,0x3a,0x20,
+ 0x50,0x6c,0x75,0x67,0x69,0x6e,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x22,0x6d,0x79,0x6d,
+ 0x61,0x70,0x22,0x20,0x2f,0x2f,0x22,0x65,0x73,0x72,0x69,0x22,0x20,0x22,0x6d,0x61,
+ 0x70,0x62,0x6f,0x78,0x22,0x20,0x22,0x6f,0x73,0x6d,0x22,0x20,0x22,0x68,0x65,0x72,
+ 0x65,0x22,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x2f,0x2f,0x20,0xe4,0xbd,0xbf,0xe7,0x94,0xa8,0x70,0x61,0x72,0x61,0x6d,
+ 0x65,0x74,0x65,0x72,0x73,0xe5,0xb1,0x9e,0xe6,0x80,0xa7,0xe6,0x9d,0xa5,0xe8,0xae,
+ 0xbe,0xe7,0xbd,0xae,0xe6,0x8f,0x92,0xe4,0xbb,0xb6,0xe5,0x8f,0x82,0xe6,0x95,0xb0,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,
+ 0x72,0x61,0x6d,0x65,0x74,0x65,0x72,0x73,0x3a,0x20,0x5b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x50,0x6c,0x75,
+ 0x67,0x69,0x6e,0x50,0x61,0x72,0x61,0x6d,0x65,0x74,0x65,0x72,0x20,0x7b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x22,0x6d,0x61,0x70,0x50,0x61,
+ 0x74,0x68,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,0x6c,0x75,0x65,0x3a,0x20,
+ 0x61,0x70,0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x44,0x69,0x72,0x50,0x61,
+ 0x74,0x68,0x2b,0x22,0x2f,0x64,0x69,0x61,0x6e,0x7a,0x69,0x5f,0x67,0x61,0x6f,0x64,
+ 0x65,0x5f,0x41,0x72,0x63,0x67,0x69,0x73,0x53,0x65,0x72,0x76,0x65,0x72,0x54,0x69,
+ 0x6c,0x65,0x73,0x2f,0x5f,0x61,0x6c,0x6c,0x6c,0x61,0x79,0x65,0x72,0x73,0x22,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x7d,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x50,0x6c,0x75,0x67,0x69,0x6e,0x50,0x61,0x72,0x61,0x6d,
+ 0x65,0x74,0x65,0x72,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6e,0x61,0x6d,0x65,
+ 0x3a,0x20,0x22,0x66,0x6f,0x72,0x6d,0x61,0x74,0x22,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x76,0x61,0x6c,0x75,0x65,0x3a,0x20,0x22,0x70,0x6e,0x67,0x22,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x5d,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,
+ 0xd,0xa,0x7d,0xd,0xa,
+ // D:/PROJECT/QT/CasualtySightPlus/res/qml/MAP.qml
+ 0x0,0x0,0x15,0x43,
+ 0x69,
+ 0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0xd,0xa,0x69,
+ 0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x4c,0x6f,0x63,0x61,0x74,0x69,0x6f,0x6e,
+ 0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x50,0x6f,0x73,0x69,0x74,
+ 0x69,0x6f,0x6e,0x69,0x6e,0x67,0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,
+ 0x74,0x51,0x75,0x69,0x63,0x6b,0x2e,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x73,0xd,
+ 0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x4c,0x6f,0x63,0x61,0x74,0x69,
+ 0x6f,0x6e,0x20,0x35,0x2e,0x31,0x35,0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,
+ 0x51,0x74,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x20,0x35,0x2e,
+ 0x31,0x35,0xd,0xa,0x52,0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65,0x20,0x7b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x70,0x61,0x72,0x65,
+ 0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,
+ 0x70,0x61,0x72,0x65,0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x76,0x69,0x73,0x69,
+ 0x62,0x6c,0x65,0x3a,0x20,0x74,0x72,0x75,0x65,0xd,0xa,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,0x63,0x65,0x20,
+ 0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x70,
+ 0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,0x63,0x65,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x63,0x74,0x69,0x76,0x65,0x3a,0x20,0x74,
+ 0x72,0x75,0x65,0x20,0x2f,0x2f,0x20,0xe5,0x90,0xaf,0xe5,0x8a,0xa8,0xe4,0xbd,0x8d,
+ 0xe7,0xbd,0xae,0xe6,0x9c,0x8d,0xe5,0x8a,0xa1,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x70,0x72,0x65,0x66,0x65,0x72,0x72,0x65,0x64,0x50,0x6f,0x73,0x69,
+ 0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x4d,0x65,0x74,0x68,0x6f,0x64,0x73,0x3a,0x20,
+ 0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,0x63,0x65,0x2e,0x41,
+ 0x6c,0x6c,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x4d,0x65,0x74,
+ 0x68,0x6f,0x64,0x73,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x43,0x6f,0x6e,0x74,0x72,0x6f,0x6c,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x69,0x64,0x3a,0x6c,0x61,0x62,0x65,0x6c,0x63,0x70,0x70,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x62,0x6a,0x65,0x63,0x74,0x4e,0x61,
+ 0x6d,0x65,0x3a,0x20,0x27,0x6c,0x61,0x62,0x65,0x6c,0x63,0x70,0x70,0x27,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x6f,0x69,
+ 0x6e,0x74,0x53,0x69,0x7a,0x65,0x3a,0x20,0x34,0x30,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x70,0x72,0x6f,0x70,0x65,0x72,0x74,0x79,0x20,
+ 0x72,0x65,0x61,0x6c,0x20,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x53,0x61,0x76,
+ 0x65,0x3a,0x20,0x32,0x38,0x2e,0x32,0x33,0x31,0x32,0x32,0x32,0x37,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x70,0x72,0x6f,0x70,0x65,0x72,
+ 0x74,0x79,0x20,0x72,0x65,0x61,0x6c,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,
+ 0x65,0x53,0x61,0x76,0x65,0x3a,0x20,0x31,0x31,0x32,0x2e,0x39,0x33,0x33,0x34,0x35,
+ 0x37,0x34,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x63,0x70,
+ 0x70,0xe8,0xb0,0x83,0xe7,0x94,0xa8,0xe8,0xbf,0x99,0xe4,0xb8,0xaa,0xe5,0x87,0xbd,
+ 0xe6,0x95,0xb0,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x67,
+ 0x65,0x74,0x54,0x65,0x78,0x74,0x20,0xe8,0xbf,0x94,0xe5,0x9b,0x9e,0xe5,0x9c,0xb0,
+ 0xe5,0x9b,0xbe,0xe7,0x9a,0x84,0xe4,0xb8,0xad,0xe5,0xbf,0x83,0xe5,0x9d,0x90,0xe6,
+ 0xa0,0x87,0xe5,0x92,0x8c,0xe7,0xbc,0xa9,0xe6,0x94,0xbe,0xe7,0xba,0xa7,0xe5,0x88,
+ 0xab,0xef,0xbc,0x8c,0x73,0x65,0x74,0x43,0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,
+ 0x65,0x20,0xe8,0xae,0xbe,0xe7,0xbd,0xae,0xe5,0x9c,0xb0,0xe5,0x9b,0xbe,0xe7,0x9a,
+ 0x84,0xe4,0xb8,0xad,0xe5,0xbf,0x83,0xe5,0x9d,0x90,0xe6,0xa0,0x87,0xe3,0x80,0x82,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,
+ 0x6f,0x6e,0x20,0x67,0x65,0x74,0x54,0x65,0x78,0x74,0x28,0x29,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x20,0x6d,0x61,0x70,
+ 0x2e,0x63,0x65,0x6e,0x74,0x65,0x72,0x20,0x2b,0x20,0x22,0x20,0x7a,0x6f,0x6f,0x6d,
+ 0x20,0x22,0x20,0x2b,0x20,0x6d,0x61,0x70,0x2e,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,
+ 0x65,0x6c,0x2e,0x74,0x6f,0x46,0x69,0x78,0x65,0x64,0x28,0x33,0x29,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x2b,0x20,0x22,0x20,0x6d,0x69,0x6e,0x20,0x22,0x20,0x2b,0x20,0x6d,
+ 0x61,0x70,0x2e,0x6d,0x69,0x6e,0x69,0x6d,0x75,0x6d,0x5a,0x6f,0x6f,0x6d,0x4c,0x65,
+ 0x76,0x65,0x6c,0x20,0x2b,0x20,0x22,0x20,0x6d,0x61,0x78,0x20,0x22,0x20,0x2b,0x20,
+ 0x6d,0x61,0x70,0x2e,0x6d,0x61,0x78,0x69,0x6d,0x75,0x6d,0x5a,0x6f,0x6f,0x6d,0x4c,
+ 0x65,0x76,0x65,0x6c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,
+ 0x6e,0x20,0x73,0x65,0x74,0x43,0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,0x65,0x28,
+ 0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x2c,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,
+ 0x64,0x65,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x6c,
+ 0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x53,0x61,0x76,0x65,0x20,0x3d,0x20,0x6c,0x61,
+ 0x74,0x69,0x74,0x75,0x64,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,
+ 0x53,0x61,0x76,0x65,0x20,0x3d,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,
+ 0x70,0x2e,0x63,0x65,0x6e,0x74,0x65,0x72,0x2e,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,
+ 0x65,0x20,0x3d,0x20,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,0x63,0x65,
+ 0x6e,0x74,0x65,0x72,0x2e,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x20,0x3d,
+ 0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,0x75,0x70,0x64,0x61,
+ 0x74,0x65,0x28,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x63,0x6f,0x6e,0x73,0x6f,0x6c,0x65,0x2e,0x6c,0x6f,0x67,0x28,0x22,0x6c,
+ 0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x3d,0x22,0x2b,0x6c,0x61,0x74,0x69,0x74,0x75,
+ 0x64,0x65,0x2b,0x22,0x20,0x20,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,
+ 0x3d,0x22,0x2b,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x29,0x3b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6e,0x73,
+ 0x6f,0x6c,0x65,0x2e,0x6c,0x6f,0x67,0x28,0x51,0x74,0x50,0x6f,0x73,0x69,0x74,0x69,
+ 0x6f,0x6e,0x69,0x6e,0x67,0x2e,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x2e,0x63,
+ 0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,0x65,0x29,0x3b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x61,0x64,0x64,0x49,0x6e,0x66,0x6f,
+ 0x28,0x6c,0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x2c,0x20,0x6c,0x6f,0x6e,0x67,0x69,
+ 0x74,0x75,0x64,0x65,0x2c,0x20,0x6c,0x65,0x76,0x65,0x6c,0x29,0x20,0x7b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x3d,0x20,
+ 0x22,0x23,0x30,0x30,0x46,0x46,0x30,0x30,0x22,0x3b,0x20,0x2f,0x2f,0x20,0xe9,0xbb,
+ 0x98,0xe8,0xae,0xa4,0xe9,0xa2,0x9c,0xe8,0x89,0xb2,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x69,0x66,0x20,0x28,0x6c,0x65,0x76,0x65,0x6c,0x20,0x3d,0x3d,0x3d,0x20,0x32,0x29,
+ 0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,
+ 0x72,0x20,0x3d,0x20,0x22,0x23,0x46,0x46,0x46,0x46,0x30,0x30,0x22,0x3b,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x7d,0x20,0x65,0x6c,0x73,0x65,0x20,0x69,0x66,0x20,0x28,0x6c,
+ 0x65,0x76,0x65,0x6c,0x20,0x3d,0x3d,0x3d,0x20,0x33,0x29,0x20,0x7b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x3d,0x20,0x22,
+ 0x23,0x46,0x46,0x30,0x30,0x30,0x30,0x22,0x3b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
+ 0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0xe5,0x88,0x9b,0xe5,0xbb,
+ 0xba,0xe6,0x96,0xb0,0xe7,0x9a,0x84,0x20,0x4d,0x61,0x70,0x43,0x69,0x72,0x63,0x6c,
+ 0x65,0x20,0xe5,0xaf,0xb9,0xe8,0xb1,0xa1,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x76,0x61,
+ 0x72,0x20,0x6e,0x65,0x77,0x43,0x69,0x72,0x63,0x6c,0x65,0x20,0x3d,0x20,0x6d,0x61,
+ 0x70,0x50,0x6c,0x75,0x67,0x69,0x6e,0x2e,0x63,0x72,0x65,0x61,0x74,0x65,0x4d,0x61,
+ 0x70,0x49,0x74,0x65,0x6d,0x28,0x22,0x4d,0x61,0x70,0x43,0x69,0x72,0x63,0x6c,0x65,
+ 0x22,0x2c,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x69,
+ 0x64,0x22,0x3a,0x6e,0x65,0x77,0x43,0x69,0x72,0x63,0x6c,0x65,0x2c,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x63,0x65,0x6e,0x74,0x65,0x72,0x22,0x3a,
+ 0x20,0x51,0x74,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x2e,0x63,
+ 0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,0x65,0x28,0x6c,0x61,0x74,0x69,0x74,0x75,
+ 0x64,0x65,0x2c,0x20,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x29,0x2c,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x72,0x61,0x64,0x69,0x75,0x73,
+ 0x22,0x3a,0x20,0x35,0x30,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x22,0x62,0x6f,0x72,0x64,0x65,0x72,0x2e,0x77,0x69,0x64,0x74,0x68,0x22,0x3a,0x20,
+ 0x35,0x2c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x22,0x63,0x6f,0x6c,
+ 0x6f,0x72,0x22,0x3a,0x20,0x63,0x6f,0x6c,0x6f,0x72,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x7d,0x29,0x3b,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0xe5,0xb0,
+ 0x86,0xe6,0x96,0xb0,0xe5,0x9c,0x86,0xe5,0x9c,0x88,0xe6,0xb7,0xbb,0xe5,0x8a,0xa0,
+ 0xe5,0x88,0xb0,0xe5,0x9c,0xb0,0xe5,0x9b,0xbe,0xe4,0xb8,0x8a,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x6d,0x61,0x70,0x2e,0x61,0x64,0x64,0x4d,0x61,0x70,0x49,0x74,0x65,0x6d,
+ 0x28,0x6e,0x65,0x77,0x43,0x69,0x72,0x63,0x6c,0x65,0x29,0x3b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x50,0x6c,
+ 0x75,0x67,0x69,0x6e,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x69,0x64,0x3a,0x20,0x6d,0x61,0x70,0x50,0x6c,0x75,0x67,0x69,0x6e,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x22,0x6f,0x73,
+ 0x6d,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x4d,0x61,0x70,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x69,0x64,0x3a,0x20,0x6d,0x61,0x70,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,
+ 0x6c,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6c,0x75,0x67,0x69,0x6e,0x3a,0x20,0x6d,
+ 0x61,0x70,0x50,0x6c,0x75,0x67,0x69,0x6e,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3a,0x20,0x70,0x6f,
+ 0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,0x63,0x65,0x2e,0x70,0x6f,0x73,
+ 0x69,0x74,0x69,0x6f,0x6e,0x2e,0x63,0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,0x65,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x6f,
+ 0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x3a,0x20,0x31,0x35,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x63,0x74,0x69,0x76,0x65,0x4d,
+ 0x61,0x70,0x54,0x79,0x70,0x65,0x3a,0x20,0x6d,0x61,0x70,0x2e,0x73,0x75,0x70,0x70,
+ 0x6f,0x72,0x74,0x65,0x64,0x4d,0x61,0x70,0x54,0x79,0x70,0x65,0x73,0x5b,0x31,0x5d,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,
+ 0x70,0x79,0x72,0x69,0x67,0x68,0x74,0x73,0x56,0x69,0x73,0x69,0x62,0x6c,0x65,0x3a,
+ 0x20,0x66,0x61,0x6c,0x73,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x2f,0x2f,0x20,0x4d,0x61,0x70,0x54,0x79,0x70,0x65,0x7b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,
+ 0x6d,0x61,0x70,0x54,0x79,0x70,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x2f,0x2f,0x20,0x20,0x20,0x20,0x20,0x73,0x74,0x79,0x6c,0x65,0x3a,0x4d,0x61,
+ 0x70,0x54,0x79,0x70,0x65,0x2e,0x53,0x61,0x74,0x65,0x6c,0x6c,0x69,0x74,0x65,0x4d,
+ 0x61,0x70,0x44,0x61,0x79,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,
+ 0x2f,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x50,0x6f,0x73,
+ 0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,0x63,0x65,0x20,0x7b,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x70,0x6f,0x73,0x53,0x6f,0x75,0x72,0x63,0x65,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x63,0x74,0x69,0x76,0x65,0x3a,0x20,0x74,0x72,
+ 0x75,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x6e,0x50,0x6f,0x73,0x69,0x74,0x69,
+ 0x6f,0x6e,0x43,0x68,0x61,0x6e,0x67,0x65,0x64,0x3a,0x20,0x7b,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,0x63,0x65,0x6e,0x74,0x65,0x72,
+ 0x20,0x3d,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x2e,0x63,0x6f,0x6f,0x72,
+ 0x64,0x69,0x6e,0x61,0x74,0x65,0x20,0x2f,0x2f,0x20,0xe8,0xae,0xbe,0xe7,0xbd,0xae,
+ 0xe5,0x9c,0xb0,0xe5,0x9b,0xbe,0xe4,0xb8,0xad,0xe5,0xbf,0x83,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,
+ 0x75,0x72,0x63,0x65,0x2e,0x61,0x63,0x74,0x69,0x76,0x65,0x20,0x3d,0x20,0x74,0x72,
+ 0x75,0x65,0x20,0x2f,0x2f,0x20,0xe7,0xa6,0x81,0xe7,0x94,0xa8,0xe4,0xbd,0x8d,0xe7,
+ 0xbd,0xae,0xe6,0x9c,0x8d,0xe5,0x8a,0xa1,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x70,0x72,0x65,0x66,0x65,0x72,0x72,0x65,0x64,0x50,0x6f,
+ 0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x4d,0x65,0x74,0x68,0x6f,0x64,0x73,
+ 0x3a,0x20,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,0x63,0x65,
+ 0x2e,0x41,0x6c,0x6c,0x50,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x4d,
+ 0x65,0x74,0x68,0x6f,0x64,0x73,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x50,0x69,0x6e,0x63,0x68,0x48,0x61,0x6e,0x64,0x6c,0x65,
+ 0x72,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x69,0x64,0x3a,0x20,0x70,0x69,0x6e,0x63,0x68,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x61,0x72,0x67,0x65,0x74,0x3a,0x20,
+ 0x6e,0x75,0x6c,0x6c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x6f,0x6e,0x41,0x63,0x74,0x69,0x76,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,
+ 0x64,0x3a,0x20,0x69,0x66,0x20,0x28,0x61,0x63,0x74,0x69,0x76,0x65,0x29,0x20,0x7b,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x6d,0x61,0x70,0x2e,0x73,0x74,0x61,0x72,0x74,0x43,0x65,0x6e,0x74,0x72,
+ 0x6f,0x69,0x64,0x20,0x3d,0x20,0x6d,0x61,0x70,0x2e,0x74,0x6f,0x43,0x6f,0x6f,0x72,
+ 0x64,0x69,0x6e,0x61,0x74,0x65,0x28,0x70,0x69,0x6e,0x63,0x68,0x2e,0x63,0x65,0x6e,
+ 0x74,0x72,0x6f,0x69,0x64,0x2e,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x2c,0x20,
+ 0x66,0x61,0x6c,0x73,0x65,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x6f,0x6e,0x53,0x63,0x61,0x6c,0x65,0x43,0x68,0x61,0x6e,0x67,0x65,
+ 0x64,0x3a,0x20,0x28,0x64,0x65,0x6c,0x74,0x61,0x29,0x20,0x3d,0x3e,0x20,0x7b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x6d,0x61,0x70,0x2e,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x20,0x2b,
+ 0x3d,0x20,0x4d,0x61,0x74,0x68,0x2e,0x6c,0x6f,0x67,0x32,0x28,0x64,0x65,0x6c,0x74,
+ 0x61,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,0x61,0x6c,0x69,0x67,0x6e,0x43,0x6f,0x6f,
+ 0x72,0x64,0x69,0x6e,0x61,0x74,0x65,0x54,0x6f,0x50,0x6f,0x69,0x6e,0x74,0x28,0x6d,
+ 0x61,0x70,0x2e,0x73,0x74,0x61,0x72,0x74,0x43,0x65,0x6e,0x74,0x72,0x6f,0x69,0x64,
+ 0x2c,0x20,0x70,0x69,0x6e,0x63,0x68,0x2e,0x63,0x65,0x6e,0x74,0x72,0x6f,0x69,0x64,
+ 0x2e,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x29,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x6e,0x52,0x6f,0x74,0x61,0x74,0x69,0x6f,
+ 0x6e,0x43,0x68,0x61,0x6e,0x67,0x65,0x64,0x3a,0x20,0x28,0x64,0x65,0x6c,0x74,0x61,
+ 0x29,0x20,0x3d,0x3e,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x70,0x2e,0x62,0x65,0x61,0x72,
+ 0x69,0x6e,0x67,0x20,0x2d,0x3d,0x20,0x64,0x65,0x6c,0x74,0x61,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,
+ 0x70,0x2e,0x61,0x6c,0x69,0x67,0x6e,0x43,0x6f,0x6f,0x72,0x64,0x69,0x6e,0x61,0x74,
+ 0x65,0x54,0x6f,0x50,0x6f,0x69,0x6e,0x74,0x28,0x6d,0x61,0x70,0x2e,0x73,0x74,0x61,
+ 0x72,0x74,0x43,0x65,0x6e,0x74,0x72,0x6f,0x69,0x64,0x2c,0x20,0x70,0x69,0x6e,0x63,
+ 0x68,0x2e,0x63,0x65,0x6e,0x74,0x72,0x6f,0x69,0x64,0x2e,0x70,0x6f,0x73,0x69,0x74,
+ 0x69,0x6f,0x6e,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x67,0x72,0x61,0x62,0x50,0x65,0x72,0x6d,0x69,0x73,0x73,0x69,0x6f,0x6e,0x73,
+ 0x3a,0x20,0x50,0x6f,0x69,0x6e,0x74,0x65,0x72,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,
+ 0x2e,0x54,0x61,0x6b,0x65,0x4f,0x76,0x65,0x72,0x46,0x6f,0x72,0x62,0x69,0x64,0x64,
+ 0x65,0x6e,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x57,0x68,0x65,0x65,0x6c,0x48,0x61,0x6e,0x64,
+ 0x6c,0x65,0x72,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x77,0x68,0x65,0x65,0x6c,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x77,0x6f,0x72,
+ 0x6b,0x61,0x72,0x6f,0x75,0x6e,0x64,0x20,0x66,0x6f,0x72,0x20,0x51,0x54,0x42,0x55,
+ 0x47,0x2d,0x38,0x37,0x36,0x34,0x36,0x20,0x2f,0x20,0x51,0x54,0x42,0x55,0x47,0x2d,
+ 0x31,0x31,0x32,0x33,0x39,0x34,0x20,0x2f,0x20,0x51,0x54,0x42,0x55,0x47,0x2d,0x31,
+ 0x31,0x32,0x34,0x33,0x32,0x3a,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,0x4d,0x61,0x67,0x69,0x63,0x20,0x4d,0x6f,0x75,
+ 0x73,0x65,0x20,0x70,0x72,0x65,0x74,0x65,0x6e,0x64,0x73,0x20,0x74,0x6f,0x20,0x62,
+ 0x65,0x20,0x61,0x20,0x74,0x72,0x61,0x63,0x6b,0x70,0x61,0x64,0x20,0x62,0x75,0x74,
+ 0x20,0x64,0x6f,0x65,0x73,0x6e,0x27,0x74,0x20,0x77,0x6f,0x72,0x6b,0x20,0x77,0x69,
+ 0x74,0x68,0x20,0x50,0x69,0x6e,0x63,0x68,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2f,0x20,
+ 0x61,0x6e,0x64,0x20,0x77,0x65,0x20,0x64,0x6f,0x6e,0x27,0x74,0x20,0x79,0x65,0x74,
+ 0x20,0x64,0x69,0x73,0x74,0x69,0x6e,0x67,0x75,0x69,0x73,0x68,0x20,0x6d,0x69,0x63,
+ 0x65,0x20,0x61,0x6e,0x64,0x20,0x74,0x72,0x61,0x63,0x6b,0x70,0x61,0x64,0x73,0x20,
+ 0x6f,0x6e,0x20,0x57,0x61,0x79,0x6c,0x61,0x6e,0x64,0x20,0x65,0x69,0x74,0x68,0x65,
+ 0x72,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,
+ 0x63,0x63,0x65,0x70,0x74,0x65,0x64,0x44,0x65,0x76,0x69,0x63,0x65,0x73,0x3a,0x20,
+ 0x51,0x74,0x2e,0x70,0x6c,0x61,0x74,0x66,0x6f,0x72,0x6d,0x2e,0x70,0x6c,0x75,0x67,
+ 0x69,0x6e,0x4e,0x61,0x6d,0x65,0x20,0x3d,0x3d,0x3d,0x20,0x22,0x63,0x6f,0x63,0x6f,
+ 0x61,0x22,0x20,0x7c,0x7c,0x20,0x51,0x74,0x2e,0x70,0x6c,0x61,0x74,0x66,0x6f,0x72,
+ 0x6d,0x2e,0x70,0x6c,0x75,0x67,0x69,0x6e,0x4e,0x61,0x6d,0x65,0x20,0x3d,0x3d,0x3d,
+ 0x20,0x22,0x77,0x61,0x79,0x6c,0x61,0x6e,0x64,0x22,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x3f,0x20,0x50,0x6f,0x69,0x6e,0x74,
+ 0x65,0x72,0x44,0x65,0x76,0x69,0x63,0x65,0x2e,0x4d,0x6f,0x75,0x73,0x65,0x20,0x7c,
+ 0x20,0x50,0x6f,0x69,0x6e,0x74,0x65,0x72,0x44,0x65,0x76,0x69,0x63,0x65,0x2e,0x54,
+ 0x6f,0x75,0x63,0x68,0x50,0x61,0x64,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x3a,0x20,0x50,0x6f,0x69,0x6e,0x74,0x65,0x72,0x44,
+ 0x65,0x76,0x69,0x63,0x65,0x2e,0x4d,0x6f,0x75,0x73,0x65,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x6f,0x74,0x61,0x74,0x69,0x6f,
+ 0x6e,0x53,0x63,0x61,0x6c,0x65,0x3a,0x20,0x31,0x2f,0x31,0x32,0x30,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x72,0x6f,0x70,0x65,
+ 0x72,0x74,0x79,0x3a,0x20,0x22,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x22,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x44,0x72,0x61,0x67,0x48,0x61,0x6e,0x64,0x6c,0x65,0x72,
+ 0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x69,0x64,0x3a,0x20,0x64,0x72,0x61,0x67,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x61,0x72,0x67,0x65,0x74,0x3a,0x20,0x6e,0x75,
+ 0x6c,0x6c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x6f,0x6e,0x54,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x69,0x6f,0x6e,0x43,0x68,0x61,
+ 0x6e,0x67,0x65,0x64,0x3a,0x20,0x28,0x64,0x65,0x6c,0x74,0x61,0x29,0x20,0x3d,0x3e,
+ 0x20,0x6d,0x61,0x70,0x2e,0x70,0x61,0x6e,0x28,0x2d,0x64,0x65,0x6c,0x74,0x61,0x2e,
+ 0x78,0x2c,0x20,0x2d,0x64,0x65,0x6c,0x74,0x61,0x2e,0x79,0x29,0xd,0xa,0xd,0xa,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x2f,0x2f,0xe5,0xae,0x9a,0xe4,0xb9,0x89,0xe4,0xba,0x86,0xe4,0xb8,
+ 0xa4,0xe4,0xb8,0xaa,0xe5,0xbf,0xab,0xe6,0x8d,0xb7,0xe9,0x94,0xae,0xef,0xbc,0x8c,
+ 0xe7,0x94,0xa8,0xe4,0xba,0x8e,0xe6,0x94,0xbe,0xe5,0xa4,0xa7,0xe5,0x92,0x8c,0xe7,
+ 0xbc,0xa9,0xe5,0xb0,0x8f,0xe5,0x9c,0xb0,0xe5,0x9b,0xbe,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x53,0x68,0x6f,0x72,0x74,0x63,0x75,0x74,0x20,0x7b,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x65,0x6e,0x61,
+ 0x62,0x6c,0x65,0x64,0x3a,0x20,0x6d,0x61,0x70,0x2e,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,
+ 0x76,0x65,0x6c,0x20,0x3c,0x20,0x6d,0x61,0x70,0x2e,0x6d,0x61,0x78,0x69,0x6d,0x75,
+ 0x6d,0x5a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0xd,0xa,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x73,0x65,0x71,0x75,0x65,0x6e,0x63,0x65,
+ 0x3a,0x20,0x53,0x74,0x61,0x6e,0x64,0x61,0x72,0x64,0x4b,0x65,0x79,0x2e,0x5a,0x6f,
+ 0x6f,0x6d,0x49,0x6e,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x6f,0x6e,0x41,0x63,0x74,0x69,0x76,0x61,0x74,0x65,0x64,0x3a,0x20,0x6d,
+ 0x61,0x70,0x2e,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x20,0x3d,0x20,0x4d,
+ 0x61,0x74,0x68,0x2e,0x72,0x6f,0x75,0x6e,0x64,0x28,0x6d,0x61,0x70,0x2e,0x7a,0x6f,
+ 0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x20,0x2b,0x20,0x31,0x29,0xd,0xa,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x53,0x68,0x6f,0x72,0x74,0x63,0x75,0x74,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x65,0x6e,0x61,0x62,0x6c,0x65,0x64,
+ 0x3a,0x20,0x6d,0x61,0x70,0x2e,0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x20,
+ 0x3e,0x20,0x6d,0x61,0x70,0x2e,0x6d,0x69,0x6e,0x69,0x6d,0x75,0x6d,0x5a,0x6f,0x6f,
+ 0x6d,0x4c,0x65,0x76,0x65,0x6c,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x73,0x65,0x71,0x75,0x65,0x6e,0x63,0x65,0x3a,0x20,0x53,0x74,
+ 0x61,0x6e,0x64,0x61,0x72,0x64,0x4b,0x65,0x79,0x2e,0x5a,0x6f,0x6f,0x6d,0x4f,0x75,
+ 0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,
+ 0x6e,0x41,0x63,0x74,0x69,0x76,0x61,0x74,0x65,0x64,0x3a,0x20,0x6d,0x61,0x70,0x2e,
+ 0x7a,0x6f,0x6f,0x6d,0x4c,0x65,0x76,0x65,0x6c,0x20,0x3d,0x20,0x4d,0x61,0x74,0x68,
+ 0x2e,0x72,0x6f,0x75,0x6e,0x64,0x28,0x6d,0x61,0x70,0x2e,0x7a,0x6f,0x6f,0x6d,0x4c,
+ 0x65,0x76,0x65,0x6c,0x20,0x2d,0x20,0x31,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x43,0x6f,
+ 0x6d,0x70,0x6f,0x6e,0x65,0x6e,0x74,0x2e,0x6f,0x6e,0x43,0x6f,0x6d,0x70,0x6c,0x65,
+ 0x74,0x65,0x64,0x3a,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x53,0x6f,0x75,0x72,
+ 0x63,0x65,0x2e,0x61,0x63,0x74,0x69,0x76,0x65,0x20,0x3d,0x20,0x74,0x72,0x75,0x65,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,
+ 0x70,0x2e,0x61,0x64,0x64,0x4d,0x61,0x70,0x49,0x74,0x65,0x6d,0x28,0x63,0x69,0x72,
+ 0x63,0x6c,0x65,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0xd,
+ 0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x4d,0x61,0x70,0x43,
+ 0x69,0x72,0x63,0x6c,0x65,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x69,0x64,0x3a,0x20,0x63,0x69,0x72,0x63,0x6c,0x65,0xd,0xa,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3a,0x20,0x51,0x74,0x50,
+ 0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x69,0x6e,0x67,0x2e,0x63,0x6f,0x6f,0x72,0x64,
+ 0x69,0x6e,0x61,0x74,0x65,0x28,0x6c,0x61,0x62,0x65,0x6c,0x63,0x70,0x70,0x2e,0x6c,
+ 0x61,0x74,0x69,0x74,0x75,0x64,0x65,0x53,0x61,0x76,0x65,0x2c,0x6c,0x61,0x62,0x65,
+ 0x6c,0x63,0x70,0x70,0x2e,0x6c,0x6f,0x6e,0x67,0x69,0x74,0x75,0x64,0x65,0x53,0x61,
+ 0x76,0x65,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x72,0x61,0x64,
+ 0x69,0x75,0x73,0x3a,0x20,0x31,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2e,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x33,
+ 0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,
+ 0x22,0x62,0x6c,0x61,0x63,0x6b,0x22,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x20,0x2f,0x2f,0xe9,0xbc,0xa0,0xe6,0xa0,0x87,0xe6,0x8c,0x89,0xe4,0xbd,
+ 0x8f,0xe5,0x90,0x8e,0xe5,0x8f,0xaf,0xe7,0xa7,0xbb,0xe5,0x8a,0xa8,0xd,0xa,0x20,
+ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x4d,0x6f,0x75,0x73,0x65,0x41,0x72,0x65,0x61,
+ 0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,
+ 0x72,0x65,0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,
+ 0x20,0x20,0x64,0x72,0x61,0x67,0x2e,0x74,0x61,0x72,0x67,0x65,0x74,0x3a,0x20,0x70,
+ 0x61,0x72,0x65,0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,
+ 0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x7d,0xd,0xa,0xd,0xa,
+ 0xd,0xa,
+
+};
+
+static const unsigned char qt_resource_name[] = {
+ // qml
+ 0x0,0x3,
+ 0x0,0x0,0x78,0x3c,
+ 0x0,0x71,
+ 0x0,0x6d,0x0,0x6c,
+ // image
+ 0x0,0x5,
+ 0x0,0x70,0x37,0xd5,
+ 0x0,0x69,
+ 0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,
+ // icon
+ 0x0,0x4,
+ 0x0,0x6,0xfa,0x5e,
+ 0x0,0x69,
+ 0x0,0x63,0x0,0x6f,0x0,0x6e,
+ // html
+ 0x0,0x4,
+ 0x0,0x6,0xfb,0x3c,
+ 0x0,0x68,
+ 0x0,0x74,0x0,0x6d,0x0,0x6c,
+ // res
+ 0x0,0x3,
+ 0x0,0x0,0x78,0xc3,
+ 0x0,0x72,
+ 0x0,0x65,0x0,0x73,
+ // map.html
+ 0x0,0x8,
+ 0x8,0x34,0xf5,0x5c,
+ 0x0,0x6d,
+ 0x0,0x61,0x0,0x70,0x0,0x2e,0x0,0x68,0x0,0x74,0x0,0x6d,0x0,0x6c,
+ // red.png
+ 0x0,0x7,
+ 0x8,0xb7,0x57,0xa7,
+ 0x0,0x72,
+ 0x0,0x65,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // green.png
+ 0x0,0x9,
+ 0xb,0xc1,0x8a,0x47,
+ 0x0,0x67,
+ 0x0,0x72,0x0,0x65,0x0,0x65,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // yellow.png
+ 0x0,0xa,
+ 0x3,0x69,0xaf,0x27,
+ 0x0,0x79,
+ 0x0,0x65,0x0,0x6c,0x0,0x6c,0x0,0x6f,0x0,0x77,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // tab.png
+ 0x0,0x7,
+ 0xa,0x75,0x57,0xa7,
+ 0x0,0x74,
+ 0x0,0x61,0x0,0x62,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // health.png
+ 0x0,0xa,
+ 0x3,0xa6,0x80,0x47,
+ 0x0,0x68,
+ 0x0,0x65,0x0,0x61,0x0,0x6c,0x0,0x74,0x0,0x68,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // uav.png
+ 0x0,0x7,
+ 0xb,0x89,0x57,0xa7,
+ 0x0,0x75,
+ 0x0,0x61,0x0,0x76,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // location.svg
+ 0x0,0xc,
+ 0x2,0x4a,0x6b,0x87,
+ 0x0,0x6c,
+ 0x0,0x6f,0x0,0x63,0x0,0x61,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // health.svg
+ 0x0,0xa,
+ 0x3,0xa6,0x8d,0xc7,
+ 0x0,0x68,
+ 0x0,0x65,0x0,0x61,0x0,0x6c,0x0,0x74,0x0,0x68,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // location.png
+ 0x0,0xc,
+ 0x2,0x4a,0x66,0x7,
+ 0x0,0x6c,
+ 0x0,0x6f,0x0,0x63,0x0,0x61,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // logo_backgroundless.png
+ 0x0,0x17,
+ 0xb,0xf3,0xb4,0x7,
+ 0x0,0x6c,
+ 0x0,0x6f,0x0,0x67,0x0,0x6f,0x0,0x5f,0x0,0x62,0x0,0x61,0x0,0x63,0x0,0x6b,0x0,0x67,0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x6e,0x0,0x64,0x0,0x6c,0x0,0x65,
+ 0x0,0x73,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // MapBackGround.png
+ 0x0,0x11,
+ 0x6,0x36,0x97,0x87,
+ 0x0,0x4d,
+ 0x0,0x61,0x0,0x70,0x0,0x42,0x0,0x61,0x0,0x63,0x0,0x6b,0x0,0x47,0x0,0x72,0x0,0x6f,0x0,0x75,0x0,0x6e,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+
+ // health.png.svg
+ 0x0,0xe,
+ 0x0,0x51,0x17,0xc7,
+ 0x0,0x68,
+ 0x0,0x65,0x0,0x61,0x0,0x6c,0x0,0x74,0x0,0x68,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // mapbtn.svg
+ 0x0,0xa,
+ 0x9,0xbf,0x2a,0x7,
+ 0x0,0x6d,
+ 0x0,0x61,0x0,0x70,0x0,0x62,0x0,0x74,0x0,0x6e,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // UAV.svg
+ 0x0,0x7,
+ 0x9,0x69,0x5a,0x67,
+ 0x0,0x55,
+ 0x0,0x41,0x0,0x56,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // tab.svg
+ 0x0,0x7,
+ 0xa,0x75,0x5a,0x27,
+ 0x0,0x74,
+ 0x0,0x61,0x0,0x62,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // logo.png
+ 0x0,0x8,
+ 0x5,0xe2,0x59,0x27,
+ 0x0,0x6c,
+ 0x0,0x6f,0x0,0x67,0x0,0x6f,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // map.png
+ 0x0,0x7,
+ 0x3,0x83,0x57,0xa7,
+ 0x0,0x6d,
+ 0x0,0x61,0x0,0x70,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // info.png
+ 0x0,0x8,
+ 0x4,0xd2,0x59,0x47,
+ 0x0,0x69,
+ 0x0,0x6e,0x0,0x66,0x0,0x6f,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // soldier.svg
+ 0x0,0xb,
+ 0xf,0x31,0x9f,0x87,
+ 0x0,0x73,
+ 0x0,0x6f,0x0,0x6c,0x0,0x64,0x0,0x69,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // robotbtn.svg
+ 0x0,0xc,
+ 0x6,0x9a,0x77,0x87,
+ 0x0,0x72,
+ 0x0,0x6f,0x0,0x62,0x0,0x6f,0x0,0x74,0x0,0x62,0x0,0x74,0x0,0x6e,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // soldier.png
+ 0x0,0xb,
+ 0xf,0x31,0x92,0x7,
+ 0x0,0x73,
+ 0x0,0x6f,0x0,0x6c,0x0,0x64,0x0,0x69,0x0,0x65,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // map.svg
+ 0x0,0x7,
+ 0x3,0x83,0x5a,0x27,
+ 0x0,0x6d,
+ 0x0,0x61,0x0,0x70,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // infomation.svg
+ 0x0,0xe,
+ 0xa,0xd,0x37,0x87,
+ 0x0,0x69,
+ 0x0,0x6e,0x0,0x66,0x0,0x6f,0x0,0x6d,0x0,0x61,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,0x2e,0x0,0x73,0x0,0x76,0x0,0x67,
+ // robot.png
+ 0x0,0x9,
+ 0x9,0x67,0xa5,0xe7,
+ 0x0,0x72,
+ 0x0,0x6f,0x0,0x62,0x0,0x6f,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // MAP2.qml
+ 0x0,0x8,
+ 0x6,0x35,0x5e,0x1c,
+ 0x0,0x4d,
+ 0x0,0x41,0x0,0x50,0x0,0x32,0x0,0x2e,0x0,0x71,0x0,0x6d,0x0,0x6c,
+ // MAP.qml
+ 0x0,0x7,
+ 0x1,0x63,0x58,0x9c,
+ 0x0,0x4d,
+ 0x0,0x41,0x0,0x50,0x0,0x2e,0x0,0x71,0x0,0x6d,0x0,0x6c,
+
+};
+
+static const unsigned char qt_resource_struct[] = {
+ // :
+ 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x4,0x0,0x0,0x0,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/qml
+ 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x24,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/icon
+ 0x0,0x0,0x0,0x1c,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1f,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/html
+ 0x0,0x0,0x0,0x2a,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1c,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/image
+ 0x0,0x0,0x0,0xc,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x5,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/image/res
+ 0x0,0x0,0x0,0x38,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x6,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/image/res/image
+ 0x0,0x0,0x0,0xc,0x0,0x2,0x0,0x0,0x0,0x15,0x0,0x0,0x0,0x7,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/image/res/image/health.png.svg
+ 0x0,0x0,0x1,0x94,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x39,0x52,
+0x0,0x0,0x1,0x8f,0x82,0x2a,0x66,0xc0,
+ // :/image/res/image/location.png
+ 0x0,0x0,0x1,0x1a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x9f,0xaf,
+0x0,0x0,0x1,0x8f,0x82,0x2a,0x28,0x40,
+ // :/image/res/image/location.svg
+ 0x0,0x0,0x0,0xe2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x96,0xa2,
+0x0,0x0,0x1,0x8f,0x82,0x21,0x10,0x20,
+ // :/image/res/image/map.png
+ 0x0,0x0,0x2,0xe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xa6,0x10,
+0x0,0x0,0x1,0x8f,0x82,0x2a,0x1,0x30,
+ // :/image/res/image/map.svg
+ 0x0,0x0,0x2,0x8e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xc7,0x40,
+0x0,0x0,0x1,0x8f,0x82,0x29,0xb3,0x10,
+ // :/image/res/image/health.png
+ 0x0,0x0,0x0,0xb4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x8f,0xaf,
+0x0,0x0,0x1,0x8f,0x82,0x2a,0x9d,0x70,
+ // :/image/res/image/health.svg
+ 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x99,0x7,
+0x0,0x0,0x1,0x8f,0x82,0x20,0xba,0x30,
+ // :/image/res/image/info.png
+ 0x0,0x0,0x2,0x22,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xa9,0x9d,
+0x0,0x0,0x1,0x8f,0x82,0x2a,0xcc,0x50,
+ // :/image/res/image/logo.png
+ 0x0,0x0,0x1,0xf8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x4e,0xa8,
+0x0,0x0,0x1,0x8f,0x81,0x3c,0x74,0xb0,
+ // :/image/res/image/MapBackGround.png
+ 0x0,0x0,0x1,0x6c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x4,0x59,
+0x0,0x0,0x1,0x8f,0x80,0xbb,0xcb,0x30,
+ // :/image/res/image/robotbtn.svg
+ 0x0,0x0,0x2,0x54,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xb5,0xb3,
+0x0,0x0,0x1,0x8f,0x82,0x18,0xd2,0xc0,
+ // :/image/res/image/robot.png
+ 0x0,0x0,0x2,0xc4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xcf,0x45,
+0x0,0x0,0x1,0x8f,0x82,0x29,0x45,0xb0,
+ // :/image/res/image/UAV.svg
+ 0x0,0x0,0x1,0xd0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x44,0x12,
+0x0,0x0,0x1,0x8f,0x82,0x20,0xd1,0xa0,
+ // :/image/res/image/mapbtn.svg
+ 0x0,0x0,0x1,0xb6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x3f,0xfa,
+0x0,0x0,0x1,0x8f,0x82,0x18,0x9c,0x10,
+ // :/image/res/image/infomation.svg
+ 0x0,0x0,0x2,0xa2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xcb,0x58,
+0x0,0x0,0x1,0x8f,0x82,0x20,0x9a,0xf0,
+ // :/image/res/image/tab.png
+ 0x0,0x0,0x0,0xa0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x8e,0x80,
+0x0,0x0,0x1,0x8f,0x82,0x29,0xe1,0xf0,
+ // :/image/res/image/tab.svg
+ 0x0,0x0,0x1,0xe4,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x4c,0x30,
+0x0,0x0,0x1,0x8f,0x82,0x20,0xf0,0xe0,
+ // :/image/res/image/uav.png
+ 0x0,0x0,0x0,0xce,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x93,0xda,
+0x0,0x0,0x1,0x8f,0x82,0x29,0x74,0x90,
+ // :/image/res/image/logo_backgroundless.png
+ 0x0,0x0,0x1,0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xa2,0x89,
+0x0,0x0,0x1,0x8f,0x82,0x0,0x2a,0x40,
+ // :/image/res/image/soldier.png
+ 0x0,0x0,0x2,0x72,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xc3,0x39,
+0x0,0x0,0x1,0x8f,0x82,0x2a,0x47,0x80,
+ // :/image/res/image/soldier.svg
+ 0x0,0x0,0x2,0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xac,0x60,
+0x0,0x0,0x1,0x8f,0x82,0x20,0x73,0xe0,
+ // :/html/res
+ 0x0,0x0,0x0,0x38,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1d,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/html/res/html
+ 0x0,0x0,0x0,0x2a,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1e,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/html/res/html/map.html
+ 0x0,0x0,0x0,0x44,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
+0x0,0x0,0x1,0x8f,0x83,0xcf,0xb2,0x96,
+ // :/icon/res
+ 0x0,0x0,0x0,0x38,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x20,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/icon/res/icon
+ 0x0,0x0,0x0,0x1c,0x0,0x2,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x21,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/icon/res/icon/yellow.png
+ 0x0,0x0,0x0,0x86,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x65,0xc2,
+0x0,0x0,0x1,0x8f,0x82,0x43,0x66,0x63,
+ // :/icon/res/icon/red.png
+ 0x0,0x0,0x0,0x5a,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x19,0x9f,
+0x0,0x0,0x1,0x8f,0x82,0x43,0xcd,0xf8,
+ // :/icon/res/icon/green.png
+ 0x0,0x0,0x0,0x6e,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x45,0xdc,
+0x0,0x0,0x1,0x8f,0x82,0x44,0x2c,0x11,
+ // :/qml/res
+ 0x0,0x0,0x0,0x38,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x25,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/qml/res/qml
+ 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x26,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ // :/qml/res/qml/MAP.qml
+ 0x0,0x0,0x2,0xf2,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xd7,0x4f,
+0x0,0x0,0x1,0x8f,0x72,0x76,0x5c,0x26,
+ // :/qml/res/qml/MAP2.qml
+ 0x0,0x0,0x2,0xdc,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x1,0xd3,0x85,
+0x0,0x0,0x1,0x8f,0x5e,0x35,0x93,0x7f,
+
+};
+
+#ifdef QT_NAMESPACE
+# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name
+# define QT_RCC_MANGLE_NAMESPACE0(x) x
+# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b
+# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b)
+# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \
+ QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE))
+#else
+# define QT_RCC_PREPEND_NAMESPACE(name) name
+# define QT_RCC_MANGLE_NAMESPACE(name) name
+#endif
+
+#ifdef QT_NAMESPACE
+namespace QT_NAMESPACE {
+#endif
+
+bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
+bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *);
+
+#ifdef QT_NAMESPACE
+}
+#endif
+
+int QT_RCC_MANGLE_NAMESPACE(qInitResources_res_qmlcache)();
+int QT_RCC_MANGLE_NAMESPACE(qInitResources_res_qmlcache)()
+{
+ int version = 3;
+ QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData)
+ (version, qt_resource_struct, qt_resource_name, qt_resource_data);
+ return 1;
+}
+
+int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_res_qmlcache)();
+int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_res_qmlcache)()
+{
+ int version = 3;
+ QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData)
+ (version, qt_resource_struct, qt_resource_name, qt_resource_data);
+ return 1;
+}
+
+#ifdef __clang__
+# pragma clang diagnostic push
+# pragma clang diagnostic ignored "-Wexit-time-destructors"
+#endif
+
+namespace {
+ struct initializer {
+ initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_res_qmlcache)(); }
+ ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_res_qmlcache)(); }
+ } dummy;
+}
+
+#ifdef __clang__
+# pragma clang diagnostic pop
+#endif
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qrc_res_qmlcache.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qrc_res_qmlcache.obj
new file mode 100644
index 0000000..4ab3dd8
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/qrc_res_qmlcache.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP2_qml.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP2_qml.cpp
new file mode 100644
index 0000000..3493b2d
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP2_qml.cpp
@@ -0,0 +1,513 @@
+// /qml/res/qml/MAP2.qml
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+namespace QmlCacheGeneratedCode {
+namespace _qml_res_qml_MAP2_qml {
+extern const unsigned char qmlData alignas(16) [];
+extern const unsigned char qmlData alignas(16) [] = {
+
+0x71,0x76,0x34,0x63,0x64,0x61,0x74,0x61,
+0x3f,0x0,0x0,0x0,0x0,0x7,0x6,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xc0,0xb,0x0,0x0,0x30,0x64,0x64,0x65,
+0x39,0x34,0x61,0x35,0x34,0x31,0x38,0x36,
+0x61,0x31,0x34,0x30,0x31,0x66,0x66,0x32,
+0x31,0x39,0x65,0x36,0x34,0x32,0x32,0x37,
+0x34,0x37,0x39,0x32,0x35,0x61,0x31,0x39,
+0x66,0x63,0x30,0x61,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xa4,0xf2,0x1a,0xa0,
+0xb4,0x1f,0x5b,0x8e,0x7b,0xee,0x33,0x5d,
+0xd2,0x8c,0x56,0x8e,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x23,0x0,0x0,0x0,
+0x25,0x0,0x0,0x0,0x78,0x2,0x0,0x0,
+0x3,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x4,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x4,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x4,0x1,0x0,0x0,
+0x4,0x0,0x0,0x0,0x4,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x14,0x1,0x0,0x0,
+0x7,0x0,0x0,0x0,0x20,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x58,0x1,0x0,0x0,
+0x1,0x0,0x0,0x0,0x58,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x70,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x70,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x70,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x70,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x70,0x1,0x0,0x0,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x48,0x7,0x0,0x0,
+0x70,0x1,0x0,0x0,0xd0,0x1,0x0,0x0,
+0x20,0x2,0x0,0x0,0x33,0x0,0x0,0x0,
+0x14,0x2,0x0,0x0,0x23,0x2,0x0,0x0,
+0x33,0x2,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x40,0x71,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0x8b,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0xfd,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0xc5,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0xd1,0x3f,
+0xec,0x51,0xb8,0x1e,0x85,0xeb,0xcb,0x3f,
+0xa4,0x70,0x3d,0xa,0xd7,0x43,0xaf,0x3f,
+0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x12,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0xc,0x0,0x0,0x0,
+0x14,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x14,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x0,0x18,0x7,
+0x14,0x5,0xa,0x14,0x6,0xb,0xac,0x1,
+0x7,0x2,0xa,0x18,0x6,0x2,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x5,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x10,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x2,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0xb,0x0,0x0,0x0,
+0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x8,0x0,0x0,0x0,
+0x1d,0x0,0x50,0x1,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x3,0x18,0x7,
+0x12,0x24,0x80,0x7,0x18,0x6,0x2,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x10,0x3,0x0,0x0,0x18,0x3,0x0,0x0,
+0x30,0x3,0x0,0x0,0x50,0x3,0x0,0x0,
+0x70,0x3,0x0,0x0,0x98,0x3,0x0,0x0,
+0xb0,0x3,0x0,0x0,0xc0,0x3,0x0,0x0,
+0xd8,0x3,0x0,0x0,0xe8,0x3,0x0,0x0,
+0x0,0x4,0x0,0x0,0x10,0x4,0x0,0x0,
+0x38,0x4,0x0,0x0,0x48,0x4,0x0,0x0,
+0x60,0x4,0x0,0x0,0x78,0x4,0x0,0x0,
+0x88,0x4,0x0,0x0,0xb8,0x4,0x0,0x0,
+0xe0,0x4,0x0,0x0,0x8,0x5,0x0,0x0,
+0x20,0x5,0x0,0x0,0x38,0x5,0x0,0x0,
+0x68,0x5,0x0,0x0,0x80,0x5,0x0,0x0,
+0x90,0x5,0x0,0x0,0xa0,0x5,0x0,0x0,
+0xc0,0x5,0x0,0x0,0xe8,0x5,0x0,0x0,
+0x0,0x6,0x0,0x0,0x10,0x6,0x0,0x0,
+0x20,0x6,0x0,0x0,0x38,0x6,0x0,0x0,
+0x68,0x6,0x0,0x0,0x80,0x6,0x0,0x0,
+0xa0,0x6,0x0,0x0,0xb8,0x6,0x0,0x0,
+0xe8,0x6,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x51,0x0,0x75,0x0,0x69,0x0,0x63,0x0,
+0x6b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x4c,0x0,0x6f,0x0,0x63,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x50,0x0,0x6f,0x0,0x73,0x0,0x69,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x69,0x0,0x6e,0x0,0x67,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x51,0x0,0x75,0x0,0x69,0x0,0x63,0x0,
+0x6b,0x0,0x2e,0x0,0x43,0x0,0x6f,0x0,
+0x6e,0x0,0x74,0x0,0x72,0x0,0x6f,0x0,
+0x6c,0x0,0x73,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x57,0x0,0x69,0x0,
+0x6e,0x0,0x64,0x0,0x6f,0x0,0x77,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x72,0x0,0x6f,0x0,
+0x6f,0x0,0x74,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x76,0x0,0x69,0x0,
+0x73,0x0,0x69,0x0,0x62,0x0,0x6c,0x0,
+0x65,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x77,0x0,0x69,0x0,
+0x64,0x0,0x74,0x0,0x68,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x68,0x0,0x65,0x0,
+0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x74,0x0,0x69,0x0,
+0x74,0x0,0x6c,0x0,0x65,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x4d,0x0,0x79,0x0,
+0x20,0x0,0x51,0x0,0x74,0x0,0x20,0x0,
+0x4c,0x0,0x6f,0x0,0x63,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x4d,0x0,0x61,0x0,
+0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x74,0x0,0x68,0x0,
+0x65,0x0,0x5f,0x0,0x6d,0x0,0x61,0x0,
+0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x61,0x0,0x6e,0x0,
+0x63,0x0,0x68,0x0,0x6f,0x0,0x72,0x0,
+0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x66,0x0,0x69,0x0,
+0x6c,0x0,0x6c,0x0,0x0,0x0,0x0,0x0,
+0x13,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x66,0x0,0x69,0x0,0x6c,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x6d,0x0,0x69,0x0,
+0x6e,0x0,0x69,0x0,0x6d,0x0,0x75,0x0,
+0x6d,0x0,0x5a,0x0,0x6f,0x0,0x6f,0x0,
+0x6d,0x0,0x4c,0x0,0x65,0x0,0x76,0x0,
+0x65,0x0,0x6c,0x0,0x0,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x6d,0x0,0x61,0x0,
+0x78,0x0,0x69,0x0,0x6d,0x0,0x75,0x0,
+0x6d,0x0,0x5a,0x0,0x6f,0x0,0x6f,0x0,
+0x6d,0x0,0x4c,0x0,0x65,0x0,0x76,0x0,
+0x65,0x0,0x6c,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x7a,0x0,0x6f,0x0,
+0x6f,0x0,0x6d,0x0,0x4c,0x0,0x65,0x0,
+0x76,0x0,0x65,0x0,0x6c,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x63,0x0,0x65,0x0,
+0x6e,0x0,0x74,0x0,0x65,0x0,0x72,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x63,0x0,0x65,0x0,0x6e,0x0,
+0x74,0x0,0x65,0x0,0x72,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x50,0x0,0x6c,0x0,
+0x75,0x0,0x67,0x0,0x69,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x6e,0x0,0x61,0x0,
+0x6d,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x6d,0x0,0x79,0x0,
+0x6d,0x0,0x61,0x0,0x70,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x70,0x0,0x61,0x0,
+0x72,0x0,0x61,0x0,0x6d,0x0,0x65,0x0,
+0x74,0x0,0x65,0x0,0x72,0x0,0x73,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xf,0x0,0x0,0x0,0x50,0x0,0x6c,0x0,
+0x75,0x0,0x67,0x0,0x69,0x0,0x6e,0x0,
+0x50,0x0,0x61,0x0,0x72,0x0,0x61,0x0,
+0x6d,0x0,0x65,0x0,0x74,0x0,0x65,0x0,
+0x72,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x66,0x0,0x6f,0x0,
+0x72,0x0,0x6d,0x0,0x61,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x76,0x0,0x61,0x0,
+0x6c,0x0,0x75,0x0,0x65,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x70,0x0,0x6e,0x0,
+0x67,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x6d,0x0,0x61,0x0,
+0x70,0x0,0x50,0x0,0x61,0x0,0x74,0x0,
+0x68,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x14,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x76,0x0,0x61,0x0,0x6c,0x0,
+0x75,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x70,0x0,0x6c,0x0,
+0x75,0x0,0x67,0x0,0x69,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x63,0x0,0x6f,0x0,
+0x6f,0x0,0x72,0x0,0x64,0x0,0x69,0x0,
+0x6e,0x0,0x61,0x0,0x74,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x70,0x0,0x61,0x0,
+0x72,0x0,0x65,0x0,0x6e,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x12,0x0,0x0,0x0,0x61,0x0,0x70,0x0,
+0x70,0x0,0x6c,0x0,0x69,0x0,0x63,0x0,
+0x61,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,
+0x6e,0x0,0x44,0x0,0x69,0x0,0x72,0x0,
+0x50,0x0,0x61,0x0,0x74,0x0,0x68,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x2a,0x0,0x0,0x0,0x2f,0x0,0x64,0x0,
+0x69,0x0,0x61,0x0,0x6e,0x0,0x7a,0x0,
+0x69,0x0,0x5f,0x0,0x67,0x0,0x61,0x0,
+0x6f,0x0,0x64,0x0,0x65,0x0,0x5f,0x0,
+0x41,0x0,0x72,0x0,0x63,0x0,0x67,0x0,
+0x69,0x0,0x73,0x0,0x53,0x0,0x65,0x0,
+0x72,0x0,0x76,0x0,0x65,0x0,0x72,0x0,
+0x54,0x0,0x69,0x0,0x6c,0x0,0x65,0x0,
+0x73,0x0,0x2f,0x0,0x5f,0x0,0x61,0x0,
+0x6c,0x0,0x6c,0x0,0x6c,0x0,0x61,0x0,
+0x79,0x0,0x65,0x0,0x72,0x0,0x73,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x88,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x10,0x0,
+0xff,0xff,0x0,0x0,0x1,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x2,0x0,0x10,0x0,0xff,0xff,0x0,0x0,
+0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x3,0x0,0x10,0x0,
+0xff,0xff,0x0,0x0,0x1,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x10,0x0,0xff,0xff,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x5,0x0,0x10,0x0,
+0xf,0x5,0x0,0x0,0x1,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x10,0x0,0xf,0x5,0x0,0x0,
+0xa0,0x0,0x0,0x0,0x70,0x1,0x0,0x0,
+0x58,0x2,0x0,0x0,0xc8,0x2,0x0,0x0,
+0x68,0x3,0x0,0x0,0xf0,0x3,0x0,0x0,
+0x5,0x0,0x0,0x0,0x6,0x0,0x0,0x0,
+0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x5,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xcc,0x0,0x0,0x0,0x7,0x0,0x10,0x0,
+0x8,0x0,0x50,0x0,0xcc,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xcc,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xa,0x0,0x0,0x0,
+0x0,0x0,0x5,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xc,0x0,0x50,0x0,
+0xc,0x0,0xc0,0x0,0x9,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x1,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xb,0x0,0x50,0x0,
+0xb,0x0,0xd0,0x0,0x8,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xa,0x0,0x50,0x0,
+0xa,0x0,0xc0,0x0,0x7,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x1,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9,0x0,0x50,0x0,
+0x9,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x8,0x0,0x1,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xe,0x0,0x50,0x0,
+0xe,0x0,0x50,0x0,0x0,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0xd,0x0,0x0,0x0,
+0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x6,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe4,0x0,0x0,0x0,0xe,0x0,0x50,0x0,
+0xf,0x0,0x90,0x0,0xe4,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xe4,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x20,0x0,0x0,0x0,
+0x0,0x0,0x8,0x0,0x3,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x16,0x0,0x90,0x0,
+0x16,0x0,0x10,0x1,0x14,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x14,0x0,0x90,0x0,
+0x14,0x0,0x10,0x1,0x13,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x4,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x13,0x0,0x90,0x0,
+0x13,0x0,0x40,0x1,0x12,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x3,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x12,0x0,0x90,0x0,
+0x12,0x0,0xb0,0x1,0x11,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x11,0x0,0x90,0x0,
+0x11,0x0,0xb0,0x1,0xe,0x0,0x0,0x0,
+0x0,0x0,0xa,0x0,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x90,0x0,
+0x10,0x0,0x10,0x1,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x10,0x0,0x90,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xf,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x1,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x10,0x1,
+0x10,0x0,0x70,0x1,0x0,0x0,0x0,0x0,
+0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x16,0x0,0x10,0x1,
+0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x19,0x0,0x0,0x0,
+0x20,0x0,0x8,0x0,0x5,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1a,0x0,0xd0,0x0,
+0x1b,0x0,0x10,0x1,0x19,0x0,0x0,0x0,
+0x20,0x0,0x8,0x0,0x4,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1a,0x0,0xd0,0x0,
+0x1f,0x0,0x10,0x1,0x17,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,
+0x18,0x0,0x0,0x0,0x17,0x0,0xd0,0x0,
+0x17,0x0,0x30,0x1,0x0,0x0,0x0,0x0,
+0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x84,0x0,0x0,0x0,0x1f,0x0,0x10,0x1,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,
+0x1d,0x0,0x0,0x0,0x21,0x0,0x50,0x1,
+0x21,0x0,0xc0,0x1,0x17,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,
+0x1b,0x0,0x0,0x0,0x20,0x0,0x50,0x1,
+0x20,0x0,0xb0,0x1,0x0,0x0,0x0,0x0,
+0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0xff,0xff,0xff,0xff,0xff,0xff,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x84,0x0,0x0,0x0,0x1b,0x0,0x10,0x1,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1d,0x0,0x50,0x1,
+0x1d,0x0,0xc0,0x1,0x17,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,
+0x1e,0x0,0x0,0x0,0x1c,0x0,0x50,0x1,
+0x1c,0x0,0xb0,0x1,0x0,0x0,0x0,0x0
+};
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_MSVC(4573)
+
+template
+void wrapCall(const QQmlPrivate::AOTCompiledContext *aotContext, void *dataPtr, void **argumentsPtr, Binding &&binding)
+{
+ using return_type = std::invoke_result_t;
+ if constexpr (std::is_same_v) {
+ Q_UNUSED(dataPtr)
+ binding(aotContext, argumentsPtr);
+ } else {
+ if (dataPtr) {
+ *static_cast(dataPtr) = binding(aotContext, argumentsPtr);
+ } else {
+ binding(aotContext, argumentsPtr);
+ }
+ }
+}
+extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[];
+extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[] = {
+{ 0, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for center at line 20, column 9
+QObject *r7_0;
+QObject *r2_0;
+QVariant r2_1;
+double r11_0;
+double r10_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadSingletonLookup(0, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadSingletonLookup(0, QQmlPrivate::AOTCompiledContext::InvalidStringId);
+if (aotContext->engine->hasError())
+ return QVariant();
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_0;
+{
+}
+// generate_MoveConst
+r10_0 = 30.67000000000000171;
+{
+}
+// generate_MoveConst
+r11_0 = 104.06000000000000227;
+{
+}
+// generate_CallPropertyLookup
+{
+QVariant callResult([]() { static const auto t = QMetaType::fromName("QGeoCoordinate"); return t; }());
+void *args[] = { callResult.data(), &r10_0, &r11_0 };
+const QMetaType types[] = { callResult.metaType(), QMetaType::fromType(), QMetaType::fromType() };
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(15);
+#endif
+while (!aotContext->callObjectPropertyLookup(1, r7_0, args, types, 2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(15);
+#endif
+aotContext->initCallObjectPropertyLookup(1);
+if (aotContext->engine->hasError())
+ return QVariant();
+}
+r2_1 = std::move(callResult);
+}
+{
+}
+{
+}
+// generate_Ret
+if (!r2_1.isValid())
+ aotContext->setReturnValueUndefined();
+return r2_1;
+});}
+ },{ 1, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for fill at line 16, column 9
+QObject *r2_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadScopeObjectPropertyLookup(2, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadScopeObjectPropertyLookup(2, []() { static const auto t = QMetaType::fromName("QQuickItem*"); return t; }());
+if (aotContext->engine->hasError())
+ return static_cast(nullptr);
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 0, QMetaType::fromType(), {}, nullptr }};
+QT_WARNING_POP
+}
+}
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP2_qml.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP2_qml.obj
new file mode 100644
index 0000000..0dd75a9
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP2_qml.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP_qml.cpp b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP_qml.cpp
new file mode 100644
index 0000000..745076c
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP_qml.cpp
@@ -0,0 +1,2890 @@
+// /qml/res/qml/MAP.qml
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+namespace QmlCacheGeneratedCode {
+namespace _qml_res_qml_MAP_qml {
+extern const unsigned char qmlData alignas(16) [];
+extern const unsigned char qmlData alignas(16) [] = {
+
+0x71,0x76,0x34,0x63,0x64,0x61,0x74,0x61,
+0x3f,0x0,0x0,0x0,0x0,0x7,0x6,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x33,0x0,0x0,0x30,0x64,0x64,0x65,
+0x39,0x34,0x61,0x35,0x34,0x31,0x38,0x36,
+0x61,0x31,0x34,0x30,0x31,0x66,0x66,0x32,
+0x31,0x39,0x65,0x36,0x34,0x32,0x32,0x37,
+0x34,0x37,0x39,0x32,0x35,0x61,0x31,0x39,
+0x66,0x63,0x30,0x61,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6f,0xf0,0xfe,0x95,
+0xae,0x44,0x6,0xa4,0x55,0xc6,0x31,0x11,
+0xc6,0x94,0x21,0xdc,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x23,0x0,0x0,0x0,
+0x89,0x0,0x0,0x0,0x0,0x13,0x0,0x0,
+0x20,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x78,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0x78,0x1,0x0,0x0,
+0x8,0x0,0x0,0x0,0x78,0x1,0x0,0x0,
+0x86,0x0,0x0,0x0,0x98,0x1,0x0,0x0,
+0x0,0x0,0x0,0x0,0xb0,0x3,0x0,0x0,
+0x7,0x0,0x0,0x0,0xb0,0x3,0x0,0x0,
+0x1,0x0,0x0,0x0,0xe8,0x3,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x4,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x4,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x4,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x4,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x4,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x4,0x0,0x0,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x30,0x26,0x0,0x0,
+0x8,0x4,0x0,0x0,0x58,0x4,0x0,0x0,
+0xa8,0x4,0x0,0x0,0xf8,0x4,0x0,0x0,
+0x88,0x5,0x0,0x0,0x70,0x6,0x0,0x0,
+0xa0,0x7,0x0,0x0,0xf0,0x7,0x0,0x0,
+0x48,0x8,0x0,0x0,0xa0,0x8,0x0,0x0,
+0xf0,0x8,0x0,0x0,0x80,0x9,0x0,0x0,
+0xd0,0x9,0x0,0x0,0x70,0xa,0x0,0x0,
+0xe0,0xa,0x0,0x0,0x80,0xb,0x0,0x0,
+0xf0,0xb,0x0,0x0,0x88,0xc,0x0,0x0,
+0xd8,0xc,0x0,0x0,0x70,0xd,0x0,0x0,
+0xc8,0xd,0x0,0x0,0x30,0xe,0x0,0x0,
+0x98,0xe,0x0,0x0,0xf0,0xe,0x0,0x0,
+0x40,0xf,0x0,0x0,0xb8,0xf,0x0,0x0,
+0x10,0x10,0x0,0x0,0x60,0x10,0x0,0x0,
+0xd8,0x10,0x0,0x0,0x68,0x11,0x0,0x0,
+0xe0,0x11,0x0,0x0,0x30,0x12,0x0,0x0,
+0x80,0x12,0x0,0x0,0x90,0x12,0x0,0x0,
+0xa0,0x12,0x0,0x0,0xb0,0x12,0x0,0x0,
+0xc0,0x12,0x0,0x0,0xd0,0x12,0x0,0x0,
+0xe0,0x12,0x0,0x0,0xf0,0x12,0x0,0x0,
+0x73,0x5,0x0,0x0,0x73,0x5,0x0,0x0,
+0xb3,0x0,0x0,0x0,0x80,0x5,0x0,0x0,
+0x3,0x2,0x0,0x0,0x60,0x2,0x0,0x0,
+0x3,0x2,0x0,0x0,0x80,0x2,0x0,0x0,
+0xa4,0x5,0x0,0x0,0x3,0x2,0x0,0x0,
+0xc0,0x5,0x0,0x0,0x3,0x2,0x0,0x0,
+0xe0,0x5,0x0,0x0,0x3,0x2,0x0,0x0,
+0x60,0x2,0x0,0x0,0x71,0x1,0x0,0x0,
+0x3,0x2,0x0,0x0,0x60,0x2,0x0,0x0,
+0x81,0x1,0x0,0x0,0x3,0x2,0x0,0x0,
+0xf4,0x5,0x0,0x0,0x3,0x6,0x0,0x0,
+0x14,0x6,0x0,0x0,0x3,0x6,0x0,0x0,
+0x33,0x0,0x0,0x0,0x40,0x6,0x0,0x0,
+0x50,0x6,0x0,0x0,0x14,0x6,0x0,0x0,
+0xc3,0x1,0x0,0x0,0x33,0x0,0x0,0x0,
+0x54,0x6,0x0,0x0,0x94,0x6,0x0,0x0,
+0x3,0x2,0x0,0x0,0xc4,0x6,0x0,0x0,
+0xc3,0x1,0x0,0x0,0xc3,0x0,0x0,0x0,
+0x40,0x6,0x0,0x0,0x50,0x6,0x0,0x0,
+0x3,0x2,0x0,0x0,0xd0,0x6,0x0,0x0,
+0x73,0x5,0x0,0x0,0x3,0x2,0x0,0x0,
+0x43,0x6,0x0,0x0,0x50,0x6,0x0,0x0,
+0x61,0x2,0x0,0x0,0xc3,0x0,0x0,0x0,
+0xd1,0x0,0x0,0x0,0xb3,0x0,0x0,0x0,
+0x80,0x5,0x0,0x0,0xd3,0x0,0x0,0x0,
+0x3,0x2,0x0,0x0,0x3,0x2,0x0,0x0,
+0x3,0x3,0x0,0x0,0x0,0x7,0x0,0x0,
+0x40,0x6,0x0,0x0,0xf4,0x6,0x0,0x0,
+0xe1,0x6,0x0,0x0,0x3,0x2,0x0,0x0,
+0x80,0x2,0x0,0x0,0x13,0x7,0x0,0x0,
+0x24,0x7,0x0,0x0,0x81,0x2,0x0,0x0,
+0x3,0x2,0x0,0x0,0x3,0x2,0x0,0x0,
+0xe0,0x6,0x0,0x0,0x3,0x3,0x0,0x0,
+0x0,0x7,0x0,0x0,0x40,0x6,0x0,0x0,
+0x34,0x7,0x0,0x0,0x3,0x2,0x0,0x0,
+0x40,0x7,0x0,0x0,0x41,0x7,0x0,0x0,
+0x3,0x2,0x0,0x0,0x3,0x2,0x0,0x0,
+0xe0,0x6,0x0,0x0,0x3,0x3,0x0,0x0,
+0x0,0x7,0x0,0x0,0x40,0x6,0x0,0x0,
+0x34,0x7,0x0,0x0,0x53,0x7,0x0,0x0,
+0x60,0x7,0x0,0x0,0x73,0x7,0x0,0x0,
+0x80,0x7,0x0,0x0,0x90,0x7,0x0,0x0,
+0x73,0x7,0x0,0x0,0x80,0x7,0x0,0x0,
+0x90,0x7,0x0,0x0,0xc3,0x7,0x0,0x0,
+0xd0,0x7,0x0,0x0,0xc3,0x7,0x0,0x0,
+0xe0,0x7,0x0,0x0,0xc3,0x7,0x0,0x0,
+0xd0,0x7,0x0,0x0,0x3,0x2,0x0,0x0,
+0x0,0x8,0x0,0x0,0x10,0x8,0x0,0x0,
+0xf4,0x7,0x0,0x0,0x3,0x2,0x0,0x0,
+0x80,0x2,0x0,0x0,0x3,0x2,0x0,0x0,
+0xe0,0x5,0x0,0x0,0x23,0x8,0x0,0x0,
+0x30,0x8,0x0,0x0,0x3,0x2,0x0,0x0,
+0x13,0x7,0x0,0x0,0x3,0x2,0x0,0x0,
+0x80,0x2,0x0,0x0,0x44,0x8,0x0,0x0,
+0x81,0x2,0x0,0x0,0x3,0x2,0x0,0x0,
+0x80,0x2,0x0,0x0,0x3,0x2,0x0,0x0,
+0xc0,0x5,0x0,0x0,0x23,0x8,0x0,0x0,
+0x50,0x8,0x0,0x0,0x3,0x2,0x0,0x0,
+0x13,0x7,0x0,0x0,0x3,0x2,0x0,0x0,
+0x80,0x2,0x0,0x0,0x44,0x8,0x0,0x0,
+0x81,0x2,0x0,0x0,0xc3,0x0,0x0,0x0,
+0xd1,0x0,0x0,0x0,0x3,0x2,0x0,0x0,
+0x3,0x5,0x0,0x0,0xc4,0x6,0x0,0x0,
+0x33,0x0,0x0,0x0,0x13,0x1,0x0,0x0,
+0x60,0x8,0x0,0x0,0x13,0x1,0x0,0x0,
+0x70,0x8,0x0,0x0,0x54,0x6,0x0,0x0,
+0x73,0x5,0x0,0x0,0x73,0x5,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x40,0xb1,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0xdb,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0xd1,0x3f,
+0x0,0x0,0x0,0x0,0x0,0x40,0xfd,0x3f,
+0x3,0x0,0x0,0x0,0x0,0xc0,0x3,0x0,
+0x0,0x0,0x0,0x0,0x0,0x80,0x3,0x0,
+0x1,0x0,0x0,0x0,0x0,0xc0,0x3,0x0,
+0xec,0x3,0x0,0x0,0x5,0x0,0x0,0x0,
+0x6a,0x0,0x0,0x0,0x26,0x0,0x0,0x0,
+0x51,0x0,0x0,0x0,0x6b,0x0,0x0,0x0,
+0x53,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x5,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x8,0x0,0x50,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x0,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x5,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x9,0x0,0x50,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x1,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0xf,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xf,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x2,0x3c,0x3,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x39,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0xff,0xff,0xff,0xff,0xd,0x0,0x0,0x0,
+0x19,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x24,0x0,0x0,0x0,
+0x1c,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x2e,0x4,0x3c,0x5,0x18,0x7,0x12,0x59,
+0x80,0x7,0x18,0x8,0x2e,0x6,0x3c,0x7,
+0x18,0x9,0x14,0x4,0xc,0xac,0x8,0x9,
+0x1,0xc,0x80,0x8,0x18,0x9,0x12,0x5b,
+0x80,0x9,0x18,0xa,0x2e,0x9,0x3c,0xa,
+0x80,0xa,0x18,0xb,0x12,0x5d,0x80,0xb,
+0x18,0xc,0x2e,0xb,0x3c,0xc,0x80,0xc,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x90,0x0,0x0,0x0,0x51,0x0,0x0,0x0,
+0x16,0x0,0x0,0x0,0x2,0x0,0x2,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x48,0x0,0x0,0x0,0x0,0x0,0x6,0x0,
+0xff,0xff,0xff,0xff,0x10,0x0,0x0,0x0,
+0x1e,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x9,0x0,0x0,0x0,0x0,0x0,
+0x17,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x22,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0xb,0x0,0x0,0x0,
+0x23,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0x16,0x0,0x0,0x0,0x24,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,
+0x25,0x0,0x0,0x0,0x8,0x0,0x0,0x0,
+0x3e,0x0,0x0,0x0,0x26,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x4f,0x0,0x0,0x0,
+0x27,0x0,0x0,0x0,0xa,0x0,0x0,0x0,
+0x2e,0xd,0x3c,0xe,0x18,0x9,0x16,0x6,
+0x42,0xf,0x9,0x2e,0x10,0x3c,0x11,0x18,
+0x9,0x16,0x7,0x42,0x12,0x9,0x2e,0x13,
+0x18,0x9,0xac,0x14,0x9,0x0,0x0,0x2e,
+0x15,0x18,0x9,0x12,0x62,0x18,0xd,0x16,
+0x6,0x80,0xd,0x18,0xe,0x12,0x63,0x80,
+0xe,0x18,0xf,0x16,0x7,0x80,0xf,0x18,
+0xc,0xac,0x16,0x9,0x1,0xc,0x2e,0x17,
+0x18,0x9,0x2e,0x18,0x3c,0x19,0x3c,0x1a,
+0x18,0xc,0xac,0x1b,0x9,0x1,0xc,0xe,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xc8,0x0,0x0,0x0,0x5b,0x0,0x0,0x0,
+0x19,0x0,0x0,0x0,0x3,0x0,0x3,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x0,0x0,0xa,0x0,
+0xff,0xff,0xff,0xff,0x17,0x0,0x0,0x0,
+0x28,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0xc,0x0,0x0,0x0,0x0,0x0,
+0x17,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x29,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0x2a,0x0,0x0,0x0,0x2,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x2b,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x2c,0x0,0x0,0x0,0x6,0x0,0x0,0x0,
+0x16,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x1a,0x0,0x0,0x0,
+0x31,0x0,0x0,0x0,0xa,0x0,0x0,0x0,
+0x26,0x0,0x0,0x0,0x33,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x49,0x0,0x0,0x0,
+0x31,0x0,0x0,0x0,0xa,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x59,0x0,0x0,0x0,
+0x3b,0x0,0x0,0x0,0xc,0x0,0x0,0x0,
+0x12,0x66,0x18,0xa,0x10,0x2,0x6c,0x8,
+0x50,0x6,0x12,0x67,0x18,0xa,0x4c,0xa,
+0x10,0x3,0x6c,0x8,0x50,0x4,0x12,0x68,
+0x18,0xa,0x2e,0x1c,0x18,0xc,0x12,0x4f,
+0x18,0xf,0x16,0xb,0x18,0x11,0x2e,0x1d,
+0x18,0x12,0x1a,0x6,0x15,0x1a,0x7,0x16,
+0xac,0x1e,0x12,0x2,0x15,0x18,0x12,0x10,
+0x32,0x18,0x13,0x10,0x5,0x18,0x14,0x16,
+0xa,0x18,0x15,0xea,0x0,0x5,0x11,0x18,
+0x10,0xac,0x1f,0xc,0x2,0xf,0x18,0xb,
+0x2e,0x20,0x18,0xc,0xac,0x21,0xc,0x1,
+0xb,0xe,0x2,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x5,0x0,0x0,0x0,
+0x25,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x46,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x46,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x22,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x9,0x0,0x0,0x0,
+0x27,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x47,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x47,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x23,0x3c,0x24,
+0x3c,0x25,0x18,0x6,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0xd,0x0,0x0,0x0,
+0x2a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x8,0x0,0x0,0x0,
+0x49,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x49,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x26,0x3c,0x27,
+0x18,0x7,0x10,0x1,0x34,0x7,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x5,0x0,0x0,0x0,
+0x23,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x45,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x45,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x28,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x68,0x0,0x0,0x0,0x1d,0x0,0x0,0x0,
+0x2e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x4,0x0,
+0xff,0xff,0xff,0xff,0x9,0x0,0x0,0x0,
+0x52,0x0,0x50,0x1,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x52,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x53,0x0,0x0,0x0,0x3,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x19,0x0,0x0,0x0,
+0x55,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0xca,0x2e,0x29,0x18,0x7,0x2e,0x2a,0x3c,
+0x2b,0x42,0x2c,0x7,0x2e,0x2d,0x18,0x7,
+0x8,0x18,0x8,0x42,0x2e,0x7,0x1a,0x8,
+0x6,0xd4,0x16,0x6,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x56,0x0,0x50,0x1,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x56,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x2f,0x3c,0x30,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x68,0x0,0x0,0x0,0x29,0x0,0x0,0x0,
+0x33,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x4,0x0,
+0xff,0xff,0xff,0xff,0xd,0x0,0x0,0x0,
+0x5c,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x5c,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x5c,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x5d,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x25,0x0,0x0,0x0,
+0x5e,0x0,0x0,0x0,0x3,0x0,0x0,0x0,
+0xca,0x2e,0x31,0x50,0x20,0x2e,0x32,0x18,
+0x7,0x2e,0x33,0x18,0x8,0x2e,0x34,0x3c,
+0x35,0x3c,0x36,0x18,0xb,0x14,0x5,0xc,
+0xac,0x37,0x8,0x2,0xb,0x18,0x8,0x42,
+0x38,0x7,0x1a,0x8,0x6,0xd4,0x16,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5c,0x0,0x0,0x0,0x9,0x0,0x0,0x0,
+0x35,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0xe,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0x5f,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x8,0x0,
+0x0,0x0,0x0,0x0,0x5f,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x5f,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x62,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0xca,0x28,0xe,0x18,
+0x6,0xd4,0x16,0x6,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x64,0x0,0x0,0x0,0x31,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x40,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0xff,0xff,0xff,0xff,0xe,0x0,0x0,0x0,
+0x5f,0x0,0xe0,0x1,0x0,0x0,0x0,0x0,
+0x0,0x0,0x8,0x0,0x0,0x0,0x2,0x0,
+0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x60,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0x18,0x0,0x0,0x0,
+0x61,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0x2f,0x0,0x0,0x0,0x62,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x2e,0x39,0x18,0x8,
+0x3c,0x3a,0x18,0x9,0x2e,0x3b,0x18,0xa,
+0xac,0x3c,0xa,0x1,0x6,0x80,0x9,0x18,
+0xa,0x42,0x3d,0x8,0x2e,0x3e,0x18,0x8,
+0x2e,0x3f,0x3c,0x40,0x18,0xb,0x2e,0x41,
+0x3c,0x42,0x3c,0x43,0x18,0xc,0xac,0x44,
+0x8,0x2,0xb,0xe,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5c,0x0,0x0,0x0,0x9,0x0,0x0,0x0,
+0x37,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0x10,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0x63,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x8,0x0,
+0x0,0x0,0x0,0x0,0x63,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x63,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x66,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0xca,0x28,0x10,0x18,
+0x6,0xd4,0x16,0x6,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x64,0x0,0x0,0x0,0x2a,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x40,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0xff,0xff,0xff,0xff,0xd,0x0,0x0,0x0,
+0x63,0x0,0x10,0x2,0x0,0x0,0x0,0x0,
+0x0,0x0,0x8,0x0,0x0,0x0,0x2,0x0,
+0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x64,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0x11,0x0,0x0,0x0,
+0x65,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0x28,0x0,0x0,0x0,0x66,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x2e,0x45,0x18,0x8,
+0x3c,0x46,0x18,0x9,0x16,0x6,0xa2,0x9,
+0x18,0xa,0x42,0x47,0x8,0x2e,0x48,0x18,
+0x8,0x2e,0x49,0x3c,0x4a,0x18,0xb,0x2e,
+0x4b,0x3c,0x4c,0x3c,0x4d,0x18,0xc,0xac,
+0x4e,0x8,0x2,0xb,0xe,0x2,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0x39,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x67,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x67,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x4f,0x3c,0x50,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x5c,0x0,0x0,0x0,0x31,0x0,0x0,0x0,
+0x3d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0xff,0xff,0xff,0xff,0xa,0x0,0x0,0x0,
+0x6e,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6e,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,
+0x6f,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x2a,0x0,0x0,0x0,0x70,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x51,0x3c,0x52,
+0x3c,0x53,0x18,0x7,0x12,0x7a,0x6c,0x7,
+0x4e,0xe,0x2e,0x54,0x3c,0x55,0x3c,0x56,
+0x18,0x8,0x12,0x7b,0x6c,0x8,0x50,0xe,
+0x2e,0x57,0x3c,0x58,0x18,0x9,0x2e,0x59,
+0x3c,0x5a,0x84,0x9,0x4c,0x4,0x2e,0x5b,
+0x3c,0x5c,0x18,0x6,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0xa,0x0,0x0,0x0,
+0x3f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x8,0x0,0x0,0x0,
+0x71,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x71,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x14,0x6,0x7,0x10,
+0x78,0x9e,0x7,0x18,0x6,0x2,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x9,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x15,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0x77,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x8,0x0,
+0x0,0x0,0x0,0x0,0x77,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x77,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0xca,0x28,0x15,0x18,0x6,0xd4,0x16,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4c,0x0,0x0,0x0,0x18,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x1,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x40,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0xd,0x0,0x0,0x0,
+0x77,0x0,0x40,0x2,0x0,0x0,0x0,0x0,
+0x0,0x0,0x8,0x0,0x0,0x0,0x2,0x0,
+0x88,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x77,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x5d,0x18,0x8,
+0x16,0x6,0x3c,0x5e,0x78,0x18,0xb,0x16,
+0x6,0x3c,0x5f,0x78,0x18,0xc,0xac,0x60,
+0x8,0x2,0xb,0x2,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0xf,0x0,0x0,0x0,
+0x47,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x8,0x0,0x0,0x0,
+0x7c,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x7c,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x61,0x3c,0x62,
+0x18,0x7,0x2e,0x63,0x3c,0x64,0x68,0x7,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0x49,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x7d,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x7d,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x65,0x3c,0x66,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x26,0x0,0x0,0x0,
+0x4b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0xff,0xff,0xff,0xff,0xd,0x0,0x0,0x0,
+0x7e,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x7e,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x7e,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0xca,0x2e,0x67,0x18,0x7,0x2e,0x68,0x18,
+0x8,0x2e,0x69,0x3c,0x6a,0x18,0xc,0x10,
+0x1,0x80,0xc,0x18,0xb,0xac,0x6b,0x8,
+0x1,0xb,0x18,0x8,0x42,0x6c,0x7,0x1a,
+0x8,0x6,0xd4,0x16,0x6,0x2,0x0,0x0,
+0x44,0x0,0x0,0x0,0xf,0x0,0x0,0x0,
+0x47,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x8,0x0,0x0,0x0,
+0x81,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x81,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x6d,0x3c,0x6e,
+0x18,0x7,0x2e,0x6f,0x3c,0x70,0x64,0x7,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x7,0x0,0x0,0x0,
+0x49,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x82,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x82,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x71,0x3c,0x72,
+0x18,0x6,0x2,0x0,0x0,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x21,0x0,0x0,0x0,
+0x4b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0xff,0xff,0xff,0xff,0xc,0x0,0x0,0x0,
+0x83,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x83,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x83,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0xca,0x2e,0x73,0x18,0x7,0x2e,0x74,0x18,
+0x8,0x2e,0x75,0x3c,0x76,0x7e,0x18,0xb,
+0xac,0x77,0x8,0x1,0xb,0x18,0x8,0x42,
+0x78,0x7,0x1a,0x8,0x6,0xd4,0x16,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x68,0x0,0x0,0x0,0x1c,0x0,0x0,0x0,
+0x4e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x4,0x0,
+0xff,0xff,0xff,0xff,0xb,0x0,0x0,0x0,
+0x85,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x85,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x86,0x0,0x0,0x0,0x3,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x87,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x18,0x0,0x0,0x0,
+0x88,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0xca,0x2e,0x79,0x18,0x7,0x8,0x42,0x7a,
+0x7,0x2e,0x7b,0x18,0x7,0x2e,0x7c,0x18,
+0xa,0xac,0x7d,0x7,0x1,0xa,0x18,0x6,
+0xd4,0x16,0x6,0x2,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x2d,0x0,0x0,0x0,
+0x27,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0xc,0x0,0x0,0x0,
+0x8c,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8c,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2e,0x7e,0x18,0x7,
+0x2e,0x7f,0x3d,0x80,0x0,0x0,0x0,0x18,
+0xa,0x2f,0x81,0x0,0x0,0x0,0x3d,0x82,
+0x0,0x0,0x0,0x18,0xb,0xad,0x83,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x2,0x0,
+0x0,0x0,0xa,0x0,0x0,0x0,0x18,0x6,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x8,0x0,0x0,0x0,
+0x23,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x93,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x93,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2f,0x84,0x0,0x0,
+0x0,0x18,0x6,0x2,0x0,0x0,0x0,0x0,
+0x44,0x0,0x0,0x0,0x8,0x0,0x0,0x0,
+0x56,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0xff,0xff,0xff,0xff,0x7,0x0,0x0,0x0,
+0x94,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x7,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x94,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2f,0x85,0x0,0x0,
+0x0,0x18,0x6,0x2,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x28,0x15,0x0,0x0,0x30,0x15,0x0,0x0,
+0x48,0x15,0x0,0x0,0x68,0x15,0x0,0x0,
+0x88,0x15,0x0,0x0,0xb0,0x15,0x0,0x0,
+0xc8,0x15,0x0,0x0,0xd8,0x15,0x0,0x0,
+0x8,0x16,0x0,0x0,0x20,0x16,0x0,0x0,
+0x50,0x16,0x0,0x0,0x68,0x16,0x0,0x0,
+0x90,0x16,0x0,0x0,0xb8,0x16,0x0,0x0,
+0xd0,0x16,0x0,0x0,0x10,0x17,0x0,0x0,
+0x70,0x17,0x0,0x0,0x88,0x17,0x0,0x0,
+0xa0,0x17,0x0,0x0,0xc0,0x17,0x0,0x0,
+0xd0,0x17,0x0,0x0,0xe8,0x17,0x0,0x0,
+0x0,0x18,0x0,0x0,0x20,0x18,0x0,0x0,
+0x38,0x18,0x0,0x0,0x50,0x18,0x0,0x0,
+0x68,0x18,0x0,0x0,0x78,0x18,0x0,0x0,
+0x90,0x18,0x0,0x0,0xa8,0x18,0x0,0x0,
+0xb8,0x18,0x0,0x0,0xc8,0x18,0x0,0x0,
+0xd8,0x18,0x0,0x0,0xe8,0x18,0x0,0x0,
+0x0,0x19,0x0,0x0,0x10,0x19,0x0,0x0,
+0x40,0x19,0x0,0x0,0x58,0x19,0x0,0x0,
+0x88,0x19,0x0,0x0,0xa0,0x19,0x0,0x0,
+0xd0,0x19,0x0,0x0,0xe8,0x19,0x0,0x0,
+0x8,0x1a,0x0,0x0,0x48,0x1a,0x0,0x0,
+0x70,0x1a,0x0,0x0,0x88,0x1a,0x0,0x0,
+0xb0,0x1a,0x0,0x0,0xf8,0x1a,0x0,0x0,
+0x18,0x1b,0x0,0x0,0x28,0x1b,0x0,0x0,
+0x40,0x1b,0x0,0x0,0x68,0x1b,0x0,0x0,
+0xb0,0x1b,0x0,0x0,0xd8,0x1b,0x0,0x0,
+0x18,0x1c,0x0,0x0,0x40,0x1c,0x0,0x0,
+0x88,0x1c,0x0,0x0,0xb0,0x1c,0x0,0x0,
+0xf8,0x1c,0x0,0x0,0x18,0x1d,0x0,0x0,
+0x28,0x1d,0x0,0x0,0x50,0x1d,0x0,0x0,
+0x98,0x1d,0x0,0x0,0xb8,0x1d,0x0,0x0,
+0xf8,0x1d,0x0,0x0,0x10,0x1e,0x0,0x0,
+0x30,0x1e,0x0,0x0,0x40,0x1e,0x0,0x0,
+0x70,0x1e,0x0,0x0,0xc0,0x1e,0x0,0x0,
+0xd8,0x1e,0x0,0x0,0xf0,0x1e,0x0,0x0,
+0x28,0x1f,0x0,0x0,0x40,0x1f,0x0,0x0,
+0x78,0x1f,0x0,0x0,0x98,0x1f,0x0,0x0,
+0xd8,0x1f,0x0,0x0,0xf0,0x1f,0x0,0x0,
+0x10,0x20,0x0,0x0,0x50,0x20,0x0,0x0,
+0x68,0x20,0x0,0x0,0x80,0x20,0x0,0x0,
+0x98,0x20,0x0,0x0,0xb0,0x20,0x0,0x0,
+0xc0,0x20,0x0,0x0,0xd0,0x20,0x0,0x0,
+0xe8,0x20,0x0,0x0,0x18,0x21,0x0,0x0,
+0x30,0x21,0x0,0x0,0x60,0x21,0x0,0x0,
+0x78,0x21,0x0,0x0,0x90,0x21,0x0,0x0,
+0xa0,0x21,0x0,0x0,0xc8,0x21,0x0,0x0,
+0xd8,0x21,0x0,0x0,0x0,0x22,0x0,0x0,
+0x18,0x22,0x0,0x0,0x30,0x22,0x0,0x0,
+0x40,0x22,0x0,0x0,0x58,0x22,0x0,0x0,
+0x78,0x22,0x0,0x0,0x90,0x22,0x0,0x0,
+0xb0,0x22,0x0,0x0,0xc8,0x22,0x0,0x0,
+0xe0,0x22,0x0,0x0,0xf8,0x22,0x0,0x0,
+0x18,0x23,0x0,0x0,0x28,0x23,0x0,0x0,
+0x48,0x23,0x0,0x0,0x68,0x23,0x0,0x0,
+0x90,0x23,0x0,0x0,0xb0,0x23,0x0,0x0,
+0xd0,0x23,0x0,0x0,0xe8,0x23,0x0,0x0,
+0xf8,0x23,0x0,0x0,0x8,0x24,0x0,0x0,
+0x40,0x24,0x0,0x0,0x58,0x24,0x0,0x0,
+0x80,0x24,0x0,0x0,0xa8,0x24,0x0,0x0,
+0xb8,0x24,0x0,0x0,0xd0,0x24,0x0,0x0,
+0xf0,0x24,0x0,0x0,0x0,0x25,0x0,0x0,
+0x18,0x25,0x0,0x0,0x38,0x25,0x0,0x0,
+0x48,0x25,0x0,0x0,0x60,0x25,0x0,0x0,
+0x70,0x25,0x0,0x0,0x78,0x25,0x0,0x0,
+0x80,0x25,0x0,0x0,0xa0,0x25,0x0,0x0,
+0xb8,0x25,0x0,0x0,0xc8,0x25,0x0,0x0,
+0xe0,0x25,0x0,0x0,0x0,0x26,0x0,0x0,
+0x20,0x26,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x51,0x0,0x75,0x0,0x69,0x0,0x63,0x0,
+0x6b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x4c,0x0,0x6f,0x0,0x63,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x50,0x0,0x6f,0x0,0x73,0x0,0x69,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x69,0x0,0x6e,0x0,0x67,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x51,0x0,0x75,0x0,0x69,0x0,0x63,0x0,
+0x6b,0x0,0x2e,0x0,0x43,0x0,0x6f,0x0,
+0x6e,0x0,0x74,0x0,0x72,0x0,0x6f,0x0,
+0x6c,0x0,0x73,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x52,0x0,0x65,0x0,
+0x63,0x0,0x74,0x0,0x61,0x0,0x6e,0x0,
+0x67,0x0,0x6c,0x0,0x65,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x77,0x0,0x69,0x0,
+0x64,0x0,0x74,0x0,0x68,0x0,0x0,0x0,
+0x14,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x77,0x0,0x69,0x0,0x64,0x0,
+0x74,0x0,0x68,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x68,0x0,0x65,0x0,
+0x69,0x0,0x67,0x0,0x68,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x68,0x0,0x65,0x0,0x69,0x0,
+0x67,0x0,0x68,0x0,0x74,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x76,0x0,0x69,0x0,
+0x73,0x0,0x69,0x0,0x62,0x0,0x6c,0x0,
+0x65,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x50,0x0,0x6f,0x0,
+0x73,0x0,0x69,0x0,0x74,0x0,0x69,0x0,
+0x6f,0x0,0x6e,0x0,0x53,0x0,0x6f,0x0,
+0x75,0x0,0x72,0x0,0x63,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x70,0x0,0x6f,0x0,
+0x73,0x0,0x69,0x0,0x74,0x0,0x69,0x0,
+0x6f,0x0,0x6e,0x0,0x53,0x0,0x6f,0x0,
+0x75,0x0,0x72,0x0,0x63,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x61,0x0,0x63,0x0,
+0x74,0x0,0x69,0x0,0x76,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1b,0x0,0x0,0x0,0x70,0x0,0x72,0x0,
+0x65,0x0,0x66,0x0,0x65,0x0,0x72,0x0,
+0x72,0x0,0x65,0x0,0x64,0x0,0x50,0x0,
+0x6f,0x0,0x73,0x0,0x69,0x0,0x74,0x0,
+0x69,0x0,0x6f,0x0,0x6e,0x0,0x69,0x0,
+0x6e,0x0,0x67,0x0,0x4d,0x0,0x65,0x0,
+0x74,0x0,0x68,0x0,0x6f,0x0,0x64,0x0,
+0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x2a,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x70,0x0,0x72,0x0,0x65,0x0,
+0x66,0x0,0x65,0x0,0x72,0x0,0x72,0x0,
+0x65,0x0,0x64,0x0,0x50,0x0,0x6f,0x0,
+0x73,0x0,0x69,0x0,0x74,0x0,0x69,0x0,
+0x6f,0x0,0x6e,0x0,0x69,0x0,0x6e,0x0,
+0x67,0x0,0x4d,0x0,0x65,0x0,0x74,0x0,
+0x68,0x0,0x6f,0x0,0x64,0x0,0x73,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x43,0x0,0x6f,0x0,
+0x6e,0x0,0x74,0x0,0x72,0x0,0x6f,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x6c,0x0,0x61,0x0,
+0x62,0x0,0x65,0x0,0x6c,0x0,0x63,0x0,
+0x70,0x0,0x70,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x6f,0x0,0x62,0x0,
+0x6a,0x0,0x65,0x0,0x63,0x0,0x74,0x0,
+0x4e,0x0,0x61,0x0,0x6d,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x66,0x0,0x6f,0x0,
+0x6e,0x0,0x74,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x70,0x0,0x6f,0x0,
+0x69,0x0,0x6e,0x0,0x74,0x0,0x53,0x0,
+0x69,0x0,0x7a,0x0,0x65,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x67,0x0,0x65,0x0,
+0x74,0x0,0x54,0x0,0x65,0x0,0x78,0x0,
+0x74,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x73,0x0,0x65,0x0,
+0x74,0x0,0x43,0x0,0x6f,0x0,0x6f,0x0,
+0x72,0x0,0x64,0x0,0x69,0x0,0x6e,0x0,
+0x61,0x0,0x74,0x0,0x65,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x6c,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x74,0x0,0x75,0x0,
+0x64,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x6c,0x0,0x6f,0x0,
+0x6e,0x0,0x67,0x0,0x69,0x0,0x74,0x0,
+0x75,0x0,0x64,0x0,0x65,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x61,0x0,0x64,0x0,
+0x64,0x0,0x49,0x0,0x6e,0x0,0x66,0x0,
+0x6f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x6c,0x0,0x65,0x0,
+0x76,0x0,0x65,0x0,0x6c,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x50,0x0,0x6c,0x0,
+0x75,0x0,0x67,0x0,0x69,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x6d,0x0,0x61,0x0,
+0x70,0x0,0x50,0x0,0x6c,0x0,0x75,0x0,
+0x67,0x0,0x69,0x0,0x6e,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x6e,0x0,0x61,0x0,
+0x6d,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x6f,0x0,0x73,0x0,
+0x6d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x4d,0x0,0x61,0x0,
+0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x6d,0x0,0x61,0x0,
+0x70,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x61,0x0,0x6e,0x0,
+0x63,0x0,0x68,0x0,0x6f,0x0,0x72,0x0,
+0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x66,0x0,0x69,0x0,
+0x6c,0x0,0x6c,0x0,0x0,0x0,0x0,0x0,
+0x13,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x66,0x0,0x69,0x0,0x6c,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x70,0x0,0x6c,0x0,
+0x75,0x0,0x67,0x0,0x69,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x70,0x0,0x6c,0x0,0x75,0x0,
+0x67,0x0,0x69,0x0,0x6e,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x63,0x0,0x65,0x0,
+0x6e,0x0,0x74,0x0,0x65,0x0,0x72,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x63,0x0,0x65,0x0,0x6e,0x0,
+0x74,0x0,0x65,0x0,0x72,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x7a,0x0,0x6f,0x0,
+0x6f,0x0,0x6d,0x0,0x4c,0x0,0x65,0x0,
+0x76,0x0,0x65,0x0,0x6c,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x61,0x0,0x63,0x0,
+0x74,0x0,0x69,0x0,0x76,0x0,0x65,0x0,
+0x4d,0x0,0x61,0x0,0x70,0x0,0x54,0x0,
+0x79,0x0,0x70,0x0,0x65,0x0,0x0,0x0,
+0x1c,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x61,0x0,0x63,0x0,0x74,0x0,
+0x69,0x0,0x76,0x0,0x65,0x0,0x4d,0x0,
+0x61,0x0,0x70,0x0,0x54,0x0,0x79,0x0,
+0x70,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x63,0x0,0x6f,0x0,
+0x70,0x0,0x79,0x0,0x72,0x0,0x69,0x0,
+0x67,0x0,0x68,0x0,0x74,0x0,0x73,0x0,
+0x56,0x0,0x69,0x0,0x73,0x0,0x69,0x0,
+0x62,0x0,0x6c,0x0,0x65,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x70,0x0,0x6f,0x0,
+0x73,0x0,0x53,0x0,0x6f,0x0,0x75,0x0,
+0x72,0x0,0x63,0x0,0x65,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x50,0x0,0x6f,0x0,0x73,0x0,0x69,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x43,0x0,0x68,0x0,0x61,0x0,0x6e,0x0,
+0x67,0x0,0x65,0x0,0x64,0x0,0x0,0x0,
+0x20,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x50,0x0,
+0x6f,0x0,0x73,0x0,0x69,0x0,0x74,0x0,
+0x69,0x0,0x6f,0x0,0x6e,0x0,0x43,0x0,
+0x68,0x0,0x61,0x0,0x6e,0x0,0x67,0x0,
+0x65,0x0,0x64,0x0,0x0,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x50,0x0,0x69,0x0,
+0x6e,0x0,0x63,0x0,0x68,0x0,0x48,0x0,
+0x61,0x0,0x6e,0x0,0x64,0x0,0x6c,0x0,
+0x65,0x0,0x72,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x70,0x0,0x69,0x0,
+0x6e,0x0,0x63,0x0,0x68,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x74,0x0,0x61,0x0,
+0x72,0x0,0x67,0x0,0x65,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xf,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x41,0x0,0x63,0x0,0x74,0x0,0x69,0x0,
+0x76,0x0,0x65,0x0,0x43,0x0,0x68,0x0,
+0x61,0x0,0x6e,0x0,0x67,0x0,0x65,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1e,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x41,0x0,
+0x63,0x0,0x74,0x0,0x69,0x0,0x76,0x0,
+0x65,0x0,0x43,0x0,0x68,0x0,0x61,0x0,
+0x6e,0x0,0x67,0x0,0x65,0x0,0x64,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x53,0x0,0x63,0x0,0x61,0x0,0x6c,0x0,
+0x65,0x0,0x43,0x0,0x68,0x0,0x61,0x0,
+0x6e,0x0,0x67,0x0,0x65,0x0,0x64,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1d,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x53,0x0,
+0x63,0x0,0x61,0x0,0x6c,0x0,0x65,0x0,
+0x43,0x0,0x68,0x0,0x61,0x0,0x6e,0x0,
+0x67,0x0,0x65,0x0,0x64,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x52,0x0,0x6f,0x0,0x74,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x43,0x0,0x68,0x0,0x61,0x0,0x6e,0x0,
+0x67,0x0,0x65,0x0,0x64,0x0,0x0,0x0,
+0x20,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x52,0x0,
+0x6f,0x0,0x74,0x0,0x61,0x0,0x74,0x0,
+0x69,0x0,0x6f,0x0,0x6e,0x0,0x43,0x0,
+0x68,0x0,0x61,0x0,0x6e,0x0,0x67,0x0,
+0x65,0x0,0x64,0x0,0x0,0x0,0x0,0x0,
+0xf,0x0,0x0,0x0,0x67,0x0,0x72,0x0,
+0x61,0x0,0x62,0x0,0x50,0x0,0x65,0x0,
+0x72,0x0,0x6d,0x0,0x69,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1e,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x67,0x0,0x72,0x0,0x61,0x0,
+0x62,0x0,0x50,0x0,0x65,0x0,0x72,0x0,
+0x6d,0x0,0x69,0x0,0x73,0x0,0x73,0x0,
+0x69,0x0,0x6f,0x0,0x6e,0x0,0x73,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x57,0x0,0x68,0x0,
+0x65,0x0,0x65,0x0,0x6c,0x0,0x48,0x0,
+0x61,0x0,0x6e,0x0,0x64,0x0,0x6c,0x0,
+0x65,0x0,0x72,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x77,0x0,0x68,0x0,
+0x65,0x0,0x65,0x0,0x6c,0x0,0x0,0x0,
+0xf,0x0,0x0,0x0,0x61,0x0,0x63,0x0,
+0x63,0x0,0x65,0x0,0x70,0x0,0x74,0x0,
+0x65,0x0,0x64,0x0,0x44,0x0,0x65,0x0,
+0x76,0x0,0x69,0x0,0x63,0x0,0x65,0x0,
+0x73,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1e,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x61,0x0,0x63,0x0,0x63,0x0,
+0x65,0x0,0x70,0x0,0x74,0x0,0x65,0x0,
+0x64,0x0,0x44,0x0,0x65,0x0,0x76,0x0,
+0x69,0x0,0x63,0x0,0x65,0x0,0x73,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x72,0x0,0x6f,0x0,
+0x74,0x0,0x61,0x0,0x74,0x0,0x69,0x0,
+0x6f,0x0,0x6e,0x0,0x53,0x0,0x63,0x0,
+0x61,0x0,0x6c,0x0,0x65,0x0,0x0,0x0,
+0x1c,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x72,0x0,0x6f,0x0,0x74,0x0,
+0x61,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,
+0x6e,0x0,0x53,0x0,0x63,0x0,0x61,0x0,
+0x6c,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x70,0x0,0x72,0x0,
+0x6f,0x0,0x70,0x0,0x65,0x0,0x72,0x0,
+0x74,0x0,0x79,0x0,0x0,0x0,0x0,0x0,
+0xb,0x0,0x0,0x0,0x44,0x0,0x72,0x0,
+0x61,0x0,0x67,0x0,0x48,0x0,0x61,0x0,
+0x6e,0x0,0x64,0x0,0x6c,0x0,0x65,0x0,
+0x72,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x64,0x0,0x72,0x0,
+0x61,0x0,0x67,0x0,0x0,0x0,0x0,0x0,
+0x14,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x54,0x0,0x72,0x0,0x61,0x0,0x6e,0x0,
+0x73,0x0,0x6c,0x0,0x61,0x0,0x74,0x0,
+0x69,0x0,0x6f,0x0,0x6e,0x0,0x43,0x0,
+0x68,0x0,0x61,0x0,0x6e,0x0,0x67,0x0,
+0x65,0x0,0x64,0x0,0x0,0x0,0x0,0x0,
+0x23,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x54,0x0,
+0x72,0x0,0x61,0x0,0x6e,0x0,0x73,0x0,
+0x6c,0x0,0x61,0x0,0x74,0x0,0x69,0x0,
+0x6f,0x0,0x6e,0x0,0x43,0x0,0x68,0x0,
+0x61,0x0,0x6e,0x0,0x67,0x0,0x65,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x53,0x0,0x68,0x0,
+0x6f,0x0,0x72,0x0,0x74,0x0,0x63,0x0,
+0x75,0x0,0x74,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x65,0x0,0x6e,0x0,
+0x61,0x0,0x62,0x0,0x6c,0x0,0x65,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x16,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x65,0x0,0x6e,0x0,0x61,0x0,
+0x62,0x0,0x6c,0x0,0x65,0x0,0x64,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x73,0x0,0x65,0x0,
+0x71,0x0,0x75,0x0,0x65,0x0,0x6e,0x0,
+0x63,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x17,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x73,0x0,0x65,0x0,0x71,0x0,
+0x75,0x0,0x65,0x0,0x6e,0x0,0x63,0x0,
+0x65,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xb,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x41,0x0,0x63,0x0,0x74,0x0,0x69,0x0,
+0x76,0x0,0x61,0x0,0x74,0x0,0x65,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1a,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x41,0x0,
+0x63,0x0,0x74,0x0,0x69,0x0,0x76,0x0,
+0x61,0x0,0x74,0x0,0x65,0x0,0x64,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x43,0x0,0x6f,0x0,
+0x6d,0x0,0x70,0x0,0x6f,0x0,0x6e,0x0,
+0x65,0x0,0x6e,0x0,0x74,0x0,0x0,0x0,
+0xb,0x0,0x0,0x0,0x6f,0x0,0x6e,0x0,
+0x43,0x0,0x6f,0x0,0x6d,0x0,0x70,0x0,
+0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1a,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x6f,0x0,0x6e,0x0,0x43,0x0,
+0x6f,0x0,0x6d,0x0,0x70,0x0,0x6c,0x0,
+0x65,0x0,0x74,0x0,0x65,0x0,0x64,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x4d,0x0,0x61,0x0,
+0x70,0x0,0x43,0x0,0x69,0x0,0x72,0x0,
+0x63,0x0,0x6c,0x0,0x65,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x63,0x0,0x69,0x0,
+0x72,0x0,0x63,0x0,0x6c,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x72,0x0,0x61,0x0,
+0x64,0x0,0x69,0x0,0x75,0x0,0x73,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x62,0x0,0x6f,0x0,
+0x72,0x0,0x64,0x0,0x65,0x0,0x72,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x63,0x0,0x6f,0x0,
+0x6c,0x0,0x6f,0x0,0x72,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x62,0x0,0x6c,0x0,
+0x61,0x0,0x63,0x0,0x6b,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x4d,0x0,0x6f,0x0,
+0x75,0x0,0x73,0x0,0x65,0x0,0x41,0x0,
+0x72,0x0,0x65,0x0,0x61,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x65,0x0,0x78,0x0,
+0x70,0x0,0x72,0x0,0x65,0x0,0x73,0x0,
+0x73,0x0,0x69,0x0,0x6f,0x0,0x6e,0x0,
+0x20,0x0,0x66,0x0,0x6f,0x0,0x72,0x0,
+0x20,0x0,0x74,0x0,0x61,0x0,0x72,0x0,
+0x67,0x0,0x65,0x0,0x74,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x70,0x0,0x61,0x0,
+0x72,0x0,0x65,0x0,0x6e,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x15,0x0,0x0,0x0,0x41,0x0,0x6c,0x0,
+0x6c,0x0,0x50,0x0,0x6f,0x0,0x73,0x0,
+0x69,0x0,0x74,0x0,0x69,0x0,0x6f,0x0,
+0x6e,0x0,0x69,0x0,0x6e,0x0,0x67,0x0,
+0x4d,0x0,0x65,0x0,0x74,0x0,0x68,0x0,
+0x6f,0x0,0x64,0x0,0x73,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x20,0x0,0x7a,0x0,
+0x6f,0x0,0x6f,0x0,0x6d,0x0,0x20,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x74,0x0,0x6f,0x0,
+0x46,0x0,0x69,0x0,0x78,0x0,0x65,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x20,0x0,0x6d,0x0,
+0x69,0x0,0x6e,0x0,0x20,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x6d,0x0,0x69,0x0,
+0x6e,0x0,0x69,0x0,0x6d,0x0,0x75,0x0,
+0x6d,0x0,0x5a,0x0,0x6f,0x0,0x6f,0x0,
+0x6d,0x0,0x4c,0x0,0x65,0x0,0x76,0x0,
+0x65,0x0,0x6c,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x20,0x0,0x6d,0x0,
+0x61,0x0,0x78,0x0,0x20,0x0,0x0,0x0,
+0x10,0x0,0x0,0x0,0x6d,0x0,0x61,0x0,
+0x78,0x0,0x69,0x0,0x6d,0x0,0x75,0x0,
+0x6d,0x0,0x5a,0x0,0x6f,0x0,0x6f,0x0,
+0x6d,0x0,0x4c,0x0,0x65,0x0,0x76,0x0,
+0x65,0x0,0x6c,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x75,0x0,0x70,0x0,
+0x64,0x0,0x61,0x0,0x74,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x63,0x0,0x6f,0x0,
+0x6e,0x0,0x73,0x0,0x6f,0x0,0x6c,0x0,
+0x65,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x6c,0x0,0x6f,0x0,
+0x67,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x0,0x0,0x6c,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x74,0x0,0x75,0x0,
+0x64,0x0,0x65,0x0,0x3d,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x20,0x0,0x20,0x0,
+0x20,0x0,0x6c,0x0,0x6f,0x0,0x6e,0x0,
+0x67,0x0,0x69,0x0,0x74,0x0,0x75,0x0,
+0x64,0x0,0x65,0x0,0x3d,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x70,0x0,0x6f,0x0,
+0x73,0x0,0x69,0x0,0x74,0x0,0x69,0x0,
+0x6f,0x0,0x6e,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x63,0x0,0x6f,0x0,
+0x6f,0x0,0x72,0x0,0x64,0x0,0x69,0x0,
+0x6e,0x0,0x61,0x0,0x74,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x23,0x0,0x30,0x0,
+0x30,0x0,0x46,0x0,0x46,0x0,0x30,0x0,
+0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x23,0x0,0x46,0x0,
+0x46,0x0,0x46,0x0,0x46,0x0,0x30,0x0,
+0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x23,0x0,0x46,0x0,
+0x46,0x0,0x30,0x0,0x30,0x0,0x30,0x0,
+0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x63,0x0,0x72,0x0,
+0x65,0x0,0x61,0x0,0x74,0x0,0x65,0x0,
+0x4d,0x0,0x61,0x0,0x70,0x0,0x49,0x0,
+0x74,0x0,0x65,0x0,0x6d,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0x69,0x0,0x64,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x62,0x0,0x6f,0x0,
+0x72,0x0,0x64,0x0,0x65,0x0,0x72,0x0,
+0x2e,0x0,0x77,0x0,0x69,0x0,0x64,0x0,
+0x74,0x0,0x68,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x61,0x0,0x64,0x0,
+0x64,0x0,0x4d,0x0,0x61,0x0,0x70,0x0,
+0x49,0x0,0x74,0x0,0x65,0x0,0x6d,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x73,0x0,0x75,0x0,
+0x70,0x0,0x70,0x0,0x6f,0x0,0x72,0x0,
+0x74,0x0,0x65,0x0,0x64,0x0,0x4d,0x0,
+0x61,0x0,0x70,0x0,0x54,0x0,0x79,0x0,
+0x70,0x0,0x65,0x0,0x73,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x73,0x0,0x74,0x0,
+0x61,0x0,0x72,0x0,0x74,0x0,0x43,0x0,
+0x65,0x0,0x6e,0x0,0x74,0x0,0x72,0x0,
+0x6f,0x0,0x69,0x0,0x64,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x74,0x0,0x6f,0x0,
+0x43,0x0,0x6f,0x0,0x6f,0x0,0x72,0x0,
+0x64,0x0,0x69,0x0,0x6e,0x0,0x61,0x0,
+0x74,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x63,0x0,0x65,0x0,
+0x6e,0x0,0x74,0x0,0x72,0x0,0x6f,0x0,
+0x69,0x0,0x64,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x4d,0x0,0x61,0x0,
+0x74,0x0,0x68,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x6c,0x0,0x6f,0x0,
+0x67,0x0,0x32,0x0,0x0,0x0,0x0,0x0,
+0x16,0x0,0x0,0x0,0x61,0x0,0x6c,0x0,
+0x69,0x0,0x67,0x0,0x6e,0x0,0x43,0x0,
+0x6f,0x0,0x6f,0x0,0x72,0x0,0x64,0x0,
+0x69,0x0,0x6e,0x0,0x61,0x0,0x74,0x0,
+0x65,0x0,0x54,0x0,0x6f,0x0,0x50,0x0,
+0x6f,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x62,0x0,0x65,0x0,
+0x61,0x0,0x72,0x0,0x69,0x0,0x6e,0x0,
+0x67,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x50,0x0,0x6f,0x0,
+0x69,0x0,0x6e,0x0,0x74,0x0,0x65,0x0,
+0x72,0x0,0x48,0x0,0x61,0x0,0x6e,0x0,
+0x64,0x0,0x6c,0x0,0x65,0x0,0x72,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x54,0x0,0x61,0x0,
+0x6b,0x0,0x65,0x0,0x4f,0x0,0x76,0x0,
+0x65,0x0,0x72,0x0,0x46,0x0,0x6f,0x0,
+0x72,0x0,0x62,0x0,0x69,0x0,0x64,0x0,
+0x64,0x0,0x65,0x0,0x6e,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0x51,0x0,0x74,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x70,0x0,0x6c,0x0,
+0x61,0x0,0x74,0x0,0x66,0x0,0x6f,0x0,
+0x72,0x0,0x6d,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x70,0x0,0x6c,0x0,
+0x75,0x0,0x67,0x0,0x69,0x0,0x6e,0x0,
+0x4e,0x0,0x61,0x0,0x6d,0x0,0x65,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x63,0x0,0x6f,0x0,
+0x63,0x0,0x6f,0x0,0x61,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x77,0x0,0x61,0x0,
+0x79,0x0,0x6c,0x0,0x61,0x0,0x6e,0x0,
+0x64,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x50,0x0,0x6f,0x0,
+0x69,0x0,0x6e,0x0,0x74,0x0,0x65,0x0,
+0x72,0x0,0x44,0x0,0x65,0x0,0x76,0x0,
+0x69,0x0,0x63,0x0,0x65,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x4d,0x0,0x6f,0x0,
+0x75,0x0,0x73,0x0,0x65,0x0,0x0,0x0,
+0x8,0x0,0x0,0x0,0x54,0x0,0x6f,0x0,
+0x75,0x0,0x63,0x0,0x68,0x0,0x50,0x0,
+0x61,0x0,0x64,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x70,0x0,0x61,0x0,
+0x6e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x78,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x79,0x0,0x0,0x0,
+0xb,0x0,0x0,0x0,0x53,0x0,0x74,0x0,
+0x61,0x0,0x6e,0x0,0x64,0x0,0x61,0x0,
+0x72,0x0,0x64,0x0,0x4b,0x0,0x65,0x0,
+0x79,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x5a,0x0,0x6f,0x0,
+0x6f,0x0,0x6d,0x0,0x49,0x0,0x6e,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x72,0x0,0x6f,0x0,
+0x75,0x0,0x6e,0x0,0x64,0x0,0x0,0x0,
+0x7,0x0,0x0,0x0,0x5a,0x0,0x6f,0x0,
+0x6f,0x0,0x6d,0x0,0x4f,0x0,0x75,0x0,
+0x74,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x6c,0x0,0x61,0x0,
+0x74,0x0,0x69,0x0,0x74,0x0,0x75,0x0,
+0x64,0x0,0x65,0x0,0x53,0x0,0x61,0x0,
+0x76,0x0,0x65,0x0,0x0,0x0,0x0,0x0,
+0xd,0x0,0x0,0x0,0x6c,0x0,0x6f,0x0,
+0x6e,0x0,0x67,0x0,0x69,0x0,0x74,0x0,
+0x75,0x0,0x64,0x0,0x65,0x0,0x53,0x0,
+0x61,0x0,0x76,0x0,0x65,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x64,0x0,0x65,0x0,
+0x6c,0x0,0x74,0x0,0x61,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x13,0x0,0x0,0x0,0x88,0x0,0x0,0x0,
+0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x1,0x0,0x10,0x0,
+0xff,0xff,0x0,0x0,0x1,0x0,0x0,0x0,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x2,0x0,0x10,0x0,0xff,0xff,0x0,0x0,
+0x1,0x0,0x0,0x0,0x3,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x3,0x0,0x10,0x0,
+0xff,0xff,0x0,0x0,0x1,0x0,0x0,0x0,
+0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4,0x0,0x10,0x0,0xff,0xff,0x0,0x0,
+0x1,0x0,0x0,0x0,0x2,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x5,0x0,0x10,0x0,
+0xf,0x5,0x0,0x0,0x1,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x10,0x0,0xf,0x5,0x0,0x0,
+0xd4,0x0,0x0,0x0,0xec,0x1,0x0,0x0,
+0x74,0x2,0x0,0x0,0x4,0x3,0x0,0x0,
+0x74,0x3,0x0,0x0,0xe4,0x3,0x0,0x0,
+0x74,0x5,0x0,0x0,0xe4,0x5,0x0,0x0,
+0x84,0x6,0x0,0x0,0x54,0x7,0x0,0x0,
+0xf4,0x7,0x0,0x0,0x7c,0x8,0x0,0x0,
+0x1c,0x9,0x0,0x0,0xbc,0x9,0x0,0x0,
+0x2c,0xa,0x0,0x0,0xfc,0xa,0x0,0x0,
+0x6c,0xb,0x0,0x0,0xf4,0xb,0x0,0x0,
+0x64,0xc,0x0,0x0,0x5,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x8,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x14,0x1,0x0,0x0,
+0x7,0x0,0x10,0x0,0x0,0x0,0x0,0x0,
+0x14,0x1,0x0,0x0,0x0,0x0,0x0,0x0,
+0x14,0x1,0x0,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xa,0x0,0x50,0x0,0xa,0x0,0xe0,0x0,
+0x8,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9,0x0,0x50,0x0,0x9,0x0,0xd0,0x0,
+0x6,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8,0x0,0x50,0x0,0x8,0x0,0xc0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xc,0x0,0x50,0x0,0xc,0x0,0x50,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x11,0x0,0x50,0x0,0x11,0x0,0x50,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x4,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x3e,0x0,0x50,0x0,0x3e,0x0,0x50,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x5,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x43,0x0,0x50,0x0,0x43,0x0,0x50,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0xe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8a,0x0,0x50,0x0,0x8a,0x0,0x50,0x0,
+0x0,0x0,0x0,0x0,0xb,0x0,0x0,0x0,
+0xc,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0xc,0x0,0x50,0x0,0xd,0x0,0x90,0x0,
+0x84,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x84,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xf,0x0,0x90,0x0,0xf,0x0,0x60,0x2,
+0xd,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x90,0x0,0xe,0x0,0x10,0x1,
+0x0,0x0,0x0,0x0,0x10,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x3,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x60,0x0,0x0,0x0,
+0x60,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x60,0x0,0x0,0x0,0x60,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x60,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x90,0x0,0x0,0x0,
+0x11,0x0,0x50,0x0,0x12,0x0,0x90,0x0,
+0x90,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x90,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x3,0x0,0x0,0x0,0x4,0x0,0x0,0x0,
+0x5,0x0,0x0,0x0,0x12,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x0,
+0x11,0x0,0x0,0x0,0x13,0x0,0x90,0x0,
+0x13,0x0,0x50,0x1,0x13,0x0,0x0,0x0,
+0x0,0x0,0xa,0x0,0x3,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x14,0x0,0x90,0x0,
+0x14,0x0,0xe0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x14,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x14,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x14,0x0,0xe0,0x0,0x14,0x0,0x90,0x1,
+0x0,0x0,0x0,0x0,0x1b,0x0,0x0,0x0,
+0x1c,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x3e,0x0,0x50,0x0,0x3f,0x0,0x90,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x1d,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0x0,0x0,0x0,0x0,0x1e,0x0,0x0,0x0,
+0x40,0x0,0x90,0x0,0x40,0x0,0xf0,0x0,
+0x0,0x0,0x0,0x0,0x1f,0x0,0x0,0x0,
+0x20,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0xd,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x8c,0x1,0x0,0x0,
+0x43,0x0,0x50,0x0,0x44,0x0,0x90,0x0,
+0x8c,0x1,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8c,0x1,0x0,0x0,0x0,0x0,0x0,0x0,
+0x2b,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4a,0x0,0xd0,0x0,0x4a,0x0,0x0,0x2,
+0x29,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x49,0x0,0xd0,0x0,0x49,0x0,0xc0,0x1,
+0x28,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x48,0x0,0xd0,0x0,0x48,0x0,0x80,0x1,
+0x26,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x47,0x0,0xd0,0x0,0x47,0x0,0x50,0x1,
+0x24,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x46,0x0,0xd0,0x0,0x46,0x0,0x50,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x7,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4f,0x0,0x90,0x0,0x4f,0x0,0x90,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x8,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x59,0x0,0x90,0x0,0x59,0x0,0x90,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x69,0x0,0x90,0x0,0x69,0x0,0x90,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x74,0x0,0x90,0x0,0x74,0x0,0x90,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7b,0x0,0x90,0x0,0x7b,0x0,0x90,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x80,0x0,0x90,0x0,0x80,0x0,0x90,0x0,
+0x4c,0x0,0x0,0x0,0x0,0x0,0x9,0x0,
+0xd,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x85,0x0,0x90,0x0,0x85,0x0,0x30,0x1,
+0x21,0x0,0x0,0x0,0x0,0x0,0xa,0x0,
+0x6,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x45,0x0,0xd0,0x0,0x45,0x0,0x50,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x45,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x22,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x9,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x45,0x0,0x50,0x1,0x45,0x0,0xb0,0x1,
+0x0,0x0,0x0,0x0,0xb,0x0,0x0,0x0,
+0x2c,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,
+0x4f,0x0,0x90,0x0,0x50,0x0,0x50,0x1,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xe,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0xb,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x56,0x0,0x50,0x1,0x56,0x0,0x20,0x3,
+0x2d,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0xa,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x52,0x0,0x50,0x1,0x52,0x0,0x80,0x2,
+0xd,0x0,0x0,0x0,0x0,0x0,0x1,0x0,
+0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x51,0x0,0x50,0x1,0x51,0x0,0xd0,0x1,
+0x0,0x0,0x0,0x0,0x2f,0x0,0x0,0x0,
+0x30,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x5,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xcc,0x0,0x0,0x0,
+0x59,0x0,0x90,0x0,0x5a,0x0,0xd0,0x0,
+0xcc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xcc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x38,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x67,0x0,0xd0,0x0,0x67,0x0,0xe0,0x1,
+0x36,0x0,0x0,0x0,0x0,0x2,0x7,0x0,
+0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x63,0x0,0xd0,0x0,0x63,0x0,0x10,0x2,
+0x34,0x0,0x0,0x0,0x0,0x2,0x7,0x0,
+0xd,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5f,0x0,0xd0,0x0,0x5f,0x0,0xe0,0x1,
+0x32,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0xc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5c,0x0,0xd0,0x0,0x5c,0x0,0xe0,0x1,
+0x31,0x0,0x0,0x0,0x0,0x0,0x4,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x5b,0x0,0xd0,0x0,0x5b,0x0,0x50,0x1,
+0x0,0x0,0x0,0x0,0x3a,0x0,0x0,0x0,
+0x3b,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,
+0x69,0x0,0x90,0x0,0x6a,0x0,0xd0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x40,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0x0,0x0,0x0,0x0,0x28,0x0,0x0,0x0,
+0x72,0x0,0xd0,0x0,0x72,0x0,0x70,0x1,
+0x3e,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x13,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x71,0x0,0xd0,0x0,0x71,0x0,0xc0,0x1,
+0x3c,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x12,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6e,0x0,0xd0,0x0,0x6e,0x0,0xe0,0x1,
+0x0,0x0,0x0,0x0,0x41,0x0,0x0,0x0,
+0x42,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0x74,0x0,0x90,0x0,0x75,0x0,0xd0,0x0,
+0x84,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x84,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x43,0x0,0x0,0x0,0x0,0x2,0x7,0x0,
+0x14,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x77,0x0,0xd0,0x0,0x77,0x0,0x40,0x2,
+0x31,0x0,0x0,0x0,0x0,0x0,0x4,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x76,0x0,0xd0,0x0,0x76,0x0,0x50,0x1,
+0x0,0x0,0x0,0x0,0x45,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,
+0x7b,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4a,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x18,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7e,0x0,0xd0,0x0,0x7e,0x0,0xa0,0x1,
+0x48,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x17,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7d,0x0,0xd0,0x0,0x7d,0x0,0x70,0x1,
+0x46,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x16,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x7c,0x0,0xd0,0x0,0x7c,0x0,0x60,0x1,
+0x0,0x0,0x0,0x0,0x45,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x3,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x9c,0x0,0x0,0x0,
+0x80,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x9c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4a,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x83,0x0,0xd0,0x0,0x83,0x0,0xa0,0x1,
+0x48,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1a,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x82,0x0,0xd0,0x0,0x82,0x0,0x70,0x1,
+0x46,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x19,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x81,0x0,0xd0,0x0,0x81,0x0,0x60,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x85,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x4d,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x85,0x0,0x30,0x1,0x85,0x0,0x0,0x2,
+0x0,0x0,0x0,0x0,0x4f,0x0,0x0,0x0,
+0x50,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x5,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0xcc,0x0,0x0,0x0,
+0x8a,0x0,0x50,0x0,0x8b,0x0,0x90,0x0,
+0xcc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0xcc,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x53,0x0,0x0,0x0,0x0,0x0,0x3,0x0,
+0x0,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x8f,0x0,0x90,0x0,0x8f,0x0,0xf0,0x0,
+0x51,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x2,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8d,0x0,0x90,0x0,0x8d,0x0,0x10,0x1,
+0x26,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1d,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8c,0x0,0x90,0x0,0x8c,0x0,0x10,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x8,0x0,
+0x10,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x92,0x0,0x90,0x0,0x92,0x0,0x90,0x0,
+0x52,0x0,0x0,0x0,0x0,0x0,0xa,0x0,
+0xf,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8e,0x0,0x90,0x0,0x8e,0x0,0x0,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x8e,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6,0x0,0x0,0x0,0x0,0x0,0x2,0x0,
+0x3,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x8e,0x0,0x0,0x1,0x8e,0x0,0x70,0x1,
+0x0,0x0,0x0,0x0,0x55,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x2,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x84,0x0,0x0,0x0,
+0x92,0x0,0x90,0x0,0x0,0x0,0x0,0x0,
+0x84,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x84,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x42,0x0,0x0,0x0,0x0,0x0,0xa,0x0,
+0x12,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x94,0x0,0xd0,0x0,0x94,0x0,0x20,0x1,
+0x21,0x0,0x0,0x0,0x0,0x0,0xa,0x0,
+0x11,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x93,0x0,0xd0,0x0,0x93,0x0,0x50,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x93,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x22,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1e,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x93,0x0,0x50,0x1,0x93,0x0,0xb0,0x1,
+0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x0,0x0,0xff,0xff,
+0xff,0xff,0xff,0xff,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x54,0x0,0x0,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x1,0x0,0x54,0x0,0x0,0x0,
+0x0,0x0,0x0,0x0,0x6c,0x0,0x0,0x0,
+0x94,0x0,0xd0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x6c,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x31,0x0,0x0,0x0,0x0,0x0,0x7,0x0,
+0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+0x94,0x0,0x20,0x1,0x94,0x0,0xa0,0x1,
+0x0,0x0,0x0,0x0
+};
+QT_WARNING_PUSH
+QT_WARNING_DISABLE_MSVC(4573)
+
+template
+void wrapCall(const QQmlPrivate::AOTCompiledContext *aotContext, void *dataPtr, void **argumentsPtr, Binding &&binding)
+{
+ using return_type = std::invoke_result_t;
+ if constexpr (std::is_same_v) {
+ Q_UNUSED(dataPtr)
+ binding(aotContext, argumentsPtr);
+ } else {
+ if (dataPtr) {
+ *static_cast(dataPtr) = binding(aotContext, argumentsPtr);
+ } else {
+ binding(aotContext, argumentsPtr);
+ }
+ }
+}
+extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[];
+extern const QQmlPrivate::AOTCompiledFunction aotBuiltFunctions[] = {
+{ 2, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for preferredPositioningMethods at line 15, column 9
+int r2_0;
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getEnumLookup(3, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetEnumLookup(3, []() { static const auto t = QMetaType::fromName("QDeclarativePositionSource*"); return t; }().metaObject(), "PositioningMethod", "AllPositioningMethods");
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 6, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for plugin at line 70, column 13
+QObject *r2_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadContextIdLookup(34, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadContextIdLookup(34);
+if (aotContext->engine->hasError())
+ return static_cast(nullptr);
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 9, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for fill at line 69, column 13
+QObject *r2_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadScopeObjectPropertyLookup(40, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadScopeObjectPropertyLookup(40, []() { static const auto t = QMetaType::fromName("QQuickItem*"); return t; }());
+if (aotContext->engine->hasError())
+ return static_cast(nullptr);
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 10, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onPositionChanged at line 82, column 21
+QObject *r7_0;
+QObject *r2_0;
+QVariant r2_2;
+QObject *r7_1;
+QObject *r2_3;
+bool r2_4;
+QObject *r2_1;
+// generate_CreateCallContext
+{
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+while (!aotContext->loadContextIdLookup(41, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+aotContext->initLoadContextIdLookup(41);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_0;
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(7);
+#endif
+while (!aotContext->loadScopeObjectPropertyLookup(42, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(7);
+#endif
+aotContext->initLoadScopeObjectPropertyLookup(42, []() { static const auto t = QMetaType::fromName("QDeclarativePosition*"); return t; }());
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(9);
+#endif
+while (!aotContext->getObjectLookup(43, r2_1, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(9);
+#endif
+aotContext->initGetObjectLookup(43, r2_1, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_SetLookup
+{
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(12);
+#endif
+while (!aotContext->setObjectLookup(44, r7_0, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(12);
+#endif
+aotContext->initSetObjectLookup(44, r7_0, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+}
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(14);
+#endif
+while (!aotContext->loadContextIdLookup(45, &r2_3)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(14);
+#endif
+aotContext->initLoadContextIdLookup(45);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r7_1 = r2_3;
+{
+}
+// generate_LoadTrue
+r2_4 = true;
+{
+}
+{
+}
+// generate_SetLookup
+{
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(22);
+#endif
+while (!aotContext->setObjectLookup(46, r7_1, &r2_4)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(22);
+#endif
+aotContext->initSetObjectLookup(46, r7_1, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 11, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for preferredPositioningMethods at line 86, column 21
+int r2_0;
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getEnumLookup(48, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetEnumLookup(48, []() { static const auto t = QMetaType::fromName("QDeclarativePositionSource*"); return t; }().metaObject(), "PositioningMethod", "AllPositioningMethods");
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 13, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onScaleChanged at line 95, column 13
+// generate_CreateCallContext
+{
+{
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 15, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onRotationChanged at line 99, column 13
+// generate_CreateCallContext
+{
+{
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 17, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for grabPermissions at line 103, column 13
+int r2_0;
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getEnumLookup(80, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetEnumLookup(80, []() { static const auto t = QMetaType::fromName("QQuickPointerHandler*"); return t; }().metaObject(), "GrabPermission", "TakeOverForbidden");
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 18, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for acceptedDevices at line 110, column 13
+QVariant r2_6;
+QObject *r2_0;
+QObject *r2_5;
+QObject *r2_1;
+int r2_7;
+QVariant r8_0;
+int r9_0;
+QString r2_3;
+QVariant r2_2;
+bool r2_4;
+QVariant r7_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadSingletonLookup(81, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadSingletonLookup(81, QQmlPrivate::AOTCompiledContext::InvalidStringId);
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getObjectLookup(82, r2_0, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetObjectLookup(82, r2_0, []() { static const auto t = QMetaType::fromName("QQmlPlatform*"); return t; }());
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(6);
+#endif
+while (!aotContext->getObjectLookup(83, r2_1, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(6);
+#endif
+aotContext->initGetObjectLookup(83, r2_1, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_StoreReg
+r7_0 = std::move(r2_2);
+{
+}
+// generate_LoadRuntimeString
+r2_3 = QStringLiteral("cocoa");
+{
+}
+// generate_CmpStrictEqual
+r2_4 = QJSPrimitiveValue(r2_3).strictlyEquals(aotContext->engine->fromVariant(r7_0));
+{
+}
+// generate_JumpTrue
+if (r2_4) {
+ goto label_0;
+}
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(16);
+#endif
+while (!aotContext->loadSingletonLookup(84, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(16);
+#endif
+aotContext->initLoadSingletonLookup(84, QQmlPrivate::AOTCompiledContext::InvalidStringId);
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(18);
+#endif
+while (!aotContext->getObjectLookup(85, r2_0, &r2_5)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(18);
+#endif
+aotContext->initGetObjectLookup(85, r2_0, []() { static const auto t = QMetaType::fromName("QQmlPlatform*"); return t; }());
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(20);
+#endif
+while (!aotContext->getObjectLookup(86, r2_5, &r2_6)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(20);
+#endif
+aotContext->initGetObjectLookup(86, r2_5, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_StoreReg
+r8_0 = std::move(r2_6);
+{
+}
+// generate_LoadRuntimeString
+r2_3 = QStringLiteral("wayland");
+{
+}
+// generate_CmpStrictEqual
+r2_4 = QJSPrimitiveValue(r2_3).strictlyEquals(aotContext->engine->fromVariant(r8_0));
+{
+}
+// generate_JumpFalse
+if (!r2_4) {
+ goto label_1;
+}
+{
+}
+label_0:;
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(32);
+#endif
+while (!aotContext->getEnumLookup(88, &r2_7)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(32);
+#endif
+aotContext->initGetEnumLookup(88, []() { static const auto t = QMetaType::fromName("QInputDevice*"); return t; }().metaObject(), "DeviceType", "Mouse");
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_StoreReg
+r9_0 = r2_7;
+{
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(38);
+#endif
+while (!aotContext->getEnumLookup(90, &r2_7)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(38);
+#endif
+aotContext->initGetEnumLookup(90, []() { static const auto t = QMetaType::fromName("QInputDevice*"); return t; }().metaObject(), "DeviceType", "TouchPad");
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+// generate_BitOr
+r2_7 = (r9_0 | r2_7);
+{
+}
+// generate_Jump
+{
+ goto label_2;
+}
+label_1:;
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(46);
+#endif
+while (!aotContext->getEnumLookup(92, &r2_7)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(46);
+#endif
+aotContext->initGetEnumLookup(92, []() { static const auto t = QMetaType::fromName("QInputDevice*"); return t; }().metaObject(), "DeviceType", "Mouse");
+if (aotContext->engine->hasError())
+ return int();
+}
+{
+}
+label_2:;
+{
+}
+// generate_Ret
+return r2_7;
+});}
+ },{ 19, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for rotationScale at line 113, column 13
+double r7_0;
+double r2_0;
+// generate_MoveConst
+r7_0 = double(1);
+{
+}
+// generate_LoadInt
+r2_0 = double(120);
+{
+}
+// generate_Div
+r2_0 = (r7_0 / r2_0);
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 20, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onTranslationChanged at line 119, column 13
+// generate_CreateCallContext
+{
+{
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 22, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for enabled at line 124, column 13
+QObject *r2_0;
+QObject *r2_2;
+double r7_0;
+double r2_3;
+double r2_1;
+bool r2_4;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadContextIdLookup(97, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadContextIdLookup(97);
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getObjectLookup(98, r2_0, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetObjectLookup(98, r2_0, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_1;
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(8);
+#endif
+while (!aotContext->loadContextIdLookup(99, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(8);
+#endif
+aotContext->initLoadContextIdLookup(99);
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(10);
+#endif
+while (!aotContext->getObjectLookup(100, r2_2, &r2_3)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(10);
+#endif
+aotContext->initGetObjectLookup(100, r2_2, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_CmpLt
+r2_4 = r7_0 < r2_3;
+{
+}
+{
+}
+// generate_Ret
+return r2_4;
+});}
+ },{ 23, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for sequence at line 125, column 13
+QVariant r2_0;
+{
+}
+// generate_GetLookup
+{
+int retrieved;
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getEnumLookup(102, &retrieved)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetEnumLookup(102, []() { static const auto t = QMetaType::fromName("QKeySequence"); return t; }().metaObject(), "StandardKey", "ZoomIn");
+if (aotContext->engine->hasError())
+ return QVariant();
+}
+r2_0 = QVariant::fromValue(std::move(retrieved));
+}
+{
+}
+{
+}
+// generate_Ret
+if (!r2_0.isValid())
+ aotContext->setReturnValueUndefined();
+return r2_0;
+});}
+ },{ 24, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onActivated at line 126, column 13
+QObject *r7_0;
+QObject *r2_0;
+QObject *r2_1;
+double r12_0;
+double r2_2;
+double r2_3;
+double r11_0;
+// generate_CreateCallContext
+{
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+while (!aotContext->loadContextIdLookup(103, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+aotContext->initLoadContextIdLookup(103);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_0;
+{
+}
+{
+}
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(11);
+#endif
+while (!aotContext->loadContextIdLookup(105, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(11);
+#endif
+aotContext->initLoadContextIdLookup(105);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(13);
+#endif
+while (!aotContext->getObjectLookup(106, r2_1, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(13);
+#endif
+aotContext->initGetObjectLookup(106, r2_1, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r12_0 = r2_2;
+{
+}
+// generate_LoadInt
+r2_3 = double(1);
+{
+}
+// generate_Add
+r2_3 = (r12_0 + r2_3);
+{
+}
+// generate_StoreReg
+r11_0 = r2_3;
+{
+}
+// generate_CallPropertyLookup
+{
+const double arg1 = r11_0;
+r2_3 = std::isfinite(arg1) ? ((arg1 < 0.5 && arg1 >= -0.5) ? std::copysign(0.0, arg1) : std::floor(arg1 + 0.5)) : arg1;
+}
+{
+}
+{
+}
+// generate_SetLookup
+{
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(31);
+#endif
+while (!aotContext->setObjectLookup(108, r7_0, &r2_3)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(31);
+#endif
+aotContext->initSetObjectLookup(108, r7_0, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 25, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for enabled at line 129, column 13
+double r7_0;
+double r2_1;
+QObject *r2_0;
+QObject *r2_2;
+bool r2_4;
+double r2_3;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+while (!aotContext->loadContextIdLookup(109, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(2);
+#endif
+aotContext->initLoadContextIdLookup(109);
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getObjectLookup(110, r2_0, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetObjectLookup(110, r2_0, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_1;
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(8);
+#endif
+while (!aotContext->loadContextIdLookup(111, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(8);
+#endif
+aotContext->initLoadContextIdLookup(111);
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(10);
+#endif
+while (!aotContext->getObjectLookup(112, r2_2, &r2_3)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(10);
+#endif
+aotContext->initGetObjectLookup(112, r2_2, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return bool();
+}
+{
+}
+// generate_CmpGt
+r2_4 = r7_0 > r2_3;
+{
+}
+{
+}
+// generate_Ret
+return r2_4;
+});}
+ },{ 26, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for sequence at line 130, column 13
+QVariant r2_0;
+{
+}
+// generate_GetLookup
+{
+int retrieved;
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+while (!aotContext->getEnumLookup(114, &retrieved)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(4);
+#endif
+aotContext->initGetEnumLookup(114, []() { static const auto t = QMetaType::fromName("QKeySequence"); return t; }().metaObject(), "StandardKey", "ZoomOut");
+if (aotContext->engine->hasError())
+ return QVariant();
+}
+r2_0 = QVariant::fromValue(std::move(retrieved));
+}
+{
+}
+{
+}
+// generate_Ret
+if (!r2_0.isValid())
+ aotContext->setReturnValueUndefined();
+return r2_0;
+});}
+ },{ 27, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onActivated at line 131, column 13
+QObject *r2_1;
+QObject *r7_0;
+QObject *r2_0;
+double r2_2;
+double r2_3;
+double r11_0;
+// generate_CreateCallContext
+{
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+while (!aotContext->loadContextIdLookup(115, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+aotContext->initLoadContextIdLookup(115);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_0;
+{
+}
+{
+}
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(11);
+#endif
+while (!aotContext->loadContextIdLookup(117, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(11);
+#endif
+aotContext->initLoadContextIdLookup(117);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_GetLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(13);
+#endif
+while (!aotContext->getObjectLookup(118, r2_1, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(13);
+#endif
+aotContext->initGetObjectLookup(118, r2_1, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_Decrement
+{
+auto converted = r2_2;
+r2_3 = (--converted);
+}
+{
+}
+// generate_StoreReg
+r11_0 = r2_3;
+{
+}
+// generate_CallPropertyLookup
+{
+const double arg1 = r11_0;
+r2_3 = std::isfinite(arg1) ? ((arg1 < 0.5 && arg1 >= -0.5) ? std::copysign(0.0, arg1) : std::floor(arg1 + 0.5)) : arg1;
+}
+{
+}
+{
+}
+// generate_SetLookup
+{
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(26);
+#endif
+while (!aotContext->setObjectLookup(120, r7_0, &r2_3)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(26);
+#endif
+aotContext->initSetObjectLookup(120, r7_0, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 28, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for onCompleted at line 133, column 9
+QObject *r2_3;
+QObject *r7_1;
+QObject *r2_2;
+bool r2_1;
+QObject *r7_0;
+QObject *r2_0;
+QObject *r10_0;
+// generate_CreateCallContext
+{
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+while (!aotContext->loadContextIdLookup(121, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(3);
+#endif
+aotContext->initLoadContextIdLookup(121);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r7_0 = r2_0;
+{
+}
+// generate_LoadTrue
+r2_1 = true;
+{
+}
+// generate_SetLookup
+{
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(9);
+#endif
+while (!aotContext->setObjectLookup(122, r7_0, &r2_1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(9);
+#endif
+aotContext->initSetObjectLookup(122, r7_0, QMetaType::fromType());
+if (aotContext->engine->hasError())
+ return ;
+}
+}
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(11);
+#endif
+while (!aotContext->loadContextIdLookup(123, &r2_2)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(11);
+#endif
+aotContext->initLoadContextIdLookup(123);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r7_1 = r2_2;
+{
+}
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(15);
+#endif
+while (!aotContext->loadContextIdLookup(124, &r2_3)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(15);
+#endif
+aotContext->initLoadContextIdLookup(124);
+if (aotContext->engine->hasError())
+ return ;
+}
+{
+}
+// generate_StoreReg
+r10_0 = r2_3;
+{
+}
+// generate_CallPropertyLookup
+{
+void *args[] = { nullptr, &r10_0 };
+const QMetaType types[] = { QMetaType(), []() { static const auto t = QMetaType::fromName("QDeclarativeGeoMapItemBase*"); return t; }() };
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(22);
+#endif
+while (!aotContext->callObjectPropertyLookup(125, r7_1, args, types, 1)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(22);
+#endif
+aotContext->initCallObjectPropertyLookup(125);
+if (aotContext->engine->hasError())
+ return ;
+}
+}
+{
+}
+{
+}
+// generate_PopContext
+{}
+}
+{
+}
+{
+}
+// generate_Ret
+return;
+});}
+ },{ 30, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for fill at line 147, column 13
+QObject *r2_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(5);
+#endif
+while (!aotContext->loadScopeObjectPropertyLookup(132, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(5);
+#endif
+aotContext->initLoadScopeObjectPropertyLookup(132, []() { static const auto t = QMetaType::fromName("QQuickItem*"); return t; }());
+if (aotContext->engine->hasError())
+ return static_cast(nullptr);
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 31, QMetaType::fromType(), { },
+ [](const QQmlPrivate::AOTCompiledContext *context, void *data, void **argv) {
+ wrapCall(context, data, argv, [](const QQmlPrivate::AOTCompiledContext *aotContext, void **argumentsPtr) {
+Q_UNUSED(aotContext)
+Q_UNUSED(argumentsPtr)
+// expression for target at line 148, column 13
+QObject *r2_0;
+// generate_LoadQmlContextPropertyLookup
+#ifndef QT_NO_DEBUG
+aotContext->setInstructionPointer(5);
+#endif
+while (!aotContext->loadScopeObjectPropertyLookup(133, &r2_0)) {
+#ifdef QT_NO_DEBUG
+aotContext->setInstructionPointer(5);
+#endif
+aotContext->initLoadScopeObjectPropertyLookup(133, []() { static const auto t = QMetaType::fromName("QQuickItem*"); return t; }());
+if (aotContext->engine->hasError())
+ return static_cast(nullptr);
+}
+{
+}
+{
+}
+// generate_Ret
+return r2_0;
+});}
+ },{ 0, QMetaType::fromType(), {}, nullptr }};
+QT_WARNING_POP
+}
+}
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP_qml.obj b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP_qml.obj
new file mode 100644
index 0000000..5538c61
Binary files /dev/null and b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/release/res_qml_MAP_qml.obj differ
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/res_qmlcache.qrc b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/res_qmlcache.qrc
new file mode 100644
index 0000000..0bc3299
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/res_qmlcache.qrc
@@ -0,0 +1,38 @@
+
+
+
+ ../../res/image/health.png
+ ../../res/image/health.png.svg
+ ../../res/image/health.svg
+ ../../res/image/info.png
+ ../../res/image/infomation.svg
+ ../../res/image/location.png
+ ../../res/image/location.svg
+ ../../res/image/logo.png
+ ../../res/image/logo_backgroundless.png
+ ../../res/image/map.png
+ ../../res/image/map.svg
+ ../../res/image/MapBackGround.png
+ ../../res/image/mapbtn.svg
+ ../../res/image/robot.png
+ ../../res/image/robotbtn.svg
+ ../../res/image/soldier.png
+ ../../res/image/soldier.svg
+ ../../res/image/tab.png
+ ../../res/image/tab.svg
+ ../../res/image/uav.png
+ ../../res/image/UAV.svg
+
+
+ ../../res/qml/MAP.qml
+ ../../res/qml/MAP2.qml
+
+
+ ../../res/html/map.html
+
+
+ ../../res/icon/green.png
+ ../../res/icon/red.png
+ ../../res/icon/yellow.png
+
+
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_InjuryAnalysisUI.h b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_InjuryAnalysisUI.h
new file mode 100644
index 0000000..e45a787
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_InjuryAnalysisUI.h
@@ -0,0 +1,250 @@
+/********************************************************************************
+** Form generated from reading UI file 'InjuryAnalysisUI.ui'
+**
+** Created by: Qt User Interface Compiler version 6.7.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_INJURYANALYSISUI_H
+#define UI_INJURYANALYSISUI_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+QT_BEGIN_NAMESPACE
+
+class Ui_InjuryAnalysisUI
+{
+public:
+ QWidget *widget;
+ QHBoxLayout *horizontalLayout_7;
+ QLabel *label_7;
+ QLabel *label;
+ QWidget *AnalysisDialog;
+ QVBoxLayout *verticalLayout_2;
+ QHBoxLayout *horizontalLayout_5;
+ QScrollArea *scrollArea;
+ QWidget *scrollAreaWidgetContents;
+ QVBoxLayout *verticalLayout;
+ QHBoxLayout *horizontalLayout;
+ QLabel *label_2;
+ QLabel *sumLabel;
+ QHBoxLayout *horizontalLayout_2;
+ QLabel *label_3;
+ QLabel *rank0Label;
+ QHBoxLayout *horizontalLayout_3;
+ QLabel *label_4;
+ QLabel *rank1Label;
+ QHBoxLayout *horizontalLayout_4;
+ QLabel *label_5;
+ QLabel *rank2Label;
+ QHBoxLayout *horizontalLayout_6;
+ QLabel *label_6;
+ QLineEdit *searchInput;
+ QPushButton *searchButton;
+
+ void setupUi(QWidget *InjuryAnalysisUI)
+ {
+ if (InjuryAnalysisUI->objectName().isEmpty())
+ InjuryAnalysisUI->setObjectName("InjuryAnalysisUI");
+ InjuryAnalysisUI->resize(679, 410);
+ InjuryAnalysisUI->setStyleSheet(QString::fromUtf8("background-color: rgb(245, 245, 245);\n"
+"font: 11pt \"Microsoft YaHei UI\";"));
+ widget = new QWidget(InjuryAnalysisUI);
+ widget->setObjectName("widget");
+ widget->setGeometry(QRect(10, 0, 215, 82));
+ horizontalLayout_7 = new QHBoxLayout(widget);
+ horizontalLayout_7->setObjectName("horizontalLayout_7");
+ horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
+ label_7 = new QLabel(widget);
+ label_7->setObjectName("label_7");
+ QSizePolicy sizePolicy(QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Minimum);
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(100);
+ sizePolicy.setHeightForWidth(label_7->sizePolicy().hasHeightForWidth());
+ label_7->setSizePolicy(sizePolicy);
+ label_7->setMinimumSize(QSize(80, 80));
+ label_7->setMaximumSize(QSize(100, 100));
+ label_7->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/logo_backgroundless.png);"));
+
+ horizontalLayout_7->addWidget(label_7);
+
+ label = new QLabel(widget);
+ label->setObjectName("label");
+
+ horizontalLayout_7->addWidget(label);
+
+ AnalysisDialog = new QWidget(InjuryAnalysisUI);
+ AnalysisDialog->setObjectName("AnalysisDialog");
+ AnalysisDialog->setGeometry(QRect(10, 80, 631, 291));
+ AnalysisDialog->setStyleSheet(QString::fromUtf8("QPushButton {\n"
+"background-color: rgba(15, 28, 34, 0);\n"
+" color: rgb(0, 0, 0);\n"
+"\n"
+"border: none;\n"
+"\n"
+"padding: 10px 20px; /* \350\256\276\347\275\256\345\206\205\350\276\271\350\267\235 */\n"
+"\n"
+"border-radius: 5px; /* \350\256\276\347\275\256\346\214\211\351\222\256\345\234\206\350\247\222 */\n"
+"\n"
+"font-size: 14px; /* \350\256\276\347\275\256\346\226\207\345\255\227\345\244\247\345\260\217 */\n"
+"\n"
+"text-align: right; /* \350\256\276\347\275\256\345\255\227\344\275\223\345\220\221\345\217\263\345\257\271\351\275\220 */\n"
+"\n"
+"}\n"
+"\n"
+"QPushButton:hover {\n"
+"\n"
+"background-color: #0364FF; /* \350\256\276\347\275\256\351\274\240\346\240\207\346\202\254\345\201\234\346\227\266\346\214\211\351\222\256\350\203\214\346\231\257\350\211\262 */\n"
+"\n"
+"}\n"
+"\n"
+"QPushButton:pressed {\n"
+"\n"
+"background-color: #398439; /* \350\256\276\347\275\256\346\214\211\351\222\256\350\242\253\346\214\211\344\270\213\346\227\266\350\203\214\346\231\257\350\211\262 */\n"
+"\n"
+"}"));
+ verticalLayout_2 = new QVBoxLayout(AnalysisDialog);
+ verticalLayout_2->setObjectName("verticalLayout_2");
+ horizontalLayout_5 = new QHBoxLayout();
+ horizontalLayout_5->setObjectName("horizontalLayout_5");
+ scrollArea = new QScrollArea(AnalysisDialog);
+ scrollArea->setObjectName("scrollArea");
+ scrollArea->setWidgetResizable(true);
+ scrollAreaWidgetContents = new QWidget();
+ scrollAreaWidgetContents->setObjectName("scrollAreaWidgetContents");
+ scrollAreaWidgetContents->setGeometry(QRect(0, 0, 365, 229));
+ scrollArea->setWidget(scrollAreaWidgetContents);
+
+ horizontalLayout_5->addWidget(scrollArea);
+
+ verticalLayout = new QVBoxLayout();
+ verticalLayout->setObjectName("verticalLayout");
+ horizontalLayout = new QHBoxLayout();
+ horizontalLayout->setObjectName("horizontalLayout");
+ label_2 = new QLabel(AnalysisDialog);
+ label_2->setObjectName("label_2");
+
+ horizontalLayout->addWidget(label_2);
+
+ sumLabel = new QLabel(AnalysisDialog);
+ sumLabel->setObjectName("sumLabel");
+
+ horizontalLayout->addWidget(sumLabel);
+
+
+ verticalLayout->addLayout(horizontalLayout);
+
+ horizontalLayout_2 = new QHBoxLayout();
+ horizontalLayout_2->setObjectName("horizontalLayout_2");
+ label_3 = new QLabel(AnalysisDialog);
+ label_3->setObjectName("label_3");
+
+ horizontalLayout_2->addWidget(label_3);
+
+ rank0Label = new QLabel(AnalysisDialog);
+ rank0Label->setObjectName("rank0Label");
+
+ horizontalLayout_2->addWidget(rank0Label);
+
+
+ verticalLayout->addLayout(horizontalLayout_2);
+
+ horizontalLayout_3 = new QHBoxLayout();
+ horizontalLayout_3->setObjectName("horizontalLayout_3");
+ label_4 = new QLabel(AnalysisDialog);
+ label_4->setObjectName("label_4");
+
+ horizontalLayout_3->addWidget(label_4);
+
+ rank1Label = new QLabel(AnalysisDialog);
+ rank1Label->setObjectName("rank1Label");
+
+ horizontalLayout_3->addWidget(rank1Label);
+
+
+ verticalLayout->addLayout(horizontalLayout_3);
+
+ horizontalLayout_4 = new QHBoxLayout();
+ horizontalLayout_4->setObjectName("horizontalLayout_4");
+ label_5 = new QLabel(AnalysisDialog);
+ label_5->setObjectName("label_5");
+
+ horizontalLayout_4->addWidget(label_5);
+
+ rank2Label = new QLabel(AnalysisDialog);
+ rank2Label->setObjectName("rank2Label");
+
+ horizontalLayout_4->addWidget(rank2Label);
+
+
+ verticalLayout->addLayout(horizontalLayout_4);
+
+
+ horizontalLayout_5->addLayout(verticalLayout);
+
+
+ verticalLayout_2->addLayout(horizontalLayout_5);
+
+ horizontalLayout_6 = new QHBoxLayout();
+ horizontalLayout_6->setObjectName("horizontalLayout_6");
+ label_6 = new QLabel(AnalysisDialog);
+ label_6->setObjectName("label_6");
+
+ horizontalLayout_6->addWidget(label_6);
+
+ searchInput = new QLineEdit(AnalysisDialog);
+ searchInput->setObjectName("searchInput");
+
+ horizontalLayout_6->addWidget(searchInput);
+
+ searchButton = new QPushButton(AnalysisDialog);
+ searchButton->setObjectName("searchButton");
+ searchButton->setStyleSheet(QString::fromUtf8("font: 14pt \"Consolas\";"));
+
+ horizontalLayout_6->addWidget(searchButton);
+
+
+ verticalLayout_2->addLayout(horizontalLayout_6);
+
+
+ retranslateUi(InjuryAnalysisUI);
+
+ QMetaObject::connectSlotsByName(InjuryAnalysisUI);
+ } // setupUi
+
+ void retranslateUi(QWidget *InjuryAnalysisUI)
+ {
+ InjuryAnalysisUI->setWindowTitle(QCoreApplication::translate("InjuryAnalysisUI", "Form", nullptr));
+ label_7->setText(QString());
+ label->setText(QCoreApplication::translate("InjuryAnalysisUI", "\344\274\244\346\203\205\347\273\223\346\236\234\347\273\237\350\256\241\357\274\232", nullptr));
+ label_2->setText(QCoreApplication::translate("InjuryAnalysisUI", "\344\274\244\345\221\230\346\200\273\346\225\260\357\274\232", nullptr));
+ sumLabel->setText(QCoreApplication::translate("InjuryAnalysisUI", "TextLabel", nullptr));
+ label_3->setText(QCoreApplication::translate("InjuryAnalysisUI", "\344\274\244\346\203\205\350\275\273\345\276\256\347\232\204\344\274\244\345\221\230\346\225\260\357\274\232", nullptr));
+ rank0Label->setText(QCoreApplication::translate("InjuryAnalysisUI", "TextLabel", nullptr));
+ label_4->setText(QCoreApplication::translate("InjuryAnalysisUI", "\344\274\244\346\203\205\344\270\200\350\210\254\347\232\204\344\274\244\345\221\230\346\225\260\357\274\232", nullptr));
+ rank1Label->setText(QCoreApplication::translate("InjuryAnalysisUI", "TextLabel", nullptr));
+ label_5->setText(QCoreApplication::translate("InjuryAnalysisUI", "\344\274\244\346\203\205\344\270\245\351\207\215\347\232\204\344\274\244\345\221\230\346\225\260\357\274\232", nullptr));
+ rank2Label->setText(QCoreApplication::translate("InjuryAnalysisUI", "TextLabel", nullptr));
+ label_6->setText(QCoreApplication::translate("InjuryAnalysisUI", "\350\276\223\345\205\245\344\274\244\345\221\230\347\274\226\345\217\267\346\237\245\350\257\242\344\274\244\345\221\230\344\277\241\346\201\257", nullptr));
+ searchInput->setText(QString());
+ searchButton->setText(QCoreApplication::translate("InjuryAnalysisUI", "\346\237\245\350\257\242", nullptr));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class InjuryAnalysisUI: public Ui_InjuryAnalysisUI {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_INJURYANALYSISUI_H
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_guidingui.h b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_guidingui.h
new file mode 100644
index 0000000..2a5d620
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_guidingui.h
@@ -0,0 +1,416 @@
+/********************************************************************************
+** Form generated from reading UI file 'guidingui.ui'
+**
+** Created by: Qt User Interface Compiler version 6.7.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_GUIDINGUI_H
+#define UI_GUIDINGUI_H
+
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+#include
+
+QT_BEGIN_NAMESPACE
+
+class Ui_GuidingUI
+{
+public:
+ QAction *action;
+ QAction *action_3;
+ QAction *action_4;
+ QAction *action_5;
+ QWidget *centralwidget;
+ QGridLayout *gridLayout;
+ QLabel *label_2;
+ QGridLayout *gridLayout_3;
+ QWidget *MapDisplayer;
+ QLabel *label;
+ QWidget *widget;
+ QVBoxLayout *verticalLayout;
+ QHBoxLayout *horizontalLayout_3;
+ QPushButton *robottab;
+ QLabel *label_10;
+ QHBoxLayout *horizontalLayout_4;
+ QPushButton *robotlocation;
+ QLabel *label_9;
+ QHBoxLayout *horizontalLayout_2;
+ QPushButton *addrobot;
+ QLabel *label_11;
+ QHBoxLayout *horizontalLayout;
+ QPushButton *mapbutton;
+ QLabel *label_3;
+ QHBoxLayout *horizontalLayout_5;
+ QPushButton *addUAV;
+ QLabel *label_8;
+ QHBoxLayout *horizontalLayout_6;
+ QPushButton *UAVtab;
+ QLabel *label_13;
+ QHBoxLayout *horizontalLayout_9;
+ QPushButton *casualtycondition;
+ QLabel *label_4;
+ QHBoxLayout *horizontalLayout_7;
+ QPushButton *UAVlocation;
+ QLabel *label_7;
+ QHBoxLayout *horizontalLayout_8;
+ QPushButton *casualtyList;
+ QLabel *label_12;
+ QHBoxLayout *horizontalLayout_11;
+ QPushButton *showInjuryInfo;
+ QLabel *label_5;
+ QMenuBar *menubar;
+ QMenu *menu;
+ QStatusBar *statusbar;
+
+ void setupUi(QMainWindow *GuidingUI)
+ {
+ if (GuidingUI->objectName().isEmpty())
+ GuidingUI->setObjectName("GuidingUI");
+ GuidingUI->setEnabled(true);
+ GuidingUI->resize(1000, 663);
+ GuidingUI->setToolTipDuration(0);
+ GuidingUI->setStyleSheet(QString::fromUtf8("#centralwidget{\n"
+" background-color: rgb(15, 18, 34);\n"
+"}\n"
+""));
+ action = new QAction(GuidingUI);
+ action->setObjectName("action");
+ action_3 = new QAction(GuidingUI);
+ action_3->setObjectName("action_3");
+ action_4 = new QAction(GuidingUI);
+ action_4->setObjectName("action_4");
+ action_5 = new QAction(GuidingUI);
+ action_5->setObjectName("action_5");
+ centralwidget = new QWidget(GuidingUI);
+ centralwidget->setObjectName("centralwidget");
+ centralwidget->setEnabled(true);
+ centralwidget->setStyleSheet(QString::fromUtf8(""));
+ gridLayout = new QGridLayout(centralwidget);
+ gridLayout->setObjectName("gridLayout");
+ label_2 = new QLabel(centralwidget);
+ label_2->setObjectName("label_2");
+ label_2->setStyleSheet(QString::fromUtf8("QLabel {\n"
+" background-color: rgba(15, 28, 34, 0);\n"
+" color: white; /* \350\256\276\347\275\256\345\255\227\344\275\223\351\242\234\350\211\262\344\270\272\347\231\275\350\211\262 */\n"
+"\n"
+" border: none;\n"
+"\n"
+" padding: 10px 20px; /* \350\256\276\347\275\256\345\206\205\350\276\271\350\267\235 */\n"
+"\n"
+" border-radius: 5px; /* \350\256\276\347\275\256\346\214\211\351\222\256\345\234\206\350\247\222 */\n"
+"\n"
+" font-size: 30px; /* \350\256\276\347\275\256\346\226\207\345\255\227\345\244\247\345\260\217 */\n"
+"\n"
+" font-weight: bold; /*\350\256\276\347\275\256\345\255\227\344\275\223\345\212\240\347\262\227*/\n"
+" \n"
+" text-align: right; /* \350\256\276\347\275\256\345\255\227\344\275\223\345\261\205\345\267\246\345\257\271\351\275\220 */\n"
+"}\n"
+""));
+
+ gridLayout->addWidget(label_2, 0, 2, 1, 1);
+
+ gridLayout_3 = new QGridLayout();
+ gridLayout_3->setSpacing(50);
+ gridLayout_3->setObjectName("gridLayout_3");
+ gridLayout_3->setContentsMargins(20, 30, 20, 20);
+ MapDisplayer = new QWidget(centralwidget);
+ MapDisplayer->setObjectName("MapDisplayer");
+
+ gridLayout_3->addWidget(MapDisplayer, 0, 0, 1, 1);
+
+
+ gridLayout->addLayout(gridLayout_3, 0, 0, 2, 1);
+
+ label = new QLabel(centralwidget);
+ label->setObjectName("label");
+ QSizePolicy sizePolicy(QSizePolicy::Policy::Minimum, QSizePolicy::Policy::Minimum);
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(100);
+ sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
+ label->setSizePolicy(sizePolicy);
+ label->setMinimumSize(QSize(100, 100));
+ label->setMaximumSize(QSize(100, 100));
+ label->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/logo_backgroundless.png);"));
+
+ gridLayout->addWidget(label, 0, 1, 1, 1);
+
+ widget = new QWidget(centralwidget);
+ widget->setObjectName("widget");
+ widget->setStyleSheet(QString::fromUtf8("QPushButton {\n"
+"background-color: rgba(15, 28, 34, 0);\n"
+"color: rgb(255, 255, 255);\n"
+"\n"
+"border: none;\n"
+"\n"
+"padding: 10px 20px; /* \350\256\276\347\275\256\345\206\205\350\276\271\350\267\235 */\n"
+"\n"
+"border-radius: 5px; /* \350\256\276\347\275\256\346\214\211\351\222\256\345\234\206\350\247\222 */\n"
+"\n"
+"font-size: 14px; /* \350\256\276\347\275\256\346\226\207\345\255\227\345\244\247\345\260\217 */\n"
+"\n"
+"text-align: right; /* \350\256\276\347\275\256\345\255\227\344\275\223\345\220\221\345\217\263\345\257\271\351\275\220 */\n"
+"\n"
+"}\n"
+"\n"
+"QPushButton:hover {\n"
+"\n"
+"background-color: #0364FF; /* \350\256\276\347\275\256\351\274\240\346\240\207\346\202\254\345\201\234\346\227\266\346\214\211\351\222\256\350\203\214\346\231\257\350\211\262 */\n"
+"\n"
+"}\n"
+"\n"
+"QPushButton:pressed {\n"
+"\n"
+"background-color: #398439; /* \350\256\276\347\275\256\346\214\211\351\222\256\350\242\253\346\214\211\344\270\213\346\227\266\350\203\214\346\231\257\350\211\262 */\n"
+"\n"
+"}"));
+ verticalLayout = new QVBoxLayout(widget);
+ verticalLayout->setObjectName("verticalLayout");
+ horizontalLayout_3 = new QHBoxLayout();
+ horizontalLayout_3->setObjectName("horizontalLayout_3");
+ robottab = new QPushButton(widget);
+ robottab->setObjectName("robottab");
+
+ horizontalLayout_3->addWidget(robottab);
+
+ label_10 = new QLabel(widget);
+ label_10->setObjectName("label_10");
+ label_10->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/tab.svg);"));
+
+ horizontalLayout_3->addWidget(label_10);
+
+
+ verticalLayout->addLayout(horizontalLayout_3);
+
+ horizontalLayout_4 = new QHBoxLayout();
+ horizontalLayout_4->setObjectName("horizontalLayout_4");
+ robotlocation = new QPushButton(widget);
+ robotlocation->setObjectName("robotlocation");
+
+ horizontalLayout_4->addWidget(robotlocation);
+
+ label_9 = new QLabel(widget);
+ label_9->setObjectName("label_9");
+ label_9->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/location.svg);"));
+
+ horizontalLayout_4->addWidget(label_9);
+
+
+ verticalLayout->addLayout(horizontalLayout_4);
+
+ horizontalLayout_2 = new QHBoxLayout();
+ horizontalLayout_2->setObjectName("horizontalLayout_2");
+ addrobot = new QPushButton(widget);
+ addrobot->setObjectName("addrobot");
+ addrobot->setStyleSheet(QString::fromUtf8("#QPushButton{\n"
+"background-color: rgba(255, 255, 255, 0);\n"
+"color: rgb(255, 255, 255);\n"
+"border: none;\n"
+"}"));
+
+ horizontalLayout_2->addWidget(addrobot);
+
+ label_11 = new QLabel(widget);
+ label_11->setObjectName("label_11");
+ label_11->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/robotbtn.svg);"));
+
+ horizontalLayout_2->addWidget(label_11);
+
+
+ verticalLayout->addLayout(horizontalLayout_2);
+
+ horizontalLayout = new QHBoxLayout();
+ horizontalLayout->setObjectName("horizontalLayout");
+ mapbutton = new QPushButton(widget);
+ mapbutton->setObjectName("mapbutton");
+
+ horizontalLayout->addWidget(mapbutton);
+
+ label_3 = new QLabel(widget);
+ label_3->setObjectName("label_3");
+ label_3->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/mapbtn.svg);"));
+
+ horizontalLayout->addWidget(label_3);
+
+
+ verticalLayout->addLayout(horizontalLayout);
+
+ horizontalLayout_5 = new QHBoxLayout();
+ horizontalLayout_5->setObjectName("horizontalLayout_5");
+ addUAV = new QPushButton(widget);
+ addUAV->setObjectName("addUAV");
+
+ horizontalLayout_5->addWidget(addUAV);
+
+ label_8 = new QLabel(widget);
+ label_8->setObjectName("label_8");
+ label_8->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/UAV.svg);"));
+
+ horizontalLayout_5->addWidget(label_8);
+
+
+ verticalLayout->addLayout(horizontalLayout_5);
+
+ horizontalLayout_6 = new QHBoxLayout();
+ horizontalLayout_6->setObjectName("horizontalLayout_6");
+ UAVtab = new QPushButton(widget);
+ UAVtab->setObjectName("UAVtab");
+
+ horizontalLayout_6->addWidget(UAVtab);
+
+ label_13 = new QLabel(widget);
+ label_13->setObjectName("label_13");
+ label_13->setAutoFillBackground(false);
+ label_13->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/tab.svg);"));
+
+ horizontalLayout_6->addWidget(label_13);
+
+
+ verticalLayout->addLayout(horizontalLayout_6);
+
+ horizontalLayout_9 = new QHBoxLayout();
+ horizontalLayout_9->setObjectName("horizontalLayout_9");
+ casualtycondition = new QPushButton(widget);
+ casualtycondition->setObjectName("casualtycondition");
+
+ horizontalLayout_9->addWidget(casualtycondition);
+
+ label_4 = new QLabel(widget);
+ label_4->setObjectName("label_4");
+ label_4->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/health.svg);"));
+
+ horizontalLayout_9->addWidget(label_4);
+
+
+ verticalLayout->addLayout(horizontalLayout_9);
+
+ horizontalLayout_7 = new QHBoxLayout();
+ horizontalLayout_7->setObjectName("horizontalLayout_7");
+ UAVlocation = new QPushButton(widget);
+ UAVlocation->setObjectName("UAVlocation");
+
+ horizontalLayout_7->addWidget(UAVlocation);
+
+ label_7 = new QLabel(widget);
+ label_7->setObjectName("label_7");
+ label_7->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/location.svg);"));
+
+ horizontalLayout_7->addWidget(label_7);
+
+
+ verticalLayout->addLayout(horizontalLayout_7);
+
+ horizontalLayout_8 = new QHBoxLayout();
+ horizontalLayout_8->setObjectName("horizontalLayout_8");
+ casualtyList = new QPushButton(widget);
+ casualtyList->setObjectName("casualtyList");
+ casualtyList->setStyleSheet(QString::fromUtf8("#QPushButton{\n"
+"background-color: rgba(255, 255, 255, 0);\n"
+"color: rgb(255, 255, 255);\n"
+"border: none;\n"
+"}"));
+
+ horizontalLayout_8->addWidget(casualtyList);
+
+ label_12 = new QLabel(widget);
+ label_12->setObjectName("label_12");
+ label_12->setStyleSheet(QString::fromUtf8("border-image: url(:/image/res/image/soldier.svg);"));
+
+ horizontalLayout_8->addWidget(label_12);
+
+
+ verticalLayout->addLayout(horizontalLayout_8);
+
+ horizontalLayout_11 = new QHBoxLayout();
+ horizontalLayout_11->setObjectName("horizontalLayout_11");
+ showInjuryInfo = new QPushButton(widget);
+ showInjuryInfo->setObjectName("showInjuryInfo");
+
+ horizontalLayout_11->addWidget(showInjuryInfo);
+
+ label_5 = new QLabel(widget);
+ label_5->setObjectName("label_5");
+ label_5->setStyleSheet(QString::fromUtf8("\n"
+"border-image: url(:/image/res/image/infomation.svg);"));
+
+ horizontalLayout_11->addWidget(label_5);
+
+
+ verticalLayout->addLayout(horizontalLayout_11);
+
+
+ gridLayout->addWidget(widget, 1, 1, 1, 2);
+
+ GuidingUI->setCentralWidget(centralwidget);
+ menubar = new QMenuBar(GuidingUI);
+ menubar->setObjectName("menubar");
+ menubar->setGeometry(QRect(0, 0, 1000, 25));
+ menu = new QMenu(menubar);
+ menu->setObjectName("menu");
+ GuidingUI->setMenuBar(menubar);
+ statusbar = new QStatusBar(GuidingUI);
+ statusbar->setObjectName("statusbar");
+ GuidingUI->setStatusBar(statusbar);
+
+ menubar->addAction(menu->menuAction());
+
+ retranslateUi(GuidingUI);
+
+ QMetaObject::connectSlotsByName(GuidingUI);
+ } // setupUi
+
+ void retranslateUi(QMainWindow *GuidingUI)
+ {
+ GuidingUI->setWindowTitle(QCoreApplication::translate("GuidingUI", "\344\274\244\346\203\205\346\200\201\345\212\277\346\204\237\347\237\245\345\210\206\346\236\220\347\263\273\347\273\237", nullptr));
+ action->setText(QCoreApplication::translate("GuidingUI", "\346\267\273\345\212\240\346\234\272\345\231\250\344\272\272", nullptr));
+ action_3->setText(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\346\234\272\345\231\250\344\272\272", nullptr));
+#if QT_CONFIG(tooltip)
+ action_3->setToolTip(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\346\234\272\345\231\250\344\272\272
", nullptr));
+#endif // QT_CONFIG(tooltip)
+ action_4->setText(QCoreApplication::translate("GuidingUI", "\344\274\244\345\221\230", nullptr));
+ action_5->setText(QCoreApplication::translate("GuidingUI", "\345\212\240\350\275\275\345\234\260\345\233\276", nullptr));
+ label_2->setText(QCoreApplication::translate("GuidingUI", "ACM", nullptr));
+ label->setText(QString());
+ robottab->setText(QCoreApplication::translate("GuidingUI", "\346\234\272\345\231\250\344\272\272\345\210\227\350\241\250", nullptr));
+ label_10->setText(QString());
+ robotlocation->setText(QCoreApplication::translate("GuidingUI", "\346\234\272\345\231\250\344\272\272\344\275\215\347\275\256\346\230\276\347\244\272", nullptr));
+ label_9->setText(QString());
+ addrobot->setText(QCoreApplication::translate("GuidingUI", "\346\267\273\345\212\240\346\234\272\345\231\250\344\272\272", nullptr));
+ label_11->setText(QString());
+ mapbutton->setText(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\345\234\260\345\233\276", nullptr));
+ label_3->setText(QString());
+ addUAV->setText(QCoreApplication::translate("GuidingUI", "\346\267\273\345\212\240\346\227\240\344\272\272\346\234\272", nullptr));
+ label_8->setText(QString());
+ UAVtab->setText(QCoreApplication::translate("GuidingUI", "\346\227\240\344\272\272\346\234\272\345\210\227\350\241\250", nullptr));
+ label_13->setText(QString());
+ casualtycondition->setText(QCoreApplication::translate("GuidingUI", "\346\230\276\347\244\272\344\274\244\346\203\205", nullptr));
+ label_4->setText(QString());
+ UAVlocation->setText(QCoreApplication::translate("GuidingUI", "\346\227\240\344\272\272\346\234\272\344\275\215\347\275\256\346\230\276\347\244\272", nullptr));
+ label_7->setText(QString());
+ casualtyList->setText(QCoreApplication::translate("GuidingUI", "\344\274\244\345\221\230\345\210\227\350\241\250", nullptr));
+ label_12->setText(QString());
+ showInjuryInfo->setText(QCoreApplication::translate("GuidingUI", "\345\261\225\347\244\272\344\277\241\346\201\257", nullptr));
+ label_5->setText(QString());
+ menu->setTitle(QCoreApplication::translate("GuidingUI", "\345\212\237\350\203\275\347\225\214\351\235\242", nullptr));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class GuidingUI: public Ui_GuidingUI {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_GUIDINGUI_H
diff --git a/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_injurydisiplayui.h b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_injurydisiplayui.h
new file mode 100644
index 0000000..6754b09
--- /dev/null
+++ b/src/Client/build/Desktop_Qt_6_7_0_MSVC2019_64bit-Release/ui_injurydisiplayui.h
@@ -0,0 +1,46 @@
+/********************************************************************************
+** Form generated from reading UI file 'injurydisiplayui.ui'
+**
+** Created by: Qt User Interface Compiler version 6.7.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_INJURYDISIPLAYUI_H
+#define UI_INJURYDISIPLAYUI_H
+
+#include
+#include
+#include
+
+QT_BEGIN_NAMESPACE
+
+class Ui_InjuryDisiplayUI
+{
+public:
+
+ void setupUi(QDialog *InjuryDisiplayUI)
+ {
+ if (InjuryDisiplayUI->objectName().isEmpty())
+ InjuryDisiplayUI->setObjectName("InjuryDisiplayUI");
+ InjuryDisiplayUI->resize(1205, 710);
+
+ retranslateUi(InjuryDisiplayUI);
+
+ QMetaObject::connectSlotsByName(InjuryDisiplayUI);
+ } // setupUi
+
+ void retranslateUi(QDialog *InjuryDisiplayUI)
+ {
+ InjuryDisiplayUI->setWindowTitle(QCoreApplication::translate("InjuryDisiplayUI", "Dialog", nullptr));
+ } // retranslateUi
+
+};
+
+namespace Ui {
+ class InjuryDisiplayUI: public Ui_InjuryDisiplayUI {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_INJURYDISIPLAYUI_H
diff --git a/src/Client/guidingui.cpp b/src/Client/guidingui.cpp
index 55aecf5..fa95cc4 100644
--- a/src/Client/guidingui.cpp
+++ b/src/Client/guidingui.cpp
@@ -27,15 +27,6 @@ GuidingUI::~GuidingUI()
delete ui;
}
-/**
-* @brief 用于控制地图部件的显示
-* @date 2024年5月16日
-* @author myz
-* @param btnCtr: 控制按钮
-* @param Tar: 被控制的部件(地图)
-* @param layout: 被控制部件所在的布局
-* @attention 添加更换地图源不影响!
-*/
void GuidingUI::MapDisplayControl(QPushButton *btnCtr,QWidget*Tar,QGridLayout*layout)
{
// 创建堆栈部件
diff --git a/src/Client/main.cpp b/src/Client/main.cpp
index 3048e5c..46ea88b 100644
--- a/src/Client/main.cpp
+++ b/src/Client/main.cpp
@@ -11,11 +11,7 @@ int main(int argc, char *argv[])
{
QApplication a(argc, argv);
- /**
- * @brief 设置窗口图标
- * @date 2024年5月16日
- * @author myz
- */
+ //设置窗口图标
QIcon icon(":/image/res/image/logo_backgroundless.png");
a.setWindowIcon(icon);