Add 'will-finish-launching' event for app.
This commit is contained in:
parent
e4d2368908
commit
bf409efc46
7 changed files with 16 additions and 0 deletions
|
@ -28,6 +28,7 @@ class App : public EventEmitter,
|
|||
virtual void OnWindowAllClosed() OVERRIDE;
|
||||
virtual void OnOpenFile(bool* prevent_default,
|
||||
const std::string& file_path) OVERRIDE;
|
||||
virtual void OnWillFinishLaunching() OVERRIDE;
|
||||
virtual void OnFinishLaunching() OVERRIDE;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue