From Michael Guerrero, "I've attached the files with the new addition of the "registered = true"
flag set."
This commit is contained in:
parent
ed617f87df
commit
141296c323
@ -33,7 +33,8 @@ using namespace std;
|
||||
static bool registered = false;
|
||||
|
||||
if (!registered){
|
||||
registerQTReader();
|
||||
registerQTReader();
|
||||
registered = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user