qcpix/tsrc/samplesearch/main.cpp
branchGCC_SURGE
changeset 6 8b3b4d191198
parent 0 671dee74050a
--- a/qcpix/tsrc/samplesearch/main.cpp	Tue Jun 15 12:49:00 2010 +0100
+++ b/qcpix/tsrc/samplesearch/main.cpp	Tue Jun 15 13:09:21 2010 +0100
@@ -23,7 +23,7 @@
 int main(int argc, char *argv[])
 {
     QApplication a(argc, argv);
-    SampleSearch w = SampleSearch();
+    SampleSearch w;
     w.show();
     int result =  a.exec();
     //delete w;