Decompose countInitialGeomety from MainWindow

This commit is contained in:
Ilya Fedin
2026-01-31 11:23:19 +04:00
committed by John Preston
parent d33293ba6b
commit 54683b2d21
9 changed files with 155 additions and 163 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ namespace Iv {
class Delegate {
public:
virtual void ivSetLastSourceWindow(not_null<QWidget*> window) = 0;
[[nodiscard]] virtual QRect ivGeometry() const = 0;
[[nodiscard]] virtual QRect ivGeometry(not_null<Ui::RpWindow*> window) const = 0;
virtual void ivSaveGeometry(not_null<Ui::RpWindow*> window) = 0;
[[nodiscard]] virtual int ivZoom() const = 0;