handles missing api key
This commit is contained in:
parent
2489e46d23
commit
708eb51755
7 changed files with 85 additions and 13 deletions
7
App.h
7
App.h
|
@ -21,6 +21,13 @@ public:
|
|||
MainWindow* mainWindow = nullptr;
|
||||
|
||||
|
||||
void ReadyToRun()
|
||||
{
|
||||
printf("ready to Run");
|
||||
// mainWindow->checkValidKey();
|
||||
|
||||
}
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue