Index: debugger/QT/SkDebuggerGUI.cpp |
diff --git a/debugger/QT/SkDebuggerGUI.cpp b/debugger/QT/SkDebuggerGUI.cpp |
index 0c369f611357819b7229a6d335b72c83b4022f1b..afb5c6dc5fdec72b56f3f52c8698506022185501 100644 |
--- a/debugger/QT/SkDebuggerGUI.cpp |
+++ b/debugger/QT/SkDebuggerGUI.cpp |
@@ -662,7 +662,7 @@ void SkDebuggerGUI::populateDirectoryWidget() { |
} |
// add any new files |
- foreach (QString f, files) { |
+ Q_FOREACH (QString f, files) { |
if (f.contains(r) && fDirectoryWidget.findItems(f, Qt::MatchExactly).size() == 0) { |
fDirectoryWidget.addItem(f); |
} |