-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[文档和示例代码更新]: 对文档和示例代码进行了更新,以提高清晰度和一致性。
- 在 `README.md` 中调整了播放器图片的显示大小,现在图片将占据90%的容器宽度和高度,增强了文档的视觉效果。 - 更新了 `player` 示例的 `main.cpp` 文件,增加了 `app.setActivationWindow(&w);` 行,以确保应用程序窗口的正确激活。 - 同样在 `transcoder` 示例的 `main.cc` 文件中进行了类似的更新,增加了 `app.setActivationWindow(&w);` 行,保证窗口激活的一致性。 - 修改了示例代码中的 `app.exec()` 返回值的处理方式,从 `int result = app.exec();` 改为使用 `auto` 关键字,这是为了提高代码的可读性和减少显式类型声明。
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters