We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fffe8a + 6444ff7 commit aefc6f7Copy full SHA for aefc6f7
src/notation/view/internal/partialtiepopupmodel.cpp
@@ -79,7 +79,7 @@ void PartialTiePopupModel::init()
79
load();
80
}
81
82
-void PartialTiePopupModel::toggleItemChecked(QString& id)
+void PartialTiePopupModel::toggleItemChecked(const QString& id)
83
{
84
Tie* tieItem = tie();
85
if (!tieItem || !tieItem->tieJumpPoints()) {
src/notation/view/internal/partialtiepopupmodel.h
@@ -22,7 +22,7 @@ class PartialTiePopupModel : public AbstractElementPopupModel
22
QPointF dialogPosition() const;
23
24
Q_INVOKABLE void init() override;
25
- Q_INVOKABLE void toggleItemChecked(QString& id);
+ Q_INVOKABLE void toggleItemChecked(const QString& id);
26
27
Q_INVOKABLE void onClosed();
28
0 commit comments