From 769fedc416c9af5f6aa5a9c9c5998a20315bb835 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Mon, 13 Feb 2012 15:16:23 -0600 Subject: [PATCH] closes #5: git the boogs --- README | 1 + main.cpp | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README b/README index fa3c07a..42f192d 100644 --- a/README +++ b/README @@ -2,3 +2,4 @@ this is a test repo and a dumb app to calc a matrix off of roll-pitch-yaw sequence +boogy on down diff --git a/main.cpp b/main.cpp index 9ae175b..d1ab09e 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,8 @@ #include #include "mainwindow.h" +// catch the boogie + int main(int argc, char *argv[]) { QApplication a(argc, argv);