oracle update

This commit is contained in:
Max-Wilhelm Bruker
2009-09-02 20:59:25 +02:00
parent bd434437ad
commit a018819a37
4 changed files with 8 additions and 356 deletions

View File

@@ -5,7 +5,7 @@ int main(int argc, char *argv[])
{
QApplication app(argc, argv);
OracleImporter importer;
OracleImporter importer("../oracle");
importer.downloadNextFile();
return app.exec();