Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7812f844
Commit
7812f844
authored
Apr 18, 2007
by
Rémi Denis-Courmont
Browse files
Compile fix
parent
bbd9d315
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/qt4.cpp
View file @
7812f844
...
...
@@ -128,7 +128,8 @@ static void Run( intf_thread_t *p_intf )
static
void
Init
(
intf_thread_t
*
p_intf
)
{
char
*
argv
[]
=
{
""
};
char
dummy
[]
=
""
;
char
*
argv
[]
=
{
dummy
};
int
argc
=
1
;
Q_INIT_RESOURCE
(
vlc
);
QApplication
*
app
=
new
QApplication
(
argc
,
argv
,
true
);
...
...
Write
Preview
Supports
Markdown
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