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

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

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

revision 1509 by capela, Thu Nov 22 11:10:44 2007 UTC revision 1667 by schoenebeck, Mon Feb 4 23:24:19 2008 UTC
# Line 2  Line 2 
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 35  struct lscpVersion_t { Line 35  struct lscpVersion_t {
35    
36  QString lscpEscapePath(const QString& sPath);  QString lscpEscapePath(const QString& sPath);
37  QString lscpEscapedPathToPosix(QString path);  QString lscpEscapedPathToPosix(QString path);
38    QString lscpEscapeText(const QString& txt);
39  QString lscpEscapedTextToRaw(QString txt);  QString lscpEscapedTextToRaw(QString txt);
40    
41  lscpVersion_t getRemoteLscpVersion();  lscpVersion_t getRemoteLscpVersion();

Legend:
Removed from v.1509  
changed lines
  Added in v.1667

  ViewVC Help
Powered by ViewVC