mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Just adding some comments for later work
This commit is contained in:
parent
1b2923e8f4
commit
7bc176f5ac
@ -1455,6 +1455,7 @@ _("Project check of \"%s\" folder \
|
||||
nResult = FSCKstatus_CLOSE_REQ;
|
||||
else
|
||||
{
|
||||
// LL: A progress dialog should probably be used here
|
||||
BlockHash::iterator iter = missingAliasedFileAUFHash.begin();
|
||||
while (iter != missingAliasedFileAUFHash.end())
|
||||
{
|
||||
@ -1516,6 +1517,7 @@ _("Project check of \"%s\" folder \
|
||||
nResult = FSCKstatus_CLOSE_REQ;
|
||||
else
|
||||
{
|
||||
// LL: A progress dialog should probably be used here
|
||||
BlockHash::iterator iter = missingAUFHash.begin();
|
||||
while (iter != missingAUFHash.end())
|
||||
{
|
||||
@ -1574,6 +1576,7 @@ _("Project check of \"%s\" folder \
|
||||
nResult = FSCKstatus_CLOSE_REQ;
|
||||
else
|
||||
{
|
||||
// LL: A progress dialog should probably be used here
|
||||
BlockHash::iterator iter = missingAUHash.begin();
|
||||
while (iter != missingAUHash.end())
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user