https://bugs.kde.org/show_bug.cgi?id=429324
Bug ID: 429324 Summary: New home screen MR !563 missing implementation on Android Product: krita Version: git master Platform: Compiled Sources OS: Android 10.x Status: REPORTED Severity: critical Priority: NOR Component: General Assignee: krita-bugs-n...@kde.org Reporter: a...@amyspark.me Target Milestone: --- SUMMARY The new home screen (MR 563) did not implement the corresponding changes for Android. This breaks Krita Next or compilation from master. STEPS TO REPRODUCE 1. Build Krita from source. OBSERVED RESULT Krita fails with the following: /krita/src/libs/ui/KisWelcomePageWidget.cpp:133:5: error: use of undeclared identifier 'helpTitleLabel_2'; did you mean 'helpTitleLabel'? helpTitleLabel_2->hide(); ^~~~~~~~~~~~~~~~ helpTitleLabel /krita/android-build/krita-build/libs/ui/ui_KisWelcomePage.h:39:13: note: 'helpTitleLabel' declared here QLabel *helpTitleLabel; ^ /krita/src/libs/ui/KisWelcomePageWidget.cpp:145:5: error: use of undeclared identifier 'verticalLayout_3' verticalLayout_3->addWidget(donationLink); ^ /krita/src/libs/ui/KisWelcomePageWidget.cpp:146:5: error: use of undeclared identifier 'verticalLayout_3' verticalLayout_3->setAlignment(donationLink, Qt::AlignTop); ^ /krita/src/libs/ui/KisWelcomePageWidget.cpp:147:5: error: use of undeclared identifier 'verticalLayout_3' verticalLayout_3->setSpacing(20); ^ /krita/src/libs/ui/KisWelcomePageWidget.cpp:153:5: error: use of undeclared identifier 'verticalLayout_3' verticalLayout_3->addWidget(donationBannerImage); ^ EXPECTED RESULT Krita compiles successfully. SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION -- You are receiving this mail because: You are watching all bug changes.