00001 /* 00002 For general Sqliteman copyright and licensing information please refer 00003 to the COPYING file provided with the program. Following this notice may exist 00004 a copyright and/or license notice that predates the release of Sqliteman 00005 for which a new license (GPL+exception) is in place. 00006 */ 00007 00008 #ifndef IMPORTTABLELOGDIALOG_H 00009 #define IMPORTTABLELOGDIALOG_H 00010 00011 #include "ui_importtablelogdialog.h" 00012 00013 #include <QDialog> 00014 00015 00020 class ImportTableLogDialog : public QDialog, public Ui::ImportTableLogDialog 00021 { 00022 Q_OBJECT 00023 00024 public: 00025 ImportTableLogDialog(QStringList log, QWidget * parent = 0); 00026 }; 00027 00028 #endif
1.5.5