Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename fixes
  • Loading branch information
lukas-w committed Nov 26, 2014
commit e045f1dd19e48f74a983ec985d5ff674cff737e8
2 changes: 1 addition & 1 deletion include/AutomationEditor.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ protected slots:
QColor m_vertexColor;
QBrush m_scaleColor;

friend class engine;
friend class Engine;


signals:
Expand Down
2 changes: 1 addition & 1 deletion include/Ladspa2LMMS.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class EXPORT Ladspa2LMMS : public LadspaManager
l_sortable_plugin_t m_analysisTools;
l_sortable_plugin_t m_otherPlugins;

friend class engine;
friend class Engine;

} ;

Expand Down
2 changes: 1 addition & 1 deletion include/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public slots:
QTimer m_autoSaveTimer;


friend class engine;
friend class Engine;


private slots:
Expand Down
2 changes: 1 addition & 1 deletion include/Mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ class EXPORT Mixer : public QObject

MixerProfiler m_profiler;

friend class engine;
friend class Engine;
friend class MixerWorkerThread;

} ;
Expand Down