Home
last modified time | relevance | path

Searched refs:ChannelsCreate (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/channels/
H A Dcreatechanneljob.cpp90 const QUrl url = mRestApiMethod->generateUrl(RestApiUtil::RestApiUrlType::ChannelsCreate); in request()
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/
H A Drestapiutil.h81 ChannelsCreate, enumerator
H A Drestapiutil.cpp147 case RestApiUtil::RestApiUrlType::ChannelsCreate: in restUrl()
/dports/net-im/ruqola/ruqola-1.6.1/src/rocketchatrestapi-qt5/autotests/
H A Drestapimethodtest.cpp107 …QCOMPARE(rest.generateUrl(RestApiUtil::RestApiUrlType::ChannelsCreate), QUrl(QStringLiteral("http:… in shouldGenerateUrl()