mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 12:44:23 -04:00
Using <mouse wheel> causes APIdoxs errors
This commit is contained in:
@@ -335,14 +335,14 @@ public:
|
||||
void visualBell();
|
||||
|
||||
/**
|
||||
* Specified whether zoom terminal on Ctrl+<mouse wheel> is enabled or not.
|
||||
* Specified whether zoom terminal on Ctrl+mousewheel is enabled or not.
|
||||
* Defaults to enabled.
|
||||
*/
|
||||
void setMouseWheelZoom(bool value) {
|
||||
_mouseWheelZoom = value;
|
||||
};
|
||||
/**
|
||||
* Returns the whether zoom terminal on Ctrl+<mouse wheel> is enabled.
|
||||
* Returns the whether zoom terminal on Ctrl+mousewheel is enabled.
|
||||
*
|
||||
* See setMouseWheelZoom()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user