Case adjustment of several files.
This commit is contained in:
parent
2f95c2f096
commit
a9430bca1a
10 changed files with 9 additions and 9 deletions
18
src/src.pro
18
src/src.pro
|
|
@ -23,15 +23,15 @@ SOURCES += main.cpp\
|
|||
jsoncpp.cpp \
|
||||
queryexplainmodel.cpp \
|
||||
explaintreemodelitem.cpp \
|
||||
asyncdbconnection.cpp \
|
||||
ASyncDBConnection.cpp \
|
||||
tsqueue.cpp \
|
||||
win32event.cpp \
|
||||
waithandlelist.cpp \
|
||||
csvwriter.cpp \
|
||||
databasewindow.cpp \
|
||||
connectionmanagerwindow.cpp \
|
||||
connectionlistmodel.cpp \
|
||||
connectionconfig.cpp \
|
||||
ConnectionManagerWindow.cpp \
|
||||
ConnectionListModel.cpp \
|
||||
ConnectionConfig.cpp \
|
||||
backuprestore.cpp \
|
||||
querytab.cpp \
|
||||
stopwatch.cpp \
|
||||
|
|
@ -61,15 +61,15 @@ HEADERS += \
|
|||
sqlhighlighter.h \
|
||||
queryexplainmodel.h \
|
||||
explaintreemodelitem.h \
|
||||
asyncdbconnection.h \
|
||||
ASyncDBConnection.h \
|
||||
tsqueue.h \
|
||||
win32event.h \
|
||||
waithandlelist.h \
|
||||
csvwriter.h \
|
||||
databasewindow.h \
|
||||
connectionmanagerwindow.h \
|
||||
connectionlistmodel.h \
|
||||
connectionconfig.h \
|
||||
ConnectionManagerWindow.h \
|
||||
ConnectionListModel.h \
|
||||
ConnectionConfig.h \
|
||||
scopeguard.h \
|
||||
expected.h \
|
||||
querytab.h \
|
||||
|
|
@ -95,7 +95,7 @@ HEADERS += \
|
|||
|
||||
FORMS += mainwindow.ui \
|
||||
databasewindow.ui \
|
||||
connectionmanagerwindow.ui \
|
||||
ConnectionManagerWindow.ui \
|
||||
databaseinspectorwidget.ui \
|
||||
tuplesresultwidget.ui \
|
||||
querytab.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue