diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-12 20:10:21 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-07-12 20:10:21 +0800 |
| commit | c63914cd24ec7e12c99cae034cf89afa81a9f408 (patch) | |
| tree | 4a8896ce59cbeb5dc8ff4481061d5b99153c17ba /qicclient/client.hxx | |
| parent | 366624e9085cb31609eb0375546aef47ac7a57ac (diff) | |
member related functions move to Member class
Diffstat (limited to 'qicclient/client.hxx')
| -rw-r--r-- | qicclient/client.hxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/qicclient/client.hxx b/qicclient/client.hxx index 26d540d..2f0632d 100644 --- a/qicclient/client.hxx +++ b/qicclient/client.hxx @@ -56,14 +56,6 @@ namespace QICClient { void order(QString const& sku, Catalog const& catalog, Basket& order); - void logIn(size_t (*handler)(void*, size_t, size_t, void*), - icclient_member* member, - QString const& username, - QString const& password, - QString const& successPage = nullptr, - QString const& nextPage = nullptr, - QString const& failPage = nullptr); - public slots: /* void remove(unsigned int const& indices); @@ -83,7 +75,6 @@ namespace QICClient { , QString const& password , QString const& verify); */ - void logOut(); /* void newItem(QString const& description , QString const& comment, @@ -94,8 +85,6 @@ namespace QICClient { signals: void gotResults(Catalog* catalog); void gotFlyPage(shared_ptr<Product> product); - void loggedIn(icclient_member* member); - void loggedOut(); }; } |