mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Removed base/observer.h from main pch.
Removed unused inheritances from base::Subscriber.
This commit is contained in:
@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/observer.h"
|
||||
#include "base/timer.h"
|
||||
|
||||
class History;
|
||||
|
@@ -40,8 +40,7 @@ enum class Column {
|
||||
|
||||
class AbstractSectionWidget
|
||||
: public Ui::RpWidget
|
||||
, public Media::Player::FloatSectionDelegate
|
||||
, protected base::Subscriber {
|
||||
, public Media::Player::FloatSectionDelegate {
|
||||
public:
|
||||
AbstractSectionWidget(
|
||||
QWidget *parent,
|
||||
|
@@ -7,6 +7,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/observer.h"
|
||||
#include "ui/rp_widget.h"
|
||||
|
||||
class EditColorBox;
|
||||
|
@@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "base/flags.h"
|
||||
#include "base/object_ptr.h"
|
||||
#include "base/observer.h"
|
||||
#include "base/weak_ptr.h"
|
||||
#include "base/timer.h"
|
||||
#include "dialogs/dialogs_key.h"
|
||||
|
Reference in New Issue
Block a user