Summary: | "Extend Functionality" in "New Class" wizard should be replace, when base method is abstract | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | F Fracassi <f.fracassi> |
Component: | Language Support: CPP (old) | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
F Fracassi
2003-12-02 22:25:22 UTC
CVS commit by dymo: Advanced subclassing option in C++ New Class Wizard can be used for classes in the persistant class store. This means that if the PCS for Qt library is built then advanced subclassing from Qt classes is possible in the wizard. PS: at last i've implemented that, i have been missing this feature from the times of kdevelop 3.0.0 alpha3 ;) Also some bugfixes (in this and previous commits): BUG: 69524 BUG: 76707 BUG: 92047 M +2 -2 cppnewclassdlg.cpp 1.58 M +52 -4 storeconverter.cpp 1.2 M +4 -0 storeconverter.h 1.2 |