merge extendedmainform with mainwindow

why was the drag and drop support even separated like this???
This commit is contained in:
Peinthor Rene
2012-02-09 17:09:50 +01:00
parent 98ccfafb2d
commit a4421c3106
6 changed files with 30 additions and 82 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ LANGUAGE = C++
INCLUDEPATH += sqlite_source/
CONFIG += qt \
warn_on
HEADERS += extendedmainform.h \
HEADERS += \
sqlitebrowsertypes.h \
sqlitedb.h \
sqlbrowser_util.h \
@@ -27,7 +27,7 @@ HEADERS += extendedmainform.h \
mainwindow.h \
createtabledialog.h \
SQLLogDock.h
SOURCES += extendedmainform.cpp \
SOURCES += \
browsermain.cpp \
sqlitedb.cpp \
sqlbrowser_util.c \