From c112e50ddd8435e2bdb047ad4aecd65867db894b Mon Sep 17 00:00:00 2001 From: Colin Wallace Date: Thu, 18 Jun 2015 03:23:43 +0000 Subject: [PATCH] Removed legacy friend declarations --- include/AutomationEditor.h | 3 --- include/PianoRoll.h | 1 - 2 files changed, 4 deletions(-) diff --git a/include/AutomationEditor.h b/include/AutomationEditor.h index eca52d2c6..c6a3c96c6 100644 --- a/include/AutomationEditor.h +++ b/include/AutomationEditor.h @@ -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; }; diff --git a/include/PianoRoll.h b/include/PianoRoll.h index c2d94a181..15b2e4ffc 100644 --- a/include/PianoRoll.h +++ b/include/PianoRoll.h @@ -332,7 +332,6 @@ private: // did we start a mouseclick with shift pressed bool m_startedWithShift; - friend class Engine; friend class PianoRollWindow; // qproperty fields