VirtualBox

Ignore:
Timestamp:
Oct 21, 2019 1:21:59 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134125
Message:

FE/Qt: bugref:9510. Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationPerformanceMonitor.cpp

    r81226 r81411  
    614614        /* Draw a doughnut chart where data series are stacked on to of each other: */
    615615        drawCombinedDoughnutChart(painter, iMaximum, chartRect, innerRect);
     616#if 0
    616617        /* Draw a doughnut shaped chart and then pie chart inside it: */
    617         // drawDoughnutChart(painter, iMaximum, 0 /* iDataIndex */, chartRect, innerRect);
    618         // drawPieChart(painter, iMaximum, 1 /* iDataIndex */, innerRect, false);
     618        drawDoughnutChart(painter, iMaximum, 0 /* iDataIndex */, chartRect, innerRect);
     619        drawPieChart(painter, iMaximum, 1 /* iDataIndex */, innerRect, false);
     620#endif
    619621    }
    620622    else if (fData0 && !fData1)
     
    695697
    696698UIMetric::UIMetric()
    697     : m_iMaximumQueueSize(0)
     699    : m_iMaximum(0)
     700    , m_iMaximumQueueSize(0)
     701    , m_fRequiresGuestAdditions(false)
     702    , m_fIsInitialized(false)
    698703{
    699704}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette