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
27a25c43
Commit
27a25c43
authored
Apr 17, 2009
by
Ludovic Fauvet
Browse files
Add a method to get the number of tracks
parent
c6f94706
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gui/TracksView.h
View file @
27a25c43
...
...
@@ -39,6 +39,7 @@ public:
void
setDuration
(
int
duration
);
int
duration
()
{
return
m_projectDuration
;
}
int
tracksHeight
()
{
return
m_tracksHeight
;
}
int
tracksCount
()
{
return
m_tracksCount
;
}
void
setCursorPos
(
int
pos
);
protected:
...
...
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