mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-24 21:10:10 -06:00
Get rid of renameTableForm dialog
Delete the renameTableForm class and dialog. They are basically useless as their functionality can (and has been) easily be integrated into the editTableForm.
This commit is contained in:
@@ -26,7 +26,6 @@ HEADERS += \
|
||||
exporttablecsvform.h \
|
||||
findform.h \
|
||||
importcsvform.h \
|
||||
renametableform.h \
|
||||
preferencesform.h \
|
||||
mainwindow.h \
|
||||
createtabledialog.h \
|
||||
@@ -50,7 +49,6 @@ SOURCES += \
|
||||
exporttablecsvform.cpp \
|
||||
findform.cpp \
|
||||
importcsvform.cpp \
|
||||
renametableform.cpp \
|
||||
preferencesform.cpp \
|
||||
mainwindow.cpp \
|
||||
createtabledialog.cpp \
|
||||
|
||||
Reference in New Issue
Block a user