We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba15d5 commit afc151eCopy full SHA for afc151e
1 file changed
tutorials/tasks.md
@@ -104,7 +104,7 @@ m_taskListener.bind([](SumTask::Event* event) {
104
// You can also assign a member function
105
m_taskListener.bind(this, &MyCoolClass::onSumTask);
106
107
-void MyCoolClass::onTask(SumTask::Event* event) {
+void MyCoolClass::onSumTask(SumTask::Event* event) {
108
// Handling code
109
}
110
```
0 commit comments