This commit is contained in:
ace
2025-12-08 00:42:50 +03:00
parent 7aaf6cb565
commit 3a29f1e8a7
43 changed files with 13471 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- a/src/app/mainapplication.cpp
+++ b/src/app/mainapplication.cpp
@@ -100,9 +100,6 @@ ScreenInfo::setCurrentFocusWindow(QWindow* window)
: QApplication(argc, argv)
{
const char* qtVersion = qVersion();
- if (strncmp(qtVersion, QT_VERSION_STR, strnlen(qtVersion, sizeof qtVersion)) != 0) {
- C_FATAL << "Qt build version mismatch!" << QT_VERSION_STR;
- }
parseArguments();