Added ability to test the connection in the dialog where the connection details are entered.
This commit is contained in:
parent
45795333f2
commit
c00a0452d1
7 changed files with 201 additions and 43 deletions
|
|
@ -23,6 +23,7 @@ SOURCES += \
|
|||
Pglablib.cpp \
|
||||
ASyncDBConnection.cpp \
|
||||
ConnectionConfig.cpp \
|
||||
TestConnection.cpp \
|
||||
WaitHandleList.cpp \
|
||||
catalog/PgType.cpp \
|
||||
catalog/PgTypeContainer.cpp \
|
||||
|
|
@ -89,6 +90,7 @@ HEADERS += \
|
|||
Pglablib.h \
|
||||
ASyncDBConnection.h \
|
||||
ConnectionConfig.h \
|
||||
TestConnection.h \
|
||||
WaitHandleList.h \
|
||||
Win32Event.h \
|
||||
catalog/PgType.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue