mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore: Remove undefined Core::sendFile
Files are handled by CoreFile.
This commit is contained in:
parent
e740859ef9
commit
6e7cc6de40
|
@ -111,8 +111,6 @@ public:
|
|||
ToxPk getSelfPublicKey() const override;
|
||||
QPair<QByteArray, QByteArray> getKeypair() const;
|
||||
|
||||
void sendFile(uint32_t friendId, QString filename, QString filePath, long long filesize);
|
||||
|
||||
public slots:
|
||||
void start();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user