| Summary: | QWidget forward declaration errors | ||
|---|---|---|---|
| Product: | [Applications] kstars | Reporter: | Pit <P.Suetterlin> |
| Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | rikmills |
| Priority: | NOR | ||
| Version First Reported In: | git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Similarly fails on KDE & Kubuntu CI builds of master. https://build.kde.org/job/Extragear/job/kstars/ https://launchpadlibrarian.net/397057947/buildlog_ubuntu-cosmic-amd64.kstars_5%3A2.9.8+p18.10+git20181112.0021-0_BUILDING.txt.gz Fixed in GIT. |
SUMMARY Compiling kstars git on openSUSE Tumbleweed fails with two forward declaration errors for QCheckBox and QDial in kstars/fitsviewer/starprofileviewer.{h,cpp} --- a/kstars/fitsviewer/starprofileviewer.h 2018-11-10 12:15:12.531954290 +0000 +++ b/kstars/fitsviewer/starprofileviewer.h 2018-11-10 12:12:42.692858274 +0000 @@ -28,6 +28,8 @@ #include <QRadioButton> #include <QGroupBox> #include <QComboBox> +#include <QCheckBox> +#include <QDial> #include <QLabel> #include <QMessageBox> #include <QPainter>