statistics_graphics.h 481 B

1234567891011121314151617181920
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Data {
  9. struct StatisticalChart;
  10. } // namespace Data
  11. namespace Statistic {
  12. [[nodiscard]] QImage ChartCurrencyIcon(
  13. const Data::StatisticalChart &chartData,
  14. std::optional<QColor> color);
  15. } // namespace Statistic