2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Replace gsl::not_null<T*> with just not_null<T*>.

This commit is contained in:
John Preston
2017-08-17 11:31:24 +03:00
parent cc4023d26a
commit b3da99c302
148 changed files with 966 additions and 963 deletions

View File

@@ -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;
};