mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Have the runtime check in a loop to see if the app server is up before
opening the browser window.
This commit is contained in:
@@ -28,4 +28,8 @@
|
||||
// Application name
|
||||
const QString PGA_APP_NAME = QString("pgAdmin 4");
|
||||
|
||||
// Global function prototypes
|
||||
int main(int argc, char * argv[]);
|
||||
bool PingServer(QUrl url);
|
||||
|
||||
#endif // PGADMIN4_H
|
||||
|
||||
Reference in New Issue
Block a user