Rename fixes

This commit is contained in:
Lukas W
2014-11-26 01:12:57 +01:00
parent 178eadeb35
commit e045f1dd19
4 changed files with 4 additions and 4 deletions

View File

@@ -270,7 +270,7 @@ private:
QColor m_vertexColor;
QBrush m_scaleColor;
friend class engine;
friend class Engine;
signals:

View File

@@ -71,7 +71,7 @@ private:
l_sortable_plugin_t m_analysisTools;
l_sortable_plugin_t m_otherPlugins;
friend class engine;
friend class Engine;
} ;

View File

@@ -171,7 +171,7 @@ private:
QTimer m_autoSaveTimer;
friend class engine;
friend class Engine;
private slots:

View File

@@ -462,7 +462,7 @@ private:
MixerProfiler m_profiler;
friend class engine;
friend class Engine;
friend class MixerWorkerThread;
} ;