mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Removed unused observable passcodedChanged from Application.
This commit is contained in:
@@ -10,7 +10,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||||||
#include "core/core_settings.h"
|
#include "core/core_settings.h"
|
||||||
#include "mtproto/mtproto_auth_key.h"
|
#include "mtproto/mtproto_auth_key.h"
|
||||||
#include "mtproto/mtproto_proxy_data.h"
|
#include "mtproto/mtproto_proxy_data.h"
|
||||||
#include "base/observer.h"
|
|
||||||
#include "base/timer.h"
|
#include "base/timer.h"
|
||||||
|
|
||||||
class MainWindow;
|
class MainWindow;
|
||||||
@@ -104,7 +103,7 @@ namespace Core {
|
|||||||
class Launcher;
|
class Launcher;
|
||||||
struct LocalUrlHandler;
|
struct LocalUrlHandler;
|
||||||
|
|
||||||
class Application final : public QObject, private base::Subscriber {
|
class Application final : public QObject {
|
||||||
public:
|
public:
|
||||||
struct ProxyChange {
|
struct ProxyChange {
|
||||||
MTP::ProxyData was;
|
MTP::ProxyData was;
|
||||||
@@ -351,7 +350,6 @@ private:
|
|||||||
const std::unique_ptr<Lang::CloudManager> _langCloudManager;
|
const std::unique_ptr<Lang::CloudManager> _langCloudManager;
|
||||||
const std::unique_ptr<ChatHelpers::EmojiKeywords> _emojiKeywords;
|
const std::unique_ptr<ChatHelpers::EmojiKeywords> _emojiKeywords;
|
||||||
std::unique_ptr<Lang::Translator> _translator;
|
std::unique_ptr<Lang::Translator> _translator;
|
||||||
base::Observable<void> _passcodedChanged;
|
|
||||||
QPointer<Ui::BoxContent> _badProxyDisableBox;
|
QPointer<Ui::BoxContent> _badProxyDisableBox;
|
||||||
|
|
||||||
std::unique_ptr<Media::Player::FloatController> _floatPlayers;
|
std::unique_ptr<Media::Player::FloatController> _floatPlayers;
|
||||||
|
Reference in New Issue
Block a user