mirror of
https://github.com/LMMS/lmms.git
synced 2026-01-28 16:23:12 -05:00
Removed legacy friend declarations
This commit is contained in:
@@ -238,7 +238,6 @@ private:
|
||||
QColor m_vertexColor;
|
||||
QBrush m_scaleColor;
|
||||
|
||||
//friend class Engine;
|
||||
friend class AutomationEditorWindow;
|
||||
|
||||
|
||||
@@ -294,8 +293,6 @@ private:
|
||||
ComboBox * m_zoomingXComboBox;
|
||||
ComboBox * m_zoomingYComboBox;
|
||||
ComboBox * m_quantizeComboBox;
|
||||
|
||||
friend class Engine;
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -332,7 +332,6 @@ private:
|
||||
// did we start a mouseclick with shift pressed
|
||||
bool m_startedWithShift;
|
||||
|
||||
friend class Engine;
|
||||
friend class PianoRollWindow;
|
||||
|
||||
// qproperty fields
|
||||
|
||||
Reference in New Issue
Block a user