Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
537da761
Commit
537da761
authored
May 25, 2013
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
if(foo) delete foo; -> delete foo
parent
34b587e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/recmonitor.cpp
src/recmonitor.cpp
+1
-1
No files found.
src/recmonitor.cpp
View file @
537da761
...
...
@@ -181,7 +181,7 @@ RecMonitor::~RecMonitor()
m_spaceTimer
.
stop
();
delete
m_captureProcess
;
delete
m_displayProcess
;
if
(
m_captureDevice
)
delete
m_captureDevice
;
delete
m_captureDevice
;
}
void
RecMonitor
::
mouseDoubleClickEvent
(
QMouseEvent
*
event
)
...
...
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