Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
razor-config-file-associations: remove connect to nonexisting ok-slot
Browse files Browse the repository at this point in the history
  • Loading branch information
surlykke committed May 18, 2013
1 parent 9ab17ba commit be46270
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -45,7 +45,6 @@ ApplicationChooser::ApplicationChooser(XdgMimeInfo* mimeInfo, bool showUseAlways
widget.alwaysUseCheckBox->setVisible(showUseAlwaysCheckBox);
widget.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
fillApplicationListWidget();
connect(widget.buttonBox, SIGNAL(accepted()), this, SLOT(ok()));
connect(widget.applicationTreeWidget, SIGNAL(currentItemChanged(QTreeWidgetItem*, QTreeWidgetItem*)), this, SLOT(selectionChanged()));
}

Expand Down

0 comments on commit be46270

Please sign in to comment.