Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KStars
Commits
36683aee
Commit
36683aee
authored
Jul 12, 2017
by
Jasem Mutlaq
Browse files
Remove obsolete connection
parent
6bef4f9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstars/ekos/guide/guide.cpp
View file @
36683aee
...
...
@@ -269,7 +269,6 @@ Guide::Guide() : QWidget()
opsGuide
=
new
OpsGuide
();
dialog
->
addPage
(
opsGuide
,
i18n
(
"Guide Settings"
));
connect
(
guideOptionsB
,
SIGNAL
(
clicked
()),
dialog
,
SLOT
(
show
()));
connect
(
opsGuide
,
SIGNAL
(
guiderInfoUpdated
(
int
)),
this
,
SLOT
(
setGuiderType
(
int
)));
internalGuider
->
setGuideView
(
guideView
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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