Changeset 23929 in vbox for trunk/src/VBox
- Timestamp:
- Oct 21, 2009 11:18:46 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp
r23879 r23929 1211 1211 for (int i = 0; i < mSlotTemplates.size(); ++ i) 1212 1212 { 1213 regExp = QRegExp ( mSlotTemplates [i].arg ("(\\d+)"));1213 regExp = QRegExp (i >= 0 && i <= 3 ? mSlotTemplates [i] : mSlotTemplates [i].arg ("(\\d+)")); 1214 1214 if (regExp.indexIn (aSlot) != -1) 1215 1215 {
Note:
See TracChangeset
for help on using the changeset viewer.