https://bugs.kde.org/show_bug.cgi?id=400912

            Bug ID: 400912
           Summary: QWidget forward declaration errors
           Product: kstars
           Version: git
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: mutla...@ikarustech.com
          Reporter: p.suetter...@royac.iac.es
  Target Milestone: ---

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>

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to