Added a test comment and commit within Qt creater
authorEli <EliasWoods@gmail.com>
Tue, 8 Jun 2010 16:49:52 +0000 (12:49 -0400)
committerElias Woods <EliasWoods@gmail.com>
Tue, 8 Jun 2010 16:49:52 +0000 (12:49 -0400)
Groove.pro.user
main.cpp

index 381d0a1..89f9a2a 100644 (file)
@@ -2,7 +2,7 @@
 <qtcreator>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
-  <value type="int">1</value>
+  <value type="int">0</value>
  </data>
  <data>
   <variable>ProjectExplorer.Project.EditorSettings</variable>
index 84ca261..d282f2a 100755 (executable)
--- a/main.cpp
+++ b/main.cpp
@@ -5,7 +5,7 @@ int main(int argc, char *argv[])
 {\r
     QApplication a(argc, argv);\r
     a.setApplicationName("Groove");\r
-    groove gs;\r
+    groove gs; //create Groove!\r
 #if defined(Q_WS_S60)\r
     gs.showMaximized();\r
 #else\r