Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 2, 2020
1 parent 77e6bfd commit 00d61e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ ToolBarWidgetWheelWidgetAction::ToolBarWidgetWheelWidgetAction(QWidget *pParent)

QWidget * ToolBarWidgetWheelWidgetAction::createWidget(QWidget *pParent)
{
// Create and return a line edit widget
// Create and return a wheel widget
// Note: in some cases, to emit the created() signal directly after creating
// the wheel widget may result in the signal being emitted before a
// caller gets a chance to create a connection for it, hence we emit
Expand Down

0 comments on commit 00d61e7

Please sign in to comment.