Skip to content

Commit f2dcdda

Browse files
committed
Minor impr.
1 parent 1bae7e3 commit f2dcdda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CustomWidgetExample/RecipeWidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ void RecipeWidget::Populate(QString header, QString image_path, QString descript
1515

1616
void RecipeWidget::OnClickMeButtonClicked()
1717
{
18-
int i;
18+
// Event handling code here.
1919
}

0 commit comments

Comments
 (0)