Fix cast warnings with MSVC

This commit is contained in:
Jonas Kvinge
2025-03-25 00:37:07 +01:00
parent d5281abb22
commit 5e031be42c
59 changed files with 207 additions and 207 deletions

View File

@@ -187,7 +187,7 @@ class EditTagDialog : public QDialog {
void SaveData();
static void SetText(QLabel *label, const int value, const QString &suffix, const QString &def = QString());
static void SetDate(QLabel *label, const uint time);
static void SetDate(QLabel *label, const qint64 time);
private:
static const char kTagsDifferentHintText[];