pgAdmin 4 commit: sleep api used in pgAdmin4.cpp doesn't seem cross-pla - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: sleep api used in pgAdmin4.cpp doesn't seem cross-pla
Date
Msg-id E1ZrkOU-0002NG-Al@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
sleep api used in pgAdmin4.cpp doesn't seem cross-platform(used from POSIX
specific C header). Either need to be replaced by C++11 equivalent or Qt
one. QThread::sleep seem appropriate to me.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6c62d9eecd8a8742b53f47463aba4e54cf0f2985
Author: Prasad Somwanshi <prasad.s@mail.com>

Modified Files
--------------
runtime/pgAdmin4.cpp |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: "Prasad Somwanshi"
Date:
Subject: pgadmin4: sleep api
Next
From: Dave Page
Date:
Subject: Re: pgadmin4: sleep api