mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Replace gsl::not_null<T*> with just not_null<T*>.
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
private:
|
||||
QSize rippleSize() const;
|
||||
|
||||
gsl::not_null<const style::Check*> _st;
|
||||
not_null<const style::Check*> _st;
|
||||
|
||||
};
|
||||
|
||||
@@ -93,7 +93,7 @@ public:
|
||||
private:
|
||||
QSize rippleSize() const;
|
||||
|
||||
gsl::not_null<const style::Radio*> _st;
|
||||
not_null<const style::Radio*> _st;
|
||||
|
||||
};
|
||||
|
||||
@@ -112,7 +112,7 @@ private:
|
||||
void paintXV(Painter &p, int left, int top, int outerWidth, float64 toggled, const QBrush &brush);
|
||||
QSize rippleSize() const;
|
||||
|
||||
gsl::not_null<const style::Toggle*> _st;
|
||||
not_null<const style::Toggle*> _st;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user