| Summary: | build errors: undeclared indentifier | ||
|---|---|---|---|
| Product: | [Applications] parley | Reporter: | Avinash Sonawane <rootkea> |
| Component: | general | Assignee: | parley bug tracker <parley-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Other | ||
| Latest Commit: | https://invent.kde.org/education/parley/commit/8cb794ca2a630d2e2da55dcb72c8cf0605c73bca | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Git commit 5d36879753ccecb8f003b694438d0c73ee0b8f07 by Alexander Lohnau. Committed on 22/03/2021 at 06:43. Pushed by alex into branch 'master'. Fix build with old KNewStuff versions M +1 -1 src/parleydocument.cpp https://invent.kde.org/education/parley/commit/5d36879753ccecb8f003b694438d0c73ee0b8f07 Git commit 8cb794ca2a630d2e2da55dcb72c8cf0605c73bca by Alexander Lohnau. Committed on 22/03/2021 at 06:46. Pushed by alex into branch 'release/21.04'. Fix build with old KNewStuff versions (cherry picked from commit 5d36879753ccecb8f003b694438d0c73ee0b8f07) M +1 -1 src/parleydocument.cpp https://invent.kde.org/education/parley/commit/8cb794ca2a630d2e2da55dcb72c8cf0605c73bca |
Hello! On latest git master $ make -j4 ... src/parleydocument.cpp:549:66: error: use of undeclared identifier 'q_ptr' KNS3::DownloadDialog dialog(QStringLiteral("parley.knsrc"), q_ptr); ^ src/parleydocument.cpp:550:5: error: use of undeclared identifier 'newStuffDialog' newStuffDialog.exec(); ^ src/parleydocument.cpp:551:33: error: use of undeclared identifier 'newStuffDialog' KNS3::Entry::List entries = newStuffDialog.installedEntries(); 3 errors generated. ... $