Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
skylivex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
astronomy
skylivex
Commits
1bb40a03
Commit
1bb40a03
authored
Feb 28, 2013
by
Stefy Lanza (nextime / spora )
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change from setUrl to load when change youtube uri
parent
b1a7bfdd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mainwin.cpp
src/mainwin.cpp
+2
-1
No files found.
src/mainwin.cpp
View file @
1bb40a03
...
@@ -157,7 +157,7 @@ void MainWin::handle_youtubevideo(SKMessage &msg)
...
@@ -157,7 +157,7 @@ void MainWin::handle_youtubevideo(SKMessage &msg)
}
}
else
else
{
{
yt
->
setUrl
(
QUrl
(
msg
.
parameters
[
"url"
]));
yt
->
load
(
QUrl
(
msg
.
parameters
[
"url"
]));
}
}
}
}
...
@@ -166,6 +166,7 @@ void MainWin::handle_youtubevideo(SKMessage &msg)
...
@@ -166,6 +166,7 @@ void MainWin::handle_youtubevideo(SKMessage &msg)
void
MainWin
::
ytclosesignal
()
void
MainWin
::
ytclosesignal
()
{
{
std
::
cout
<<
"Youtube Window Closed "
<<
std
::
endl
;
yt_is_open
=
false
;
yt_is_open
=
false
;
}
}
...
...
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