Skip to content

Commit

Permalink
createprotocolselector2 -> createprotocolselector
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspontoexe committed Feb 27, 2024
1 parent 1157cf9 commit 1b0da1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/edit-widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ class EditOutputWidgetImpl : public EditOutputWidget
}

// actual version: a combo box / dropdown menu
QWidget *CreateProtocolSelector2(QWidget *parent) {
QWidget *CreateProtocolSelector(QWidget *parent) {
QWidget *widget = new QWidget(this);
QHBoxLayout *hBoxLayout = new QHBoxLayout();
protocolComboBox = new QComboBox();
Expand Down Expand Up @@ -355,7 +355,7 @@ class EditOutputWidgetImpl : public EditOutputWidget
++currow;

{
auto w = CreateProtocolSelector2(this);
auto w = CreateProtocolSelector(this);
layout->addWidget(w);
}
++currow;
Expand Down

0 comments on commit 1b0da1a

Please sign in to comment.