Formatting
This commit is contained in:
@@ -36,7 +36,6 @@ class CoverUtils {
|
||||
static QString CoverFilenameFromVariable(const CoverOptions &options, const QString &artist, QString album, const QString &extension = QString());
|
||||
static QString CoverFilePath(const CoverOptions &options, const Song &song, const QString &album_dir, const QUrl &cover_url, const QString &extension = QString());
|
||||
static QString CoverFilePath(const CoverOptions &options, const Song::Source source, const QString &artist, const QString &album, const QString &album_id, const QString &album_dir, const QUrl &cover_url, const QString &extension = QString());
|
||||
|
||||
};
|
||||
|
||||
#endif // COVERUTILS_H
|
||||
|
||||
@@ -27,6 +27,6 @@ namespace Utilities {
|
||||
|
||||
QString MimeTypeFromData(const QByteArray &data);
|
||||
|
||||
} // namespace Utilities
|
||||
} // namespace Utilities
|
||||
|
||||
#endif // MIMEUTILS_H
|
||||
|
||||
@@ -43,4 +43,4 @@ QString StringFixup(QString text) {
|
||||
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace MusixmatchProvider
|
||||
|
||||
@@ -26,6 +26,6 @@ namespace MusixmatchProvider {
|
||||
|
||||
QString StringFixup(QString text);
|
||||
|
||||
} // namespace
|
||||
} // namespace MusixmatchProvider
|
||||
|
||||
#endif // MUSIXMATCHPROVIDER_H
|
||||
|
||||
@@ -28,6 +28,6 @@ namespace Utilities {
|
||||
QScreen *GetScreen(QWidget *widget);
|
||||
void CenterWidgetOnScreen(QScreen *screen, QWidget *widget);
|
||||
|
||||
} // namespace Utilities
|
||||
} // namespace Utilities
|
||||
|
||||
#endif // SCREENUTILS_H
|
||||
|
||||
@@ -27,4 +27,4 @@ namespace Utilities {
|
||||
QByteArray TextEncodingFromData(const QByteArray &data);
|
||||
} // namespace Utilities
|
||||
|
||||
#endif // TEXTENCODINGUTILS_H
|
||||
#endif // TEXTENCODINGUTILS_H
|
||||
|
||||
Reference in New Issue
Block a user