diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-09 00:20:30 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-10-09 00:20:30 +0200 |
commit | 2a687a202af605763ce49880cf11379ce4c95d44 (patch) | |
tree | 46fe02d6d9d5b91c6cc946090eb1e82166099a96 /src/timeline/EventDelegateChooser.h | |
parent | Fixup reply and state event rendering (diff) | |
download | nheko-2a687a202af605763ce49880cf11379ce4c95d44.tar.xz |
Fix typing notifications
Diffstat (limited to 'src/timeline/EventDelegateChooser.h')
-rw-r--r-- | src/timeline/EventDelegateChooser.h | 6 |
1 files changed, 3 insertions, 3 deletions
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; }; |