Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KStars
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
29
Issues
29
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
KStars
Commits
06726cd6
Commit
06726cd6
authored
Jul 04, 2012
by
Samikshan Bairagya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix errors and some code cleaning.
parent
7f5acc60
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
kstars/tools/WhatsInteresting/WIView.h
kstars/tools/WhatsInteresting/WIView.h
+0
-3
kstars/tools/WhatsInteresting/modelmanager.cpp
kstars/tools/WhatsInteresting/modelmanager.cpp
+0
-1
No files found.
kstars/tools/WhatsInteresting/WIView.h
View file @
06726cd6
...
...
@@ -26,9 +26,6 @@ class WIView : public QObject
{
Q_OBJECT
public:
enum
TYPE
{
PLANET
,
SATELLITE
,
STAR
,
GALAXY
,
CONSTELLATION
,
STAR_CLUSTER
,
NEBULA
};
enum
DetailViewType
{
PLANETARY
};
WIView
(
QObject
*
parent
=
0
);
~
WIView
();
void
manageViews
(
int
TYPE
);
//display view
...
...
kstars/tools/WhatsInteresting/modelmanager.cpp
View file @
06726cd6
...
...
@@ -20,7 +20,6 @@
#include "kstarsdatetime.h"
#include "skymapcomposite.h"
#include "skyobject.h"
#include "skyobjectitem.h"
ModelManager
::
ModelManager
()
{
...
...
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