mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Rename RPCError to MTP::Error.
This commit is contained in:
@@ -15,7 +15,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "mtproto/sender.h"
|
||||
#include "api/api_single_message_search.h"
|
||||
|
||||
class RPCError;
|
||||
namespace MTP {
|
||||
class Error;
|
||||
} // namespace MTP
|
||||
|
||||
namespace Main {
|
||||
class Session;
|
||||
@@ -166,9 +168,9 @@ private:
|
||||
|
||||
void searchFailed(
|
||||
SearchRequestType type,
|
||||
const RPCError &error,
|
||||
const MTP::Error &error,
|
||||
mtpRequestId requestId);
|
||||
void peopleFailed(const RPCError &error, mtpRequestId requestId);
|
||||
void peopleFailed(const MTP::Error &error, mtpRequestId requestId);
|
||||
|
||||
void scrollToTop();
|
||||
void setupScrollUpButton();
|
||||
|
Reference in New Issue
Block a user