mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 20:34:39 +01:00
Don't really need the QObject:: here
This commit is contained in:
parent
e3c5f3398c
commit
9f38f14fbf
@ -176,8 +176,7 @@ void PlaylistTabBar::Close() {
|
||||
"Are you sure you want to continue?"));
|
||||
confirmation_box.setStandardButtons(QMessageBox::Yes | QMessageBox::Cancel);
|
||||
|
||||
QCheckBox dont_prompt_again(QObject::tr("Warn me when closing a playlist tab"),
|
||||
&confirmation_box);
|
||||
QCheckBox dont_prompt_again(tr("Warn me when closing a playlist tab"), &confirmation_box);
|
||||
dont_prompt_again.setChecked(ask_for_delete);
|
||||
dont_prompt_again.blockSignals(true);
|
||||
dont_prompt_again.setToolTip(
|
||||
|
Loading…
Reference in New Issue
Block a user