forked from winsoft666/QWebView
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Notify CEF about window's visible when each MainFrame load finished.
2. Using XXX.XXX.XXX to manage version.
- Loading branch information
winsoft666
committed
Aug 31, 2020
1 parent
e98111b
commit 6e06e31
Showing
4 changed files
with
29 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#ifndef QCEF_VERSION_H_ | ||
#define QCEF_VERSION_H_ | ||
#pragma once | ||
|
||
#define QCEF_VERSION_MAJOR 1 | ||
#define QCEF_VERSION_MINOR 0 | ||
#define QCEF_VERSION_PATCH 1 | ||
|
||
#endif // !QCEF_VERSION_H_ |
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