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

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

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

revision 3787 by capela, Tue Aug 13 10:19:32 2019 UTC revision 3788 by capela, Thu Jun 11 16:59:09 2020 UTC
# Line 1  Line 1 
1  // qsamplerDevice.h  // qsamplerDevice.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 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
# Line 143  public: Line 143  public:
143    
144          // Message logging methods (brainlessly mapped to main form's).          // Message logging methods (brainlessly mapped to main form's).
145          void appendMessages       (const QString& s) const;          void appendMessages       (const QString& s) const;
146          void appendMessagesColor  (const QString& s, const QString & c) const;          void appendMessagesColor  (const QString& s, const QColor& rgb) const;
147          void appendMessagesText   (const QString& s) const;          void appendMessagesText   (const QString& s) const;
148          void appendMessagesError  (const QString& s) const;          void appendMessagesError  (const QString& s) const;
149          void appendMessagesClient (const QString& s) const;          void appendMessagesClient (const QString& s) const;

Legend:
Removed from v.3787  
changed lines
  Added in v.3788

  ViewVC Help
Powered by ViewVC