Bug 400912

Summary: QWidget forward declaration errors
Product: [Applications] kstars Reporter: Pit <P.Suetterlin>
Component: generalAssignee: Jasem Mutlaq <mutlaqja>
Status: RESOLVED FIXED    
Severity: normal CC: rikmills
Priority: NOR    
Version: git   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Pit 2018-11-10 12:47:05 UTC
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>
Comment 2 Jasem Mutlaq 2018-12-21 06:15:47 UTC
Fixed in GIT.