Revision 312:6394462e0c12 main/main.cpp
| main/main.cpp | ||
|---|---|---|
| 259 | 259 |
// Permit size_t and PropertyName to be used as args in queued signal calls |
| 260 | 260 |
qRegisterMetaType<PropertyContainer::PropertyName>("PropertyContainer::PropertyName");
|
| 261 | 261 |
|
| 262 |
MainWindow::SoundOptions options = MainWindow::WithAudioInput | MainWindow::WithAudioOutput; |
|
| 262 |
MainWindow::SoundOptions options = |
|
| 263 |
MainWindow::WithAudioInput | MainWindow::WithAudioOutput; |
|
| 263 | 264 |
if (!audioOutput) options = 0; |
| 264 | 265 |
|
| 265 | 266 |
MainWindow *gui = new MainWindow(options); |
Also available in: Unified diff