mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-15 04:27:57 -04:00
Also removed all blocks similar to ``` #if QT_VERSION >= 0x040806 filedialog.setOption( QFileDialog::DontUseCustomDirectoryIcons ); #endif ``` as this now takes place in the new subclass's constructor.