mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 07:43:57 +02:00
fix broken build by removing ASI as friend to AI
This commit is contained in:
parent
339ef93fc4
commit
2a422b84f2
1 changed files with 2 additions and 4 deletions
|
@ -24,13 +24,11 @@ class AudioScriptingInterface;
|
|||
class AudioInjector : public QObject {
|
||||
Q_OBJECT
|
||||
public:
|
||||
friend AudioScriptingInterface;
|
||||
private:
|
||||
AudioInjector(Sound* sound, const AudioInjectorOptions& injectorOptions);
|
||||
|
||||
private:
|
||||
Sound* _sound;
|
||||
AudioInjectorOptions _options;
|
||||
private slots:
|
||||
public slots:
|
||||
void injectAudio();
|
||||
signals:
|
||||
void finished();
|
||||
|
|
Loading…
Reference in a new issue