misc stuff
This commit is contained in:
parent
423043d431
commit
7fbc828326
3 changed files with 2 additions and 9 deletions
|
|
@ -47,13 +47,6 @@ SslMode StringToSslMode(QString s)
|
|||
return {};
|
||||
}
|
||||
|
||||
|
||||
//std::vector<const char*> ConnectionConfig::s_keywords = {
|
||||
// "host", "hostaddr", "port", "user", "password", "dbname",
|
||||
// "sslmode", "sslcert", "sslkey", "sslrootcrt", "sslcrl",
|
||||
// "client_encoding", "application_name", nullptr };
|
||||
|
||||
|
||||
ConnectionConfig::ConnectionConfig()
|
||||
: m_applicationName(QCoreApplication::applicationName().toUtf8().data())
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue