We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bae7e3 commit f2dcddaCopy full SHA for f2dcdda
CustomWidgetExample/RecipeWidget.cpp
@@ -15,5 +15,5 @@ void RecipeWidget::Populate(QString header, QString image_path, QString descript
15
16
void RecipeWidget::OnClickMeButtonClicked()
17
{
18
- int i;
+ // Event handling code here.
19
}
0 commit comments