Formatting
This commit is contained in:
@@ -120,7 +120,6 @@ class DeviceInfo : public SimpleTreeItem<DeviceInfo> {
|
||||
bool forget_;
|
||||
|
||||
Q_DISABLE_COPY(DeviceInfo)
|
||||
|
||||
};
|
||||
|
||||
#endif // DEVICEINFO_H
|
||||
|
||||
@@ -170,7 +170,6 @@ class DeviceManager : public SimpleTreeModel<DeviceInfo> {
|
||||
QThreadPool thread_pool_;
|
||||
|
||||
QList<QObject*> wait_for_exit_;
|
||||
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <functional>
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
@@ -70,7 +70,6 @@ class GPodLoader : public QObject {
|
||||
TaskManager *task_manager_;
|
||||
CollectionBackend *backend_;
|
||||
bool abort_;
|
||||
|
||||
};
|
||||
|
||||
#endif // GPODLOADER_H
|
||||
|
||||
@@ -102,4 +102,3 @@ bool MtpLoader::TryLoad() {
|
||||
return !abort_;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user