Fixes for project loading progress display (#3672)
Fix project loading progress jumping back. Show the name of the track currently being loaded.
This commit is contained in:
committed by
Oskar Wallgren
parent
494714bf44
commit
c6c67b3c75
@@ -97,6 +97,10 @@ public:
|
||||
|
||||
void processNextBuffer();
|
||||
|
||||
inline int getLoadingTrackCount() const
|
||||
{
|
||||
return m_nLoadingTrack;
|
||||
}
|
||||
inline int getMilliseconds() const
|
||||
{
|
||||
return m_elapsedMilliSeconds;
|
||||
@@ -339,6 +343,7 @@ private:
|
||||
|
||||
ControllerVector m_controllers;
|
||||
|
||||
int m_nLoadingTrack;
|
||||
|
||||
QString m_fileName;
|
||||
QString m_oldFileName;
|
||||
|
||||
Reference in New Issue
Block a user