Summary: | Attempts to set a screen on a child window | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | RJVB <rjvbertin> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | christoph |
Priority: | NOR | ||
Version: | 16.08 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RJVB
2016-09-16 15:56:54 UTC
Hmm, can this be fixed by providing the right parent to the /** * create new views */ KateProjectView *view = new KateProjectView(this, project); KateProjectInfoView *infoView = new KateProjectInfoView(this, project); constructors? In principle I'd say yes but I would have to take a new look. I cannot recall having seen the warnings lately but 1) I rarely use Kate in practice 2) I may have disabled the project plugin and/or 3) Qt may have fixed an internal issue or removed the warning. As you can see there's a sh*load of calls inside Qt before the warning occurs so determining what the correct parent is may not be trivial. I can no longer reproduce the issue with Qt 5.9.8; assuming something was changed upstream. |