https://bugs.kde.org/show_bug.cgi?id=386678
Bug ID: 386678 Summary: upload dialog seems to start on wrong step? Product: frameworks-knewstuff Version: 5.39.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: jpwhit...@kde.org Reporter: sit...@kde.org CC: kdelibs-b...@kde.org Target Milestone: --- 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...). -- You are receiving this mail because: You are watching all bug changes.