Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
KStars
Commits
59df556b
Commit
59df556b
authored
Jul 19, 2017
by
Ben Cooksley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cherry pick various compilation fixes
parent
b2954d54
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
kstars/kstars.cpp
kstars/kstars.cpp
+2
-0
kstars/tools/modcalcapcoord.cpp
kstars/tools/modcalcapcoord.cpp
+2
-1
kstars/tools/modcalcgalcoord.cpp
kstars/tools/modcalcgalcoord.cpp
+1
-0
No files found.
kstars/kstars.cpp
View file @
59df556b
...
...
@@ -49,6 +49,8 @@
#ifdef Q_OS_WIN
#include <QProcess>
#endif
#include <QStatusBar>
#include <QMenu>
KStars
*
KStars
::
pinstance
=
nullptr
;
...
...
kstars/tools/modcalcapcoord.cpp
View file @
59df556b
...
...
@@ -19,6 +19,7 @@
#include <QTextStream>
#include <QFileDialog>
#include <QPointer>
#include <KLocalizedString>
#include <KMessageBox>
...
...
@@ -28,8 +29,8 @@
#include "skyobjects/skypoint.h"
#include "skyobjects/skyobject.h"
#include "kstarsdatetime.h"
#include "dialogs/finddialog.h"
#include "widgets/dmsbox.h"
#include "dialogs/finddialog.h"
modCalcApCoord
::
modCalcApCoord
(
QWidget
*
parentSplit
)
:
QFrame
(
parentSplit
)
{
...
...
kstars/tools/modcalcgalcoord.cpp
View file @
59df556b
...
...
@@ -19,6 +19,7 @@
#include <QTextStream>
#include <QFileDialog>
#include <QPointer>
#include <KMessageBox>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment