- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
- .pro file is usable again
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}