Cleanup
This commit is contained in:
parent
14b5293dea
commit
a7f247bdee
5 changed files with 1 additions and 15 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#include <QAbstractListModel>
|
||||
|
||||
#include "ConnectionConfig.h"
|
||||
#include "Expected.h"
|
||||
#include <optional>
|
||||
#include <variant>
|
||||
#include <QVector>
|
||||
|
|
|
|||
|
|
@ -30,9 +30,6 @@ public:
|
|||
using OpenDatabaseSPtr = std::shared_ptr<OpenDatabase>;
|
||||
static OpenDatabaseSPtr createOpenDatabase(const ConnectionConfig &cfg);
|
||||
|
||||
// using on_createResult_callback = std::function<void(Expected<std::shared_ptr<Pgsql::Result>>)>;
|
||||
// void asyncCreateOpenDatabase(const ConnectionConfig &cfg, on_createResult_callback);
|
||||
|
||||
OpenDatabase(const OpenDatabase &) = delete;
|
||||
OpenDatabase& operator=(const OpenDatabase &) = delete;
|
||||
~OpenDatabase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue