1
0
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:
Anthony Bilinski 2022-03-09 02:37:04 -08:00
parent e740859ef9
commit 6e7cc6de40
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C

View File

@ -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();