added dummy cvInitSystem() to Qt bindings to avoid "unresolved symbol" errors
This commit is contained in:
parent
e78373f4b8
commit
47620085b5
@ -110,6 +110,11 @@ CV_IMPL void cvInformation(const char* name, const char* text, int delayms)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
CV_IMPL int cvInitSystem( int, char** )
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
CV_IMPL int cvWaitKey( int arg )
|
CV_IMPL int cvWaitKey( int arg )
|
||||||
{
|
{
|
||||||
int result = -1;
|
int result = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user