Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
2f7bcfe1
Commit
2f7bcfe1
authored
Dec 10, 2009
by
Hugo Beauzee-Luyssen
Browse files
Corrected clear() method of the undo stack
parent
b119862e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/UndoStack.cpp
View file @
2f7bcfe1
...
...
@@ -52,5 +52,5 @@ void UndoStack::push( QUndoCommand* command )
void
UndoStack
::
clear
()
{
m_undoStack
->
setIndex
(
0
);
m_undoStack
->
clear
(
);
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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