Add error handling for mtp and gpod device
This commit is contained in:
@@ -51,7 +51,7 @@ class MtpLoader : public QObject {
|
||||
signals:
|
||||
void Error(const QString &message);
|
||||
void TaskStarted(int task_id);
|
||||
void LoadFinished();
|
||||
void LoadFinished(bool success);
|
||||
|
||||
private:
|
||||
bool TryLoad();
|
||||
|
||||
Reference in New Issue
Block a user