handles missing api key
This commit is contained in:
parent
2489e46d23
commit
708eb51755
7 changed files with 85 additions and 13 deletions
2
App.cpp
2
App.cpp
|
@ -38,6 +38,8 @@ void App::AboutRequested() {
|
|||
about->Show();
|
||||
}
|
||||
|
||||
|
||||
|
||||
int main() {
|
||||
App *app = new App();
|
||||
app->Run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue