chore: init from code-review-graph-main snapshot (v2.3.7)
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
class MyWidgetPlain {
|
||||
public:
|
||||
MyWidgetPlain();
|
||||
~MyWidgetPlain();
|
||||
void doSomething();
|
||||
int calculateValue(int a, int b);
|
||||
|
||||
protected:
|
||||
void onButtonClicked();
|
||||
void onDataReceived(int value);
|
||||
void onReset();
|
||||
};
|
||||
Reference in New Issue
Block a user