Skip to content

Commit

Permalink
Double remove bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaRogachev committed Jul 17, 2017
1 parent bfce913 commit 0eb3191
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ void MissionItemPresenter::connectView(QObject* view)
QStringList commands = ::commands.values();
this->setViewProperty(PROPERTY(commands), QVariant::fromValue(commands));

connect(view, SIGNAL(remove()), this, SLOT(remove()));
connect(view, SIGNAL(selectItem(int)), this, SLOT(selectItem(int)));

connect(view, SIGNAL(save()), this, SLOT(save()));
Expand Down

0 comments on commit 0eb3191

Please sign in to comment.