Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evelynnev committed Jan 28, 2025
1 parent b99de1c commit 8d480d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/library/trackset/smarties/groupedsmartiesfeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class GroupedSmartiesFeature : public BaseTrackSetFeature {
QString fullPathFromIndex(const QModelIndex& index) const;

signals:
void updateSmartiesData(const QVariantList& smartiesData);
// void updateSmartiesData(const QVariantList& smartiesData);
void setBlockerOff(QString signal);

public slots:
Expand Down
2 changes: 1 addition & 1 deletion src/library/trackset/smarties/smartiesfeature.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SmartiesFeature : public BaseTrackSetFeature {
TreeItemModel* sidebarModel() const override;

signals:
void updateSmartiesData(const QVariantList& smartiesData);
// void updateSmartiesData(const QVariantList& smartiesData);
void setBlockerOff(QString signal);

public slots:
Expand Down

0 comments on commit 8d480d1

Please sign in to comment.