Formatting
This commit is contained in:
@@ -136,7 +136,6 @@ class InternetCollectionView : public AutoExpandingTreeView {
|
||||
Song last_selected_song_;
|
||||
QString last_selected_container_;
|
||||
QSet<QString> last_selected_path_;
|
||||
|
||||
};
|
||||
|
||||
#endif // INTERNETCOLLECTIONVIEW_H
|
||||
|
||||
@@ -40,7 +40,6 @@ class InternetSearchItemDelegate : public CollectionItemDelegate {
|
||||
|
||||
private:
|
||||
InternetSearchView *view_;
|
||||
|
||||
};
|
||||
|
||||
#endif // INTERNETSEARCHITEMDELEGATE_H
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -141,7 +141,6 @@ class InternetService : public QObject {
|
||||
QString url_scheme_;
|
||||
QString settings_group_;
|
||||
SettingsDialog::Page settings_page_;
|
||||
|
||||
};
|
||||
Q_DECLARE_METATYPE(InternetService*)
|
||||
|
||||
|
||||
@@ -60,7 +60,6 @@ class InternetServices : public QObject {
|
||||
private:
|
||||
QMap<Song::Source, InternetService*> services_;
|
||||
QList<InternetService*> wait_for_exit_;
|
||||
|
||||
};
|
||||
|
||||
#endif // INTERNETSERVICES_H
|
||||
|
||||
@@ -63,7 +63,6 @@ class InternetSongsView : public QWidget {
|
||||
QString settings_group_;
|
||||
SettingsDialog::Page settings_page_;
|
||||
Ui_InternetCollectionViewContainer *ui_;
|
||||
|
||||
};
|
||||
|
||||
#endif // INTERNETSONGSVIEW_H
|
||||
|
||||
@@ -74,7 +74,6 @@ class InternetTabsView : public QWidget {
|
||||
QString settings_group_;
|
||||
SettingsDialog::Page settings_page_;
|
||||
Ui_InternetTabsView *ui_;
|
||||
|
||||
};
|
||||
|
||||
#endif // INTERNETTABSVIEW_H
|
||||
|
||||
@@ -69,7 +69,6 @@ class LocalRedirectServer : public QTcpServer {
|
||||
QAbstractSocket *socket_;
|
||||
QByteArray buffer_;
|
||||
QString error_;
|
||||
|
||||
};
|
||||
|
||||
#endif // LOCALREDIRECTSERVER_H
|
||||
|
||||
Reference in New Issue
Block a user