Bug 400912 - QWidget forward declaration errors
Summary: QWidget forward declaration errors
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: git
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-10 12:47 UTC by Pit
Modified: 2018-12-21 06:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.