Home
last modified time | relevance | path

Searched refs:ACCOUNT_INFO_URL (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/gemini/cloud/dropbox/3rdparty/
H A Ddroprestapi.h44 #define ACCOUNT_INFO_URL "https://api.dropbox.com/1/account/info" macro
H A Ddroprestapi.cc168 url.setUrl(QString("%1").arg(ACCOUNT_INFO_URL)); in accountinfo()