mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove commented out private slot
This commit is contained in:
parent
e3523c8604
commit
0a75a94790
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ signals:
|
|||
void finished(AssetRequest* thisRequest);
|
||||
void progress(qint64 totalReceived, qint64 total);
|
||||
|
||||
//private slots:
|
||||
//void getAssetCallback(bool responseReceived, AssetServerError serverError, const QByteArray& data);
|
||||
|
||||
private:
|
||||
State _state = NotStarted;
|
||||
Error _error = NoError;
|
||||
|
|
Loading…
Reference in a new issue