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

@@ -136,7 +136,6 @@ class InternetCollectionView : public AutoExpandingTreeView {
Song last_selected_song_;
QString last_selected_container_;
QSet<QString> last_selected_path_;
};
#endif // INTERNETCOLLECTIONVIEW_H

View File

@@ -40,7 +40,6 @@ class InternetSearchItemDelegate : public CollectionItemDelegate {
private:
InternetSearchView *view_;
};
#endif // INTERNETSEARCHITEMDELEGATE_H

View File

@@ -93,7 +93,6 @@ class InternetSearchModel : public QStandardItemModel {
QPixmap no_cover_icon_;
CollectionModel::Grouping group_by_;
QMap<ContainerKey, QStandardItem*> containers_;
};
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)

View File

@@ -215,7 +215,6 @@ class InternetSearchView : public QWidget {
QMap<int, PendingState> pending_searches_;
QMap<quint64, QPair<QModelIndex, QString>> cover_loader_tasks_;
};
Q_DECLARE_METATYPE(InternetSearchView::Result)
Q_DECLARE_METATYPE(InternetSearchView::ResultList)

View File

@@ -141,7 +141,6 @@ class InternetService : public QObject {
QString url_scheme_;
QString settings_group_;
SettingsDialog::Page settings_page_;
};
Q_DECLARE_METATYPE(InternetService*)

View File

@@ -60,7 +60,6 @@ class InternetServices : public QObject {
private:
QMap<Song::Source, InternetService*> services_;
QList<InternetService*> wait_for_exit_;
};
#endif // INTERNETSERVICES_H

View File

@@ -63,7 +63,6 @@ class InternetSongsView : public QWidget {
QString settings_group_;
SettingsDialog::Page settings_page_;
Ui_InternetCollectionViewContainer *ui_;
};
#endif // INTERNETSONGSVIEW_H

View File

@@ -74,7 +74,6 @@ class InternetTabsView : public QWidget {
QString settings_group_;
SettingsDialog::Page settings_page_;
Ui_InternetTabsView *ui_;
};
#endif // INTERNETTABSVIEW_H

View File

@@ -69,7 +69,6 @@ class LocalRedirectServer : public QTcpServer {
QAbstractSocket *socket_;
QByteArray buffer_;
QString error_;
};
#endif // LOCALREDIRECTSERVER_H