/[svn]/qsampler/trunk/src/qsamplerUtilities.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerUtilities.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3357 by capela, Tue Oct 17 21:44:20 2017 UTC revision 3358 by capela, Wed Oct 18 08:57:21 2017 UTC
# Line 115  QString lscpEscapePath ( const QString& Line 115  QString lscpEscapePath ( const QString&
115                                  !(c >= '0' && c <= '9') &&                                  !(c >= '0' && c <= '9') &&
116                                  !(c >= 'a' && c <= 'z') &&                                  !(c >= 'a' && c <= 'z') &&
117                                  !(c >= 'A' && c <= 'Z') &&                                  !(c >= 'A' && c <= 'Z') &&
118                          #if defined(_WIN32)                          #if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
119                                  !(c == ':') &&                                  !(c == ':') &&
120                          #endif                          #endif
121                                  !(c == pathSeparator)                                  !(c == pathSeparator)

Legend:
Removed from v.3357  
changed lines
  Added in v.3358

  ViewVC Help
Powered by ViewVC