[umbrello] [Bug 425249] Consolidate constructors in class UMLDatatypeWidget

Ralf Habacker bugzilla_noreply at kde.org
Wed Aug 12 11:59:08 BST 2020


https://bugs.kde.org/show_bug.cgi?id=425249

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf.habacker at freenet.de

--- Comment #1 from Ralf Habacker <ralf.habacker at freenet.de> ---
For the record: The implementation of this widget was created from a summary of
various implementations scattered throughout the code base, which can be nicely
seen in the following methods:

    void insertTypesFromConcepts(QStringList &types, bool fullName = true);
    void insertTypesFromDatatatypes(QStringList &types);
    void insertTypesSortedAttribute(const QString &type);
    void insertTypesSortedEntityAttribute(const QString &type);
    void insertTypesSortedOperation(const QString &type);
    void insertTypesSortedParameter(const QString &type);
    void insertTypesSortedTemplate(const QString &type);

In order not to break anything, corresponding class attributes were created and
the original methods were integrated. With a revision/summary it must be
ensured that e.g. the insertTypesFrom... methods function in the same way.
Since a corresponding change affects the interface, a merge request for master
would have to be created.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list