| Summary: | Create new UI opens multiple QT-Designers | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Svein Larsen <svein> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Svein Larsen
2003-04-23 00:16:33 UTC
Confimed. It opens 3 instances of QT Designer. Yes. editDocument() is called once in autoprojectpart (ChooseTargetDialog::accept() ), once in cppsupportpart (CppSupportPart::addedFilesToProject()) and once in filecreatepart (FileCreatePart::openCreatedFile()). This is normally not a problem, since the created file is typicallly a textfile which be opened (three times) inside gideon. Fixed in CVS - thanks Jens Dagerbo (teatime). |