Ignore:
Timestamp:
Sep 13, 2025, 2:44:01 PM (6 weeks ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
5d18f3
Parents:
6762b2
git-author:
Frederik Heber <frederik.heber@…> (08/30/25 14:36:40)
git-committer:
Frederik Heber <frederik.heber@…> (09/13/25 14:44:01)
Message:

FIX: fixes QtPotentialList not getting notified about PotentialRegistry changes.

  • requires codepatterns 1.3.3 with virtual (un)registerInstance Registry functions.
  • the issue is that the RegistryDeserializer<T> class directly calls Registry<T> functions and due to missing "virtual" this bypassed the "OBSERVE" calls in the functions in the inheriting PotentialRegistry.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ThirdParty/LinearAlgebra/configure.ac

    r6762b2 r5b8c49  
    9999
    100100# CodePatterns library (serialization header before MemDebug.hpp )
    101 AM_PATH_CODEPATTERNS([1.3.2], $have_debug,,[
     101AM_PATH_CODEPATTERNS([1.3.3], $have_debug,,[
    102102        # compile from ThirdParty
    103103        #AC_DEFINE(COMPILE_CODEPATTERNS,1, ["compile internal codepatterns library."])
Note: See TracChangeset for help on using the changeset viewer.