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:
Dave Page
2013-10-04 18:16:31 +01:00
parent e120c43663
commit b022e5d347
5 changed files with 86 additions and 12 deletions

View File

@@ -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