added error messages to oracle importer

This commit is contained in:
Max-Wilhelm Bruker 2011-06-22 16:06:01 +02:00
parent 8971a10c80
commit 4777d18fe3
4 changed files with 34 additions and 15 deletions

View file

@ -31,6 +31,7 @@ private:
QTextEdit *messageLog;
QVBoxLayout *checkBoxLayout;
QList<QCheckBox *> checkBoxList;
QLabel *statusLabel;
void downloadSetsFile(const QString &url);
private slots: