Fix wrong path
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
2e6750e0b4
commit
15ad3be106
|
@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
```
|
||||
|
||||
Please refer to [the QWidget example](/examples/QWidget/main.cpp) for more detailed information.
|
||||
Please refer to [the QWidget example](/examples/widget/) for more detailed information.
|
||||
|
||||
### Some details
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ WinNativeEventFilter::addFramelessWindow(widget.windowHandle());
|
|||
widget.show();
|
||||
```
|
||||
|
||||
Please refer to [the QWidget example](/examples/QWidget/main.cpp) for more detailed information.
|
||||
Please refer to [the QWidget example](/examples/widget/) for more detailed information.
|
||||
|
||||
### Some details
|
||||
|
||||
|
|
Loading…
Reference in New Issue