comparison main/MainWindow.cpp @ 1155:2ebb6b52388a 3.0-integration

Update Qt copyright note
author Chris Cannam
date Wed, 27 Apr 2016 11:34:08 +0100
parents e0aa911e1a8a
children cc434d37a126
comparison
equal deleted inserted replaced
1154:6bb10d3342c8 1155:2ebb6b52388a
4574 .arg(version) 4574 .arg(version)
4575 .arg(debug ? tr("Debug") : tr("Release")); 4575 .arg(debug ? tr("Debug") : tr("Release"));
4576 4576
4577 aboutText += "<small>"; 4577 aboutText += "<small>";
4578 4578
4579 aboutText += tr("With Qt v%1 &copy; Nokia Corporation").arg(QT_VERSION_STR); 4579 aboutText += tr("With Qt v%1 &copy; The Qt Company").arg(QT_VERSION_STR);
4580 4580
4581 #ifdef HAVE_JACK 4581 #ifdef HAVE_JACK
4582 #ifdef JACK_VERSION 4582 #ifdef JACK_VERSION
4583 aboutText += tr("<br>With JACK audio output library v%1 &copy; Paul Davis and Jack O'Quin").arg(JACK_VERSION); 4583 aboutText += tr("<br>With JACK audio output library v%1 &copy; Paul Davis and Jack O'Quin").arg(JACK_VERSION);
4584 #else // !JACK_VERSION 4584 #else // !JACK_VERSION