From 2a687a202af605763ce49880cf11379ce4c95d44 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 9 Oct 2023 00:20:30 +0200 Subject: Fix typing notifications --- src/timeline/EventDelegateChooser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/timeline/EventDelegateChooser.h') diff --git a/src/timeline/EventDelegateChooser.h b/src/timeline/EventDelegateChooser.h index ce79444a..df1953ab 100644 --- a/src/timeline/EventDelegateChooser.h +++ b/src/timeline/EventDelegateChooser.h @@ -84,8 +84,8 @@ signals: private: void polishChooser(); - double aspectRatio_ = 1.; - int maxWidth_ = -1; + double aspectRatio_ = 1.; + int maxWidth_ = -1; int maxHeight_ = -1; bool keepAspectRatio_ = false; bool isReply_ = false; @@ -252,7 +252,7 @@ private: QString currentId; QString instantiatedId; - int instantiatedRole = -1; + int instantiatedRole = -1; QAbstractItemModel *instantiatedModel = nullptr; int oldType = -1; }; -- cgit 1.5.1