mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Renamed file for data of credits earn statistics.
This commit is contained in:
parent
54d0290ba2
commit
157d5c743b
6 changed files with 5 additions and 5 deletions
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue