Moved files of linear chart view class to directory.

This commit is contained in:
23rd 2023-08-27 23:47:04 +03:00 committed by John Preston
parent 361d269bf3
commit 671e81033c
4 changed files with 4 additions and 4 deletions

View File

@ -1286,8 +1286,6 @@ PRIVATE
statistics/chart_horizontal_lines_data.h
statistics/chart_widget.cpp
statistics/chart_widget.h
statistics/linear_chart_view.cpp
statistics/linear_chart_view.h
statistics/point_details_widget.cpp
statistics/point_details_widget.h
statistics/segment_tree.cpp
@ -1297,6 +1295,8 @@ PRIVATE
statistics/statistics_common.h
statistics/statistics_data_deserialize.cpp
statistics/statistics_data_deserialize.h
statistics/view/linear_chart_view.cpp
statistics/view/linear_chart_view.h
storage/details/storage_file_utilities.cpp
storage/details/storage_file_utilities.h
storage/details/storage_settings_scheme.cpp

View File

@ -11,8 +11,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/qt/qt_key_modifiers.h"
#include "lang/lang_keys.h"
#include "statistics/chart_lines_filter_widget.h"
#include "statistics/linear_chart_view.h"
#include "statistics/point_details_widget.h"
#include "statistics/view/linear_chart_view.h"
#include "ui/abstract_button.h"
#include "ui/effects/animation_value_f.h"
#include "ui/painter.h"

View File

@ -5,7 +5,7 @@ the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#include "statistics/linear_chart_view.h"
#include "statistics/view/linear_chart_view.h"
#include "data/data_statistics.h"
#include "statistics/statistics_common.h"