Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/tools/qregexp.cpp

    r651 r769  
    524524
    525525    In the mode Wildcard, the wildcard characters cannot be
    526     escaped. In the mode WildcardUnix, the character '\' escapes the
     526    escaped. In the mode WildcardUnix, the character '\' escapes the
    527527    wildcard.
    528528
     
    37753775    \value WildcardUnix This is similar to Wildcard but with the
    37763776    behavior of a Unix shell. The wildcard characters can be escaped
    3777     with the character "\".
     3777    with the character "\".
    37783778
    37793779    \value FixedString The pattern is a fixed string. This is
Note: See TracChangeset for help on using the changeset viewer.