Mercurial > dedupe
view updateDeDupe.cpp @ 7:d6fdca3bf24e
Make sure everything works for MemoryDBLink.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Wed, 22 Aug 2012 01:07:06 +0200 |
| parents | 5e4985407feb |
| children | b5943e4bf676 |
line wrap: on
line source
#include "DataController.hpp" #include <QtGui/QApplication> int main(int argc, char *argv[]) { DataController dc(false); }
