Renamed file for data of credits earn statistics.

This commit is contained in:
23rd 2024-06-24 06:17:08 +03:00 committed by John Preston
parent 54d0290ba2
commit 157d5c743b
6 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#pragma once
#include "api/api_statistics_sender.h"
#include "data/data_bot_earn.h"
#include "data/data_credits.h"
#include "data/data_credits_earn.h"
#include "mtproto/sender.h"
namespace Main {

View file

@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "data/data_bot_earn.h"
#include "data/data_credits_earn.h"
#include "ui/widgets/scroll_area.h"
#include "ui/wrap/vertical_layout.h"

View file

@ -7,7 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "data/data_bot_earn.h"
#include "data/data_credits_earn.h"
#include "info/info_content_widget.h"
namespace Info::BotEarn {

View file

@ -7,9 +7,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "data/data_bot_earn.h"
#include "data/data_channel_earn.h"
#include "data/data_credits.h"
#include "data/data_credits_earn.h"
#include "info/info_content_widget.h"
namespace Info::ChannelEarn {

View file

@ -80,9 +80,9 @@ PRIVATE
data/data_birthday.cpp
data/data_birthday.h
data/data_bot_earn.h
data/data_channel_earn.h
data/data_credits.h
data/data_credits_earn.h
data/data_statistics_chart.cpp
data/data_statistics_chart.h
data/data_subscription_option.h