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
VideoLAN
VLMC
Commits
ca33d60b
Commit
ca33d60b
authored
Oct 11, 2010
by
Hugo Beauzée-Luyssen
Browse files
woops...
parent
f4d79206
Changes
1
Show whitespace changes
Inline
Side-by-side
src/LibVLCpp/VLCInstance.cpp
View file @
ca33d60b
...
@@ -46,7 +46,6 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
...
@@ -46,7 +46,6 @@ Instance::Instance( QObject* parent /*= NULL*/ ) : QObject( parent )
int
argc
=
sizeof
(
argv
)
/
sizeof
(
*
argv
);
int
argc
=
sizeof
(
argv
)
/
sizeof
(
*
argv
);
int
debugLevel
=
VLMC_GET_INT
(
"private/LogLevel"
);
int
debugLevel
=
VLMC_GET_INT
(
"private/LogLevel"
);
qDebug
()
<<
debugLevel
;
if
(
debugLevel
==
VlmcDebug
::
Debug
)
if
(
debugLevel
==
VlmcDebug
::
Debug
)
argv
[
0
]
=
"-vv"
;
argv
[
0
]
=
"-vv"
;
else
if
(
debugLevel
==
VlmcDebug
::
Verbose
)
else
if
(
debugLevel
==
VlmcDebug
::
Verbose
)
...
...
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