From a7e4311ef351611391cea42c3f3e440e78af9000 Mon Sep 17 00:00:00 2001 From: VasiliiFeshchenko Date: Wed, 10 Jul 2024 21:05:35 +0300 Subject: [PATCH] [CORRECTIVE] Commenting the line that prevents the project from loading because of deleted files in the library. --- KactusAPI/library/hierarchyitem.cpp | 2 +- version.h | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/KactusAPI/library/hierarchyitem.cpp b/KactusAPI/library/hierarchyitem.cpp index 90991d2d3..4b0f31433 100644 --- a/KactusAPI/library/hierarchyitem.cpp +++ b/KactusAPI/library/hierarchyitem.cpp @@ -48,7 +48,7 @@ QObject(parent), connect(this, SIGNAL(noticeMessage(QString const&)), parent, SIGNAL(noticeMessage(QString const&)), Qt::UniqueConnection); - Q_ASSERT(handler->contains(vlnv)); + //Q_ASSERT(handler->contains(vlnv)); VLNV::IPXactType documentType = library_->getDocumentType(vlnv); if (documentType == VLNV::COMPONENT) diff --git a/version.h b/version.h index 219f29d17..cafb4f366 100644 --- a/version.h +++ b/version.h @@ -10,20 +10,20 @@ #ifndef VERSIONNO__H #define VERSIONNO__H -#define VERSION_FULL 3.13.390.0 +#define VERSION_FULL 3.13.391.0 #define VERSION_BASEYEAR 0 -#define VERSION_DATE "2024-07-05" -#define VERSION_TIME "19:55:06" +#define VERSION_DATE "2024-07-10" +#define VERSION_TIME "20:56:19" #define VERSION_MAJOR 3 #define VERSION_MINOR 13 -#define VERSION_BUILDNO 390 +#define VERSION_BUILDNO 391 #define VERSION_EXTEND 0 -#define VERSION_FILE 3,13,390,0 -#define VERSION_PRODUCT 3,13,390,0 -#define VERSION_FILESTR "3,13,390,0" -#define VERSION_PRODUCTSTR "3,13,390,0" +#define VERSION_FILE 3,13,391,0 +#define VERSION_PRODUCT 3,13,391,0 +#define VERSION_FILESTR "3,13,391,0" +#define VERSION_PRODUCTSTR "3,13,391,0" #endif