Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Farid Abdelnour
kdenlive
Commits
f764af9a
Commit
f764af9a
authored
Oct 29, 2011
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile error introduced in previous commit
svn path=/trunk/kdenlive/; revision=5999
parent
93e9d27f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/mainwindow.cpp
src/mainwindow.cpp
+0
-3
No files found.
src/mainwindow.cpp
View file @
f764af9a
...
...
@@ -622,7 +622,6 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, const QString &
QMapIterator
<
QString
,
QString
>
i
(
values
);
if
(
i
.
hasNext
())
{
i
.
next
();
KdenliveSettings
::
setProxy_profile
(
i
.
key
());
QString
data
=
i
.
value
();
KdenliveSettings
::
setProxyparams
(
data
.
section
(
';'
,
0
,
0
));
KdenliveSettings
::
setProxyextension
(
data
.
section
(
';'
,
1
,
1
));
...
...
@@ -634,7 +633,6 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, const QString &
QMapIterator
<
QString
,
QString
>
i
(
values
);
if
(
i
.
hasNext
())
{
i
.
next
();
KdenliveSettings
::
setV4l_profile
(
i
.
key
());
QString
data
=
i
.
value
();
KdenliveSettings
::
setV4l_parameters
(
data
.
section
(
';'
,
0
,
0
));
KdenliveSettings
::
setV4l_extension
(
data
.
section
(
';'
,
1
,
1
));
...
...
@@ -646,7 +644,6 @@ MainWindow::MainWindow(const QString &MltPath, const KUrl & Url, const QString &
QMapIterator
<
QString
,
QString
>
i
(
values
);
if
(
i
.
hasNext
())
{
i
.
next
();
KdenliveSettings
::
setDecklink_profile
(
i
.
key
());
QString
data
=
i
.
value
();
KdenliveSettings
::
setDecklink_parameters
(
data
.
section
(
';'
,
0
,
0
));
KdenliveSettings
::
setDecklink_extension
(
data
.
section
(
';'
,
1
,
1
));
...
...
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