mirror of
https://github.com/vale981/Taevitas
synced 2025-03-05 09:31:42 -05:00
Some Cleanup. Error Handling
This commit is contained in:
parent
f9d63a9a04
commit
fb45f56a90
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <QApplication>
|
||||
|
||||
int main( int argc, char * argv[] ) {
|
||||
qRegisterMetaType<FlyCapture2::Error>( "FlyCaptureError" );
|
||||
QApplication a( argc, argv );
|
||||
MainWindow w;
|
||||
w.show();
|
||||
|
|
Loading…
Add table
Reference in a new issue