adapted .gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.o
|
*.o
|
||||||
*.user
|
*.user
|
||||||
*.pro.*
|
*.pro.*
|
||||||
|
build/
|
||||||
|
4
main.cpp
4
main.cpp
@@ -164,12 +164,12 @@ int main( int argc, char** argv )
|
|||||||
|
|
||||||
wait_loop();
|
wait_loop();
|
||||||
|
|
||||||
/*
|
|
||||||
QApplication application( argc, argv );
|
QApplication application( argc, argv );
|
||||||
QtGPIOMain window;
|
QtGPIOMain window;
|
||||||
window.show();
|
window.show();
|
||||||
return application.exec();
|
return application.exec();
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user