mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change PacketType receive
This commit is contained in:
@@ -140,8 +140,15 @@ void SendSystem::sendFileBlockWithVersion(QString localPath,QString serverPath)
|
|||||||
|
|
||||||
void SendSystem::sendQTConnect()
|
void SendSystem::sendQTConnect()
|
||||||
{
|
{
|
||||||
QString value = QString::number(PacketType::TYPE_QT);
|
//QString value = QString::number(PacketType::TYPE_QT);
|
||||||
socket->write(value.toUtf8());
|
QByteArray container;
|
||||||
|
int numPackage = (int)PacketType::TYPE_QT;
|
||||||
|
container.append(numPackage & 0x000000ff);
|
||||||
|
container.append((numPackage >> 8) & 0x000000ff);
|
||||||
|
container.append((numPackage >> 16) & 0x000000ff);
|
||||||
|
container.append((numPackage >> 24) & 0x000000ff);
|
||||||
|
|
||||||
|
socket->write(container);
|
||||||
socket->waitForBytesWritten();
|
socket->waitForBytesWritten();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
74
Makefile
74
Makefile
@@ -3,16 +3,16 @@
|
|||||||
# Generated by qmake (3.1) (Qt 5.14.2)
|
# Generated by qmake (3.1) (Qt 5.14.2)
|
||||||
# Project: RRJClient.pro
|
# Project: RRJClient.pro
|
||||||
# Template: app
|
# Template: app
|
||||||
# Command: C:\Qt\Qt5.14.2\5.14.2\mingw73_64\bin\qmake.exe -o Makefile RRJClient.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
|
# Command: C:\Qt\Qt5.14.2\5.14.2\mingw73_64\bin\qmake.exe -o Makefile RRJClient.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||||
#############################################################################
|
#############################################################################
|
||||||
|
|
||||||
MAKEFILE = Makefile
|
MAKEFILE = Makefile
|
||||||
|
|
||||||
EQ = =
|
EQ = =
|
||||||
|
|
||||||
first: release
|
first: debug
|
||||||
install: release-install
|
install: debug-install
|
||||||
uninstall: release-uninstall
|
uninstall: debug-uninstall
|
||||||
QMAKE = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\bin\qmake.exe
|
QMAKE = C:\Qt\Qt5.14.2\5.14.2\mingw73_64\bin\qmake.exe
|
||||||
DEL_FILE = del
|
DEL_FILE = del
|
||||||
CHK_DIR_EXISTS= if not exist
|
CHK_DIR_EXISTS= if not exist
|
||||||
@@ -37,24 +37,10 @@ RES_FILE =
|
|||||||
SED = $(QMAKE) -install sed
|
SED = $(QMAKE) -install sed
|
||||||
MOVE = move
|
MOVE = move
|
||||||
SUBTARGETS = \
|
SUBTARGETS = \
|
||||||
release \
|
debug \
|
||||||
debug
|
release
|
||||||
|
|
||||||
|
|
||||||
release: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release
|
|
||||||
release-make_first: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release
|
|
||||||
release-all: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release all
|
|
||||||
release-clean: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release clean
|
|
||||||
release-distclean: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release distclean
|
|
||||||
release-install: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release install
|
|
||||||
release-uninstall: FORCE
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release uninstall
|
|
||||||
debug: FORCE
|
debug: FORCE
|
||||||
$(MAKE) -f $(MAKEFILE).Debug
|
$(MAKE) -f $(MAKEFILE).Debug
|
||||||
debug-make_first: FORCE
|
debug-make_first: FORCE
|
||||||
@@ -69,6 +55,20 @@ debug-install: FORCE
|
|||||||
$(MAKE) -f $(MAKEFILE).Debug install
|
$(MAKE) -f $(MAKEFILE).Debug install
|
||||||
debug-uninstall: FORCE
|
debug-uninstall: FORCE
|
||||||
$(MAKE) -f $(MAKEFILE).Debug uninstall
|
$(MAKE) -f $(MAKEFILE).Debug uninstall
|
||||||
|
release: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release
|
||||||
|
release-make_first: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release
|
||||||
|
release-all: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release all
|
||||||
|
release-clean: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release clean
|
||||||
|
release-distclean: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release distclean
|
||||||
|
release-install: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release install
|
||||||
|
release-uninstall: FORCE
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release uninstall
|
||||||
|
|
||||||
Makefile: RRJClient.pro C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++/qmake.conf C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/spec_pre.prf \
|
Makefile: RRJClient.pro C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++/qmake.conf C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/spec_pre.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/qdevice.pri \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/qdevice.pri \
|
||||||
@@ -256,11 +256,11 @@ Makefile: RRJClient.pro C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++/qmake
|
|||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resolve_config.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resolve_config.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/exclusive_builds_post.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/exclusive_builds_post.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/default_post.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/default_post.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources_functions.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qml_debug.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qtquickcompiler.prf \
|
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/precompile_header.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/precompile_header.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/warn_on.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/warn_on.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qt.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qt.prf \
|
||||||
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources_functions.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/moc.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/moc.prf \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/win32/opengl.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/win32/opengl.prf \
|
||||||
@@ -281,7 +281,7 @@ Makefile: RRJClient.pro C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/win32-g++/qmake
|
|||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/qtmain.prl \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/qtmain.prl \
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/build_pass.prf \
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/build_pass.prf \
|
||||||
resources.qrc
|
resources.qrc
|
||||||
$(QMAKE) -o Makefile RRJClient.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
|
$(QMAKE) -o Makefile RRJClient.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/spec_pre.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/spec_pre.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/qdevice.pri:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/qdevice.pri:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/device_config.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/device_config.prf:
|
||||||
@@ -468,11 +468,11 @@ C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/win32/default_pre.prf:
|
|||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resolve_config.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resolve_config.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/exclusive_builds_post.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/exclusive_builds_post.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/default_post.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/default_post.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources_functions.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qml_debug.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qtquickcompiler.prf:
|
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/precompile_header.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/precompile_header.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/warn_on.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/warn_on.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qt.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/qt.prf:
|
||||||
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources_functions.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/resources.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/moc.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/moc.prf:
|
||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/win32/opengl.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/win32/opengl.prf:
|
||||||
@@ -494,33 +494,33 @@ C:/Qt/Qt5.14.2/5.14.2/mingw73_64/lib/qtmain.prl:
|
|||||||
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/build_pass.prf:
|
C:/Qt/Qt5.14.2/5.14.2/mingw73_64/mkspecs/features/build_pass.prf:
|
||||||
resources.qrc:
|
resources.qrc:
|
||||||
qmake: FORCE
|
qmake: FORCE
|
||||||
@$(QMAKE) -o Makefile RRJClient.pro -spec win32-g++ "CONFIG+=qtquickcompiler"
|
@$(QMAKE) -o Makefile RRJClient.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
|
||||||
|
|
||||||
qmake_all: FORCE
|
qmake_all: FORCE
|
||||||
|
|
||||||
make_first: release-make_first debug-make_first FORCE
|
make_first: debug-make_first release-make_first FORCE
|
||||||
all: release-all debug-all FORCE
|
all: debug-all release-all FORCE
|
||||||
clean: release-clean debug-clean FORCE
|
clean: debug-clean release-clean FORCE
|
||||||
distclean: release-distclean debug-distclean FORCE
|
distclean: debug-distclean release-distclean FORCE
|
||||||
-$(DEL_FILE) Makefile
|
-$(DEL_FILE) Makefile
|
||||||
-$(DEL_FILE) .qmake.stash
|
-$(DEL_FILE) .qmake.stash
|
||||||
|
|
||||||
release-mocclean:
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release mocclean
|
|
||||||
debug-mocclean:
|
debug-mocclean:
|
||||||
$(MAKE) -f $(MAKEFILE).Debug mocclean
|
$(MAKE) -f $(MAKEFILE).Debug mocclean
|
||||||
mocclean: release-mocclean debug-mocclean
|
release-mocclean:
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release mocclean
|
||||||
|
mocclean: debug-mocclean release-mocclean
|
||||||
|
|
||||||
release-mocables:
|
|
||||||
$(MAKE) -f $(MAKEFILE).Release mocables
|
|
||||||
debug-mocables:
|
debug-mocables:
|
||||||
$(MAKE) -f $(MAKEFILE).Debug mocables
|
$(MAKE) -f $(MAKEFILE).Debug mocables
|
||||||
mocables: release-mocables debug-mocables
|
release-mocables:
|
||||||
|
$(MAKE) -f $(MAKEFILE).Release mocables
|
||||||
|
mocables: debug-mocables release-mocables
|
||||||
|
|
||||||
check: first
|
check: first
|
||||||
|
|
||||||
benchmark: first
|
benchmark: first
|
||||||
FORCE:
|
FORCE:
|
||||||
|
|
||||||
$(MAKEFILE).Release: Makefile
|
|
||||||
$(MAKEFILE).Debug: Makefile
|
$(MAKEFILE).Debug: Makefile
|
||||||
|
$(MAKEFILE).Release: Makefile
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE QtCreatorProject>
|
<!DOCTYPE QtCreatorProject>
|
||||||
<!-- Written by QtCreator 4.11.1, 2025-06-10T17:54:42. -->
|
<!-- Written by QtCreator 4.11.1, 2025-06-27T12:39:01. -->
|
||||||
<qtcreator>
|
<qtcreator>
|
||||||
<data>
|
<data>
|
||||||
<variable>EnvironmentId</variable>
|
<variable>EnvironmentId</variable>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.14.2 MinGW 64-bit</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.14.2 MinGW 64-bit</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.14.2 MinGW 64-bit</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.14.2 MinGW 64-bit</value>
|
||||||
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5142.win64_mingw73_kit</value>
|
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5142.win64_mingw73_kit</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
|
||||||
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
|
||||||
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<AuthData Login="offlineUser" Password="000000" InstructorName="empty" ClientName="Offline" AccessType="Offline"/>
|
<AuthData Login="O3" Password="3333" InstructorName="" ClientName="Зайцев З.З." AccessType="trainee"/>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ServerSettingsContainer>
|
<ServerSettingsContainer>
|
||||||
<ServerSettings Address="192.168.100.83" Port="6000" Language="RUS" AutoStart="0" DestPortMath="18003" LocalPortMath="18004" UseMathModel="1"/>
|
<ServerSettings Address="192.168.100.83" Port="6000" Language="RUS" AutoStart="0" DestPortMath="18003" LocalPortMath="18004" UseMathModel="1"/>
|
||||||
<VersionData Version="NONE" isChangable="0"/>
|
<VersionData Version="" isChangable="0"/>
|
||||||
</ServerSettingsContainer>
|
</ServerSettingsContainer>
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ClientNotify Code="DISABLE"/>
|
<ClientAutorization Login="O3" Password="3333"/>
|
||||||
|
|||||||
Binary file not shown.
BIN
debug/commonbuttongroupwidget.o
Normal file
BIN
debug/commonbuttongroupwidget.o
Normal file
Binary file not shown.
BIN
debug/dataparser.o
Normal file
BIN
debug/dataparser.o
Normal file
Binary file not shown.
BIN
debug/entrywidget.o
Normal file
BIN
debug/entrywidget.o
Normal file
Binary file not shown.
BIN
debug/externalexecuter.o
Normal file
BIN
debug/externalexecuter.o
Normal file
Binary file not shown.
BIN
debug/hashcomparer.o
Normal file
BIN
debug/hashcomparer.o
Normal file
Binary file not shown.
BIN
debug/instructorbuttongroupwidget.o
Normal file
BIN
debug/instructorbuttongroupwidget.o
Normal file
Binary file not shown.
BIN
debug/main.o
Normal file
BIN
debug/main.o
Normal file
Binary file not shown.
BIN
debug/mainwindow.o
Normal file
BIN
debug/mainwindow.o
Normal file
Binary file not shown.
BIN
debug/moc_commonbuttongroupwidget.o
Normal file
BIN
debug/moc_commonbuttongroupwidget.o
Normal file
Binary file not shown.
BIN
debug/moc_dataparser.o
Normal file
BIN
debug/moc_dataparser.o
Normal file
Binary file not shown.
BIN
debug/moc_entrywidget.o
Normal file
BIN
debug/moc_entrywidget.o
Normal file
Binary file not shown.
BIN
debug/moc_externalexecuter.o
Normal file
BIN
debug/moc_externalexecuter.o
Normal file
Binary file not shown.
BIN
debug/moc_hashcomparer.o
Normal file
BIN
debug/moc_hashcomparer.o
Normal file
Binary file not shown.
BIN
debug/moc_instructorbuttongroupwidget.o
Normal file
BIN
debug/moc_instructorbuttongroupwidget.o
Normal file
Binary file not shown.
BIN
debug/moc_mainwindow.o
Normal file
BIN
debug/moc_mainwindow.o
Normal file
Binary file not shown.
BIN
debug/moc_mywinheader.o
Normal file
BIN
debug/moc_mywinheader.o
Normal file
Binary file not shown.
BIN
debug/moc_newversionwidget.o
Normal file
BIN
debug/moc_newversionwidget.o
Normal file
Binary file not shown.
BIN
debug/moc_notifycontroller.o
Normal file
BIN
debug/moc_notifycontroller.o
Normal file
Binary file not shown.
@@ -55,7 +55,6 @@
|
|||||||
#define __UINTMAX_TYPE__ long long unsigned int
|
#define __UINTMAX_TYPE__ long long unsigned int
|
||||||
#define __DEC32_EPSILON__ 1E-6DF
|
#define __DEC32_EPSILON__ 1E-6DF
|
||||||
#define __FLT_EVAL_METHOD_TS_18661_3__ 0
|
#define __FLT_EVAL_METHOD_TS_18661_3__ 0
|
||||||
#define __OPTIMIZE__ 1
|
|
||||||
#define __UINT32_MAX__ 0xffffffffU
|
#define __UINT32_MAX__ 0xffffffffU
|
||||||
#define __GXX_EXPERIMENTAL_CXX0X__ 1
|
#define __GXX_EXPERIMENTAL_CXX0X__ 1
|
||||||
#define __LDBL_MAX_EXP__ 16384
|
#define __LDBL_MAX_EXP__ 16384
|
||||||
@@ -158,6 +157,7 @@
|
|||||||
#define __cpp_initializer_lists 200806
|
#define __cpp_initializer_lists 200806
|
||||||
#define __FLT32_MAX_EXP__ 128
|
#define __FLT32_MAX_EXP__ 128
|
||||||
#define __cpp_hex_float 201603
|
#define __cpp_hex_float 201603
|
||||||
|
#define __GCC_HAVE_DWARF2_CFI_ASM 1
|
||||||
#define __GXX_ABI_VERSION 1011
|
#define __GXX_ABI_VERSION 1011
|
||||||
#define __FLT128_HAS_INFINITY__ 1
|
#define __FLT128_HAS_INFINITY__ 1
|
||||||
#define __FLT_MIN_EXP__ (-125)
|
#define __FLT_MIN_EXP__ (-125)
|
||||||
@@ -178,6 +178,7 @@
|
|||||||
#define __cdecl __attribute__((__cdecl__))
|
#define __cdecl __attribute__((__cdecl__))
|
||||||
#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32
|
#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32
|
||||||
#define __UINT8_TYPE__ unsigned char
|
#define __UINT8_TYPE__ unsigned char
|
||||||
|
#define __NO_INLINE__ 1
|
||||||
#define __FLT_MANT_DIG__ 24
|
#define __FLT_MANT_DIG__ 24
|
||||||
#define __LDBL_DECIMAL_DIG__ 21
|
#define __LDBL_DECIMAL_DIG__ 21
|
||||||
#define __VERSION__ "7.3.0"
|
#define __VERSION__ "7.3.0"
|
||||||
BIN
debug/moc_recognizesystem.o
Normal file
BIN
debug/moc_recognizesystem.o
Normal file
Binary file not shown.
BIN
debug/moc_resourcemanager.o
Normal file
BIN
debug/moc_resourcemanager.o
Normal file
Binary file not shown.
BIN
debug/moc_screenchecker.o
Normal file
BIN
debug/moc_screenchecker.o
Normal file
Binary file not shown.
BIN
debug/moc_sendsystem.o
Normal file
BIN
debug/moc_sendsystem.o
Normal file
Binary file not shown.
BIN
debug/moc_tcpclient.o
Normal file
BIN
debug/moc_tcpclient.o
Normal file
Binary file not shown.
BIN
debug/moc_updatecontroller.o
Normal file
BIN
debug/moc_updatecontroller.o
Normal file
Binary file not shown.
BIN
debug/moc_updatenotifywidget.o
Normal file
BIN
debug/moc_updatenotifywidget.o
Normal file
Binary file not shown.
BIN
debug/moc_versioncontainer.o
Normal file
BIN
debug/moc_versioncontainer.o
Normal file
Binary file not shown.
BIN
debug/moc_versionselectwidget.o
Normal file
BIN
debug/moc_versionselectwidget.o
Normal file
Binary file not shown.
BIN
debug/moc_waitanimationwidget.o
Normal file
BIN
debug/moc_waitanimationwidget.o
Normal file
Binary file not shown.
BIN
debug/mywinheader.o
Normal file
BIN
debug/mywinheader.o
Normal file
Binary file not shown.
BIN
debug/newversionwidget.o
Normal file
BIN
debug/newversionwidget.o
Normal file
Binary file not shown.
BIN
debug/notifycontroller.o
Normal file
BIN
debug/notifycontroller.o
Normal file
Binary file not shown.
Binary file not shown.
BIN
debug/recognizesystem.o
Normal file
BIN
debug/recognizesystem.o
Normal file
Binary file not shown.
BIN
debug/resourcemanager.o
Normal file
BIN
debug/resourcemanager.o
Normal file
Binary file not shown.
BIN
debug/screenchecker.o
Normal file
BIN
debug/screenchecker.o
Normal file
Binary file not shown.
BIN
debug/sendsystem.o
Normal file
BIN
debug/sendsystem.o
Normal file
Binary file not shown.
BIN
debug/tcpclient.o
Normal file
BIN
debug/tcpclient.o
Normal file
Binary file not shown.
BIN
debug/tools.o
Normal file
BIN
debug/tools.o
Normal file
Binary file not shown.
BIN
debug/updatecontroller.o
Normal file
BIN
debug/updatecontroller.o
Normal file
Binary file not shown.
BIN
debug/updatenotifywidget.o
Normal file
BIN
debug/updatenotifywidget.o
Normal file
Binary file not shown.
BIN
debug/versioncontainer.o
Normal file
BIN
debug/versioncontainer.o
Normal file
Binary file not shown.
BIN
debug/versionselectwidget.o
Normal file
BIN
debug/versionselectwidget.o
Normal file
Binary file not shown.
BIN
debug/waitanimationwidget.o
Normal file
BIN
debug/waitanimationwidget.o
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
release/main.o
BIN
release/main.o
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user