Removed Windows-unfriendly trigram

This commit is contained in:
Chris Esposito 2019-07-28 10:09:38 +10:00
parent e2639ae67e
commit 078e27bf70
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ void DisplayControl::setVoltageRange (QWheelEvent* event, bool isProperlyPaused,
qDebug() << "WHEEL @ " << pixPct << "%";
qDebug() << event->delta();
if (not isProperlyPaused)
if (! isProperlyPaused)
{
qDebug() << "TIGGERED";
qDebug() << "upper = " << range.upper << "lower = " << range.lower;