Summary: | c++ importer does not recognize c++ virtual keyword | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | importer | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.24.3 (KDE Applications 17.12.3) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/umbrello/2c9ee579550feb33a49d79bb500b6b110e46d52b | Version Fixed In: | 2.25.80 (KDE Applications 18.07.80) |
Sentry Crash Report: |
Description
Ralf Habacker
2018-04-05 19:09:06 UTC
s/not be imported/be imported/g Git commit 2c9ee579550feb33a49d79bb500b6b110e46d52b by Ralf Habacker. Committed on 05/04/2018 at 20:42. Pushed by habacker into branch 'master'. Fix 'c++ importer does not recognize c++ virtual keyword' FIXED-IN: 2.25.80 (KDE Applications 17.07.80) M +16 -11 umbrello/codeimport/kdevcppparser/cpptree2uml.cpp M +5 -1 umbrello/dialogs/umloperationdialog.cpp M +1 -0 umbrello/dialogs/umloperationdialog.h M +19 -0 umbrello/uml1model/operation.cpp M +3 -0 umbrello/uml1model/operation.h M +2 -2 umbrello/version.h https://commits.kde.org/umbrello/2c9ee579550feb33a49d79bb500b6b110e46d52b Git commit 52f76814e04d7fb172b7220177f80749fdb8d7e3 by Ralf Habacker. Committed on 08/04/2018 at 22:30. Pushed by habacker into branch 'master'. Fixup of commit 2c9ee5795 - document xmi attribute 'isVirtual' The xmi 'isVirtual' attribute has been added by the associated commit and is documented in uml-1.4-umbrello.dtd because it is umbrello-specific. M +2 -1 doc/xml/uml-1.4-umbrello.dtd https://commits.kde.org/umbrello/52f76814e04d7fb172b7220177f80749fdb8d7e3 |