diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-01-12 22:01:26 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-01-12 23:15:01 +0900 |
commit | 0199c963de5a46a6526389829e210f5c68226911 (patch) | |
tree | 3c8f7dfc57bbaa96fd794eb3f59d2af03af44813 /libqmatrixclient.pri | |
parent | 93cb0e5897cc94d8cc691bbe62f5b0093dd0a00f (diff) | |
download | libquotient-0199c963de5a46a6526389829e210f5c68226911.tar.gz libquotient-0199c963de5a46a6526389829e210f5c68226911.zip |
BaseJob::Data -> RequestData; support QIODevice* input/output
Diffstat (limited to 'libqmatrixclient.pri')
-rw-r--r-- | libqmatrixclient.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libqmatrixclient.pri b/libqmatrixclient.pri index 8ee3634c..db5de469 100644 --- a/libqmatrixclient.pri +++ b/libqmatrixclient.pri @@ -20,6 +20,7 @@ HEADERS += \ $$PWD/events/typingevent.h \ $$PWD/events/receiptevent.h \ $$PWD/events/redactionevent.h \ + $$PWD/jobs/requestdata.h \ $$PWD/jobs/basejob.h \ $$PWD/jobs/checkauthmethods.h \ $$PWD/jobs/passwordlogin.h \ @@ -49,6 +50,7 @@ SOURCES += \ $$PWD/events/typingevent.cpp \ $$PWD/events/receiptevent.cpp \ $$PWD/events/redactionevent.cpp \ + $$PWD/jobs/requestdata.cpp \ $$PWD/jobs/basejob.cpp \ $$PWD/jobs/checkauthmethods.cpp \ $$PWD/jobs/passwordlogin.cpp \ |