Mercurial > dedupe
view DeDupe.cpp @ 6:7ebdd2373ea4
Remove unused files.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 22 Aug 2012 00:42:25 +0200 |
| parents | 5e4985407feb |
| children | b5943e4bf676 |
line wrap: on
line source
#include "DataController.hpp" #include <QtGui/QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); DataController dc(true); return app.exec(); }
