Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -120,7 +120,6 @@ class DeviceInfo : public SimpleTreeItem<DeviceInfo> {
bool forget_;
Q_DISABLE_COPY(DeviceInfo)
};
#endif // DEVICEINFO_H

View File

@@ -170,7 +170,6 @@ class DeviceManager : public SimpleTreeModel<DeviceInfo> {
QThreadPool thread_pool_;
QList<QObject*> wait_for_exit_;
};
template<typename T>

View File

@@ -22,6 +22,7 @@
#include "config.h"
#include <functional>
#include <glib.h>
#include <glib-object.h>
#include <gio/gio.h>

View File

@@ -70,7 +70,6 @@ class GPodLoader : public QObject {
TaskManager *task_manager_;
CollectionBackend *backend_;
bool abort_;
};
#endif // GPODLOADER_H

View File

@@ -102,4 +102,3 @@ bool MtpLoader::TryLoad() {
return !abort_;
}