• Main Page
  • Namespaces
  • Data Structures
  • Files
  • File List

/www/proggenOrg/dedupe/export/trunk/userinterface/gui/qt/main.cpp

00001 
00009 #include "implementation.h"
00010 #include <QtGui/QApplication>
00011 
00012 int main( int argc, char *argv[] )
00013 {
00014   // Preparations to create user interface
00015   QApplication app( argc, argv );
00016   // Create Qt user interface
00017   Dedupe::GUI::QtMain gui( argc, argv );
00018   // Start the user interface and wait for the user to interact
00019   return gui.exec();
00020 }

Generated on Mon Mar 11 2013 12:04:52 for Dedupe by  doxygen 1.7.1