oracle fix

This commit is contained in:
Max-Wilhelm Bruker
2010-03-07 00:24:25 +01:00
parent 8295b49634
commit ad3f4ba9e8
2 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
#include <QTextCodec>
#include "oracleimporter.h"
#include "window_main.h"
#include "settingscache.h"
SettingsCache *settingsCache;
int main(int argc, char *argv[])
{
@@ -9,6 +12,8 @@ int main(int argc, char *argv[])
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
settingsCache = new SettingsCache;
WindowMain wnd;
wnd.show();