X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain.cpp;h=960cee9129a7644e8599d8b11176ce3c233e1569;hb=10cf4c797bed05831e976068b7504908279dc997;hp=42425e9764a2942415f95772b992a93710f6b881;hpb=5446001bd9adfd9f4787f5de5a2a7afd8d7cdb5a;p=architektonas diff --git a/src/main.cpp b/src/main.cpp index 42425e9..960cee9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -8,7 +8,7 @@ // JLH = James Hammons // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ------------------------------------------------------------ // JLH 03/22/2011 Created this file // @@ -25,7 +25,6 @@ Architektonas::Architektonas(int & argc, char * argv[]): QApplication(argc, argv mainWindow->show(); } - // Here's the main application loop--short and simple... int main(int argc, char * argv[]) {