Don't really need the QObject:: here

This commit is contained in:
Arnaud Bienner 2013-08-10 21:46:17 +02:00
parent e3c5f3398c
commit 9f38f14fbf
1 changed files with 1 additions and 2 deletions

View File

@ -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(