mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Rename AuthSession to Main::Session.
This commit is contained in:
@@ -13,7 +13,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "ui/rp_widget.h"
|
||||
#include "base/flags.h"
|
||||
|
||||
class AuthSession;
|
||||
namespace Main {
|
||||
class Session;
|
||||
} // namespace Main
|
||||
|
||||
namespace Ui {
|
||||
class IconButton;
|
||||
@@ -163,7 +165,7 @@ private:
|
||||
NextOrOriginal,
|
||||
};
|
||||
|
||||
AuthSession &session() const;
|
||||
Main::Session &session() const;
|
||||
|
||||
void dialogRowReplaced(Row *oldRow, Row *newRow);
|
||||
|
||||
|
Reference in New Issue
Block a user