diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-18 14:20:53 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2016-11-26 18:23:27 +0900 |
commit | 78cfe3c102b686c71a1da5cbe91a2ae42dc03825 (patch) | |
tree | 09530f95bb5f8ac6b73b5ba07a38a753f68e6184 /connectiondata.h | |
parent | 6776be9849bb32012dc057fe0f6738437b0cd79d (diff) | |
download | libquotient-78cfe3c102b686c71a1da5cbe91a2ae42dc03825.tar.gz libquotient-78cfe3c102b686c71a1da5cbe91a2ae42dc03825.zip |
Cleanup
Diffstat (limited to 'connectiondata.h')
-rw-r--r-- | connectiondata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectiondata.h b/connectiondata.h index 89e30e4d..0eadab80 100644 --- a/connectiondata.h +++ b/connectiondata.h @@ -30,7 +30,6 @@ namespace QMatrixClient ConnectionData(QUrl baseUrl); virtual ~ConnectionData(); - //bool isConnected() const; QString accessToken() const; QUrl baseUrl() const; |