Mercurial > dedupe
view DeDupe.cpp @ 8:d7b384b4a834
Fix compilation problems.
Fix printing issues.
Introduce raise function in Exception.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 22 Aug 2012 18:18:20 +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(); }
