Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
fcdea129
Commit
fcdea129
authored
Mar 08, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics
parent
23c79e06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
modules/gui/qt4/dialogs/external.cpp
modules/gui/qt4/dialogs/external.cpp
+3
-3
No files found.
modules/gui/qt4/dialogs/external.cpp
View file @
fcdea129
...
...
@@ -62,13 +62,13 @@ DialogHandler::DialogHandler (intf_thread_t *intf)
question
(
VLC_OBJECT
(
intf
),
"dialog-question"
,
VLC_VAR_ADDRESS
)
{
connect
(
&
message
,
SIGNAL
(
pointerChanged
(
vlc_object_t
*
,
void
*
)),
this
,
SLOT
(
displayMessage
(
vlc_object_t
*
,
void
*
)),
SLOT
(
displayMessage
(
vlc_object_t
*
,
void
*
)),
Qt
::
BlockingQueuedConnection
);
connect
(
&
login
,
SIGNAL
(
pointerChanged
(
vlc_object_t
*
,
void
*
)),
this
,
SLOT
(
requestLogin
(
vlc_object_t
*
,
void
*
)),
SLOT
(
requestLogin
(
vlc_object_t
*
,
void
*
)),
Qt
::
BlockingQueuedConnection
);
connect
(
&
question
,
SIGNAL
(
pointerChanged
(
vlc_object_t
*
,
void
*
)),
this
,
SLOT
(
requestAnswer
(
vlc_object_t
*
,
void
*
)),
SLOT
(
requestAnswer
(
vlc_object_t
*
,
void
*
)),
Qt
::
BlockingQueuedConnection
);
dialog_Register
(
intf
);
...
...
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