Skip to content

Commit 665fb22

Browse files
committed
Add test line to action-customization.md
Inserted a 'Test' line before the code block in the documentation, possibly for testing or placeholder purposes.
1 parent 82f0656 commit 665fb22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action-customization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ layout->addWidget(decimalActionSlider->createWidget(this));
2727
### 2. During the creation of the action's widget
2828
The look and feel of an action's GUI can also be modified when creating the action widget. This is achieved by supplying `WidgetAction::createWidget()` with additional widget flags. Building on the previous example, the code then becomes:
2929
30+
Test
3031
```cpp
3132
3233
// Create a single decimal action

0 commit comments

Comments
 (0)