-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix Qt 5 deprecation warnings * Replace obsoleted QWheelEvent functions * Use QMultiMap for maps storing multiple values with the same key Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Update function signature and fix usage of QMultiMap Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Stay compatible with Qt versions less than 5.14 Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Use QT_VERSION_CHECK Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Round from floating point to integer Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Use QT_VERSION_CHECK Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Add missing parentheses Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Replace obsolete QWheelEvent constructor Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Use QPoint for angle delta Signed-off-by: Jacob Perron <jacob@openrobotics.org> * Undo whitespace changes Signed-off-by: Jacob Perron <jacob@openrobotics.org>
- Loading branch information
1 parent
c5e6803
commit 2eb3d2a
Showing
6 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters