mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-09 08:33:29 +01:00
Fix r2420 properly
This commit is contained in:
parent
28fdb147d8
commit
302333c36a
@ -611,7 +611,7 @@ void SettingsDialog::SetSongInfoView(SongInfoView* view) {
|
|||||||
ui_->lyric_settings->SetSongInfoView(view);
|
ui_->lyric_settings->SetSongInfoView(view);
|
||||||
}
|
}
|
||||||
|
|
||||||
void SettingsDialog::SongInfoFontSizeChanged(qreal value) {
|
void SettingsDialog::SongInfoFontSizeChanged(double value) {
|
||||||
QFont font;
|
QFont font;
|
||||||
font.setPointSizeF(value);
|
font.setPointSizeF(value);
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ class SettingsDialog : public QDialog {
|
|||||||
void FadingOptionsChanged();
|
void FadingOptionsChanged();
|
||||||
void RgPreampChanged(int value);
|
void RgPreampChanged(int value);
|
||||||
|
|
||||||
void SongInfoFontSizeChanged(qreal value);
|
void SongInfoFontSizeChanged(double value);
|
||||||
|
|
||||||
// Background streams.
|
// Background streams.
|
||||||
void EnableStream(bool enabled);
|
void EnableStream(bool enabled);
|
||||||
|
Loading…
Reference in New Issue
Block a user