]> Some of my projects - localmylist.git/commitdiff
Remove pointless lines
authorAPTX <marek321@gmail.com>
Mon, 23 Jul 2012 23:28:36 +0000 (01:28 +0200)
committerAPTX <marek321@gmail.com>
Mon, 23 Jul 2012 23:28:36 +0000 (01:28 +0200)
import-mylist/main.cpp

index fc434412f84231c97a2e7dc9ead573367c86130d..4af64c795857501c874befd53ebd93b82bae5b2e 100644 (file)
@@ -2,7 +2,6 @@
 
 #include <QStringList>
 #include <QTextStream>
-
 #include "mylist.h"
 #include "abstracttask.h"
 
@@ -29,6 +28,4 @@ int main(int argc, char *argv[])
        QObject::connect(t, SIGNAL(finished()), &a, SLOT(quit()));
 
        return a.exec();
-
-       return 0;
 }