Add new comment

Hi Rui , thank you very much for your fast response.
It has another error :

src/qtractorClip.cpp: In member function ‘virtual void qtractorClip::drawClip(QPainter*, const QRect&, long unsigned int)’:
src/qtractorClip.cpp:437: error: ‘const class QColor’ has no member named ‘darker’
src/qtractorClip.cpp:441: error: ‘const class QColor’ has no member named ‘darker’
src/qtractorClip.cpp:499: error: ‘class QColor’ has no member named ‘darker’
src/qtractorClip.cpp:501: error: ‘class QColor’ has no member named ‘darker’
make[2]: *** [qtractorClip.o] Error 1
make[2]: se sale del directorio `/tmp/qtractor-0.2.1'
make[1]: *** [qtractor] Error 2
make[1]: se sale del directorio `/tmp/qtractor-0.2.1'
make: *** [build-stamp] Error 2

I sopose to make the same but

#if QT_VERSION < 0x040300
#define darker dark
#endif

Instead of

#if QT_VERSION < 0x040300
#define lighter light
#endif

It's ok?

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.