Skip to content
This repository has been archived by the owner on Aug 26, 2020. It is now read-only.

Commit

Permalink
Fix renamed infoList within Windows conditional includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
3vi1 committed Mar 24, 2018
1 parent ad70094 commit f3111f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logcatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ QStringList LogCatcher::files()

#ifdef USE_FALLBACK_POLLER
QStringList files;
foreach(QFileInfo fileInfo, infoList)
foreach(QFileInfo fileInfo, watchList)
{
files.append(fileInfo.absoluteFilePath());
}
Expand Down

0 comments on commit f3111f8

Please sign in to comment.