Merge SQLLogDock and MainWindow

Move the SQL log dock into the main window. This means the log dock is
now included in the MainWindow.ui file and its logic in MainWindow,cpp.
This commit is contained in:
Martin Kleusberg
2013-01-22 16:03:20 +01:00
parent e92075869e
commit 68bb8f103a
8 changed files with 237 additions and 303 deletions

View File

@@ -13,7 +13,6 @@ CONFIG += qt \
HEADERS += \
sqlitedb.h \
sqlbrowser_util.h \
SQLLogDock.h \
MainWindow.h \
SQLiteSyntaxHighlighter.h \
CreateIndexDialog.h \
@@ -29,7 +28,6 @@ HEADERS += \
SOURCES += \
sqlitedb.cpp \
sqlbrowser_util.c \
SQLLogDock.cpp \
main.cpp \
MainWindow.cpp \
SQLiteSyntaxHighlighter.cpp \