mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-08 16:22:10 +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);
|
||||
}
|
||||
|
||||
void SettingsDialog::SongInfoFontSizeChanged(qreal value) {
|
||||
void SettingsDialog::SongInfoFontSizeChanged(double value) {
|
||||
QFont font;
|
||||
font.setPointSizeF(value);
|
||||
|
||||
|
@ -105,7 +105,7 @@ class SettingsDialog : public QDialog {
|
||||
void FadingOptionsChanged();
|
||||
void RgPreampChanged(int value);
|
||||
|
||||
void SongInfoFontSizeChanged(qreal value);
|
||||
void SongInfoFontSizeChanged(double value);
|
||||
|
||||
// Background streams.
|
||||
void EnableStream(bool enabled);
|
||||
|
Loading…
Reference in New Issue
Block a user