Skip to content

Commit

Permalink
extract peer related to new header data/data_peer.h
Browse files Browse the repository at this point in the history
Also update references in files
Related to #240.
Partially based on upstream commit telegramdesktop/tdesktop@ffc20e4
  • Loading branch information
leha-bot committed Aug 18, 2019
1 parent bc898f3 commit 4aa8f29
Show file tree
Hide file tree
Showing 11 changed files with 1,051 additions and 1,010 deletions.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/auth_session.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#pragma once

#include "base/timer.h"
#include "structs.h"
#include "data/data_peer.h"

namespace Storage {
class Downloader;
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/boxes/edit_participant_box.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#include "boxes/abstract_box.h"
#include "core/basic_types.h"
#include "data/data_types.h"
#include "data/data_peer.h"

#include "structs.h" // temporarily. (ChannelData

namespace Ui {
class FlatLabel;
Expand Down
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/chat_helpers/field_autocomplete.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#pragma once

#include "base/observer.h"
#include "structs.h"
#include "data/data_peer.h" // BotCommand
#include "ui/animation.h"
#include "ui/twidget.h"
#include <QTimer>
Expand Down
Loading

0 comments on commit 4aa8f29

Please sign in to comment.