Rewrite and simplify import SQL code

Rewrite the import SQL code using a similar method to the one used in
executeQuery(). This makes the code much easier to read and removes the
last remnants of that C code stolen from some demo application.
This commit is contained in:
Martin Kleusberg
2013-03-20 22:17:36 +01:00
parent 0282533092
commit 0868f299af
6 changed files with 58 additions and 189 deletions

View File

@@ -10,7 +10,6 @@ CONFIG += qt \
HEADERS += \
sqlitedb.h \
sqlbrowser_util.h \
MainWindow.h \
SQLiteSyntaxHighlighter.h \
CreateIndexDialog.h \
@@ -30,7 +29,6 @@ HEADERS += \
SOURCES += \
sqlitedb.cpp \
sqlbrowser_util.c \
MainWindow.cpp \
SQLiteSyntaxHighlighter.cpp \
CreateIndexDialog.cpp \