Update inline comments.

This commit is contained in:
Saleem Edah-Tally
2025-07-15 20:36:38 +02:00
parent 518371e5c1
commit 5f5cec01c0

View File

@@ -47,12 +47,12 @@ typedef std::map<uint, std::tuple<std::string, InsaneWorkerEvent::ImageAttribute
* *
* Text box: * Text box:
* - shows the path and the basename of the files to create. This must be set * - shows the path and the basename of the files to create. This must be set
* by the application in any conveniant manner. * by the application in any convenient manner.
* Pressing the backspace key clears the text box. * Pressing the backspace key clears the text box.
* *
* Button: * Button:
* - Right click: shows the scanner widget. * - Right click: shows the scanner widget.
* - Left click: starts scanning. * - Left click: starts or cancels scanning.
* - Ctrl + Right click: show the stamp widgets dialog. * - Ctrl + Right click: show the stamp widgets dialog.
*/ */
class XInsaneWidget : public InsaneWidget class XInsaneWidget : public InsaneWidget