Skip to content

Commit

Permalink
Merge pull request #2116 from Wallacoloo/rm-legacy-friends
Browse files Browse the repository at this point in the history
Removed legacy friend declarations
  • Loading branch information
lukas-w committed Jun 18, 2015
2 parents 05d4b13 + c112e50 commit 96a1d41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions include/AutomationEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ protected slots:
QColor m_vertexColor;
QBrush m_scaleColor;

//friend class Engine;
friend class AutomationEditorWindow;


Expand Down Expand Up @@ -294,8 +293,6 @@ protected slots:
ComboBox * m_zoomingXComboBox;
ComboBox * m_zoomingYComboBox;
ComboBox * m_quantizeComboBox;

friend class Engine;
};


Expand Down
1 change: 0 additions & 1 deletion include/PianoRoll.h
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ protected slots:
// did we start a mouseclick with shift pressed
bool m_startedWithShift;

friend class Engine;
friend class PianoRollWindow;

// qproperty fields
Expand Down

0 comments on commit 96a1d41

Please sign in to comment.