Mercurial > hg > sonic-visualiser
changeset 1769:0698743f52a4
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 14:44:21 +0000 |
parents | f684b19ab777 |
children | 893f556cd5c9 |
files | main/PreferencesDialog.cpp vext-lock.json |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/main/PreferencesDialog.cpp Fri Feb 16 08:27:04 2018 +0000 +++ b/main/PreferencesDialog.cpp Thu Mar 01 14:44:21 2018 +0000 @@ -154,7 +154,7 @@ settings.value("overview-colour", m_overviewColour.name()) .toString(); m_overviewColour.setNamedColor(qcolorName); - cerr << "loaded colour " << m_overviewColour.name() << " from settings" << endl; + SVCERR << "loaded colour " << m_overviewColour.name() << " from settings" << endl; } settings.endGroup(); @@ -171,7 +171,7 @@ ColourComboBox *overviewColour = new ColourComboBox(false); int overviewColourIndex = ColourDatabase::getInstance()->getColourIndex(m_overviewColour); - cerr << "index = " << overviewColourIndex << " for colour " << m_overviewColour.name() << endl; + SVCERR << "index = " << overviewColourIndex << " for colour " << m_overviewColour.name() << endl; if (overviewColourIndex >= 0) { overviewColour->setCurrentIndex(overviewColourIndex); } @@ -328,7 +328,7 @@ QString f0 = f; f.replace("sonic-visualiser_", "").replace(".qm", ""); if (f == f0) { // our expectations about filename format were not met - cerr << "INFO: Unexpected filename " << f << " in i18n resource directory" << endl; + SVCERR << "INFO: Unexpected filename " << f << " in i18n resource directory" << endl; } else { m_locales.push_back(f); QString displayText;
--- a/vext-lock.json Fri Feb 16 08:27:04 2018 +0000 +++ b/vext-lock.json Thu Mar 01 14:44:21 2018 +0000 @@ -4,10 +4,10 @@ "pin": "8742125177ae" }, "svcore": { - "pin": "622d193a00dc" + "pin": "87ae75da6527" }, "svgui": { - "pin": "5f68f5c74904" + "pin": "6e724c81f18f" }, "svapp": { "pin": "72b4870f0e6b"