equal
deleted
inserted
replaced
62 bool startConnectionChange(QSet<QObject *>); |
62 bool startConnectionChange(QSet<QObject *>); |
63 bool endConnectionChange(QSet<QObject *>); |
63 bool endConnectionChange(QSet<QObject *>); |
64 |
64 |
65 Filter getAudioOutputFilter(int index) const; |
65 Filter getAudioOutputFilter(int index) const; |
66 |
66 |
67 static QMutex *directShowMutex(); |
67 static QMutex *directShowMutex; |
68 |
68 |
69 Q_SIGNALS: |
69 Q_SIGNALS: |
70 void objectDescriptionChanged(ObjectDescriptionType); |
70 void objectDescriptionChanged(ObjectDescriptionType); |
71 |
71 |
72 private: |
72 private: |