| Summary: | upload dialog seems to start on wrong step? | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-knewstuff | Reporter: | Harald Sitter <sitter> |
| Component: | general | Assignee: | Jeremy Whiting <jpwhiting> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kdelibs-bugs-null, ralf.habacker, simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | 5.39.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
*** This bug has been marked as a duplicate of bug 397958 *** |
Using only this code ``` KNS3::UploadDialog dialog(QStringLiteral("ksysguard.knsrc")); dialog.setUploadFile(QUrl::fromLocalFile(currentWorksheet->fullFileName())); ``` the upload dialog comes up on the upload step with the back button enabled, clicking the upload button raises an error about an invalid categeory (which is invalid because it was never set...).