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 \
|
jsoncpp.cpp \
|
||||||
queryexplainmodel.cpp \
|
queryexplainmodel.cpp \
|
||||||
explaintreemodelitem.cpp \
|
explaintreemodelitem.cpp \
|
||||||
asyncdbconnection.cpp \
|
ASyncDBConnection.cpp \
|
||||||
tsqueue.cpp \
|
tsqueue.cpp \
|
||||||
win32event.cpp \
|
win32event.cpp \
|
||||||
waithandlelist.cpp \
|
waithandlelist.cpp \
|
||||||
csvwriter.cpp \
|
csvwriter.cpp \
|
||||||
databasewindow.cpp \
|
databasewindow.cpp \
|
||||||
connectionmanagerwindow.cpp \
|
ConnectionManagerWindow.cpp \
|
||||||
connectionlistmodel.cpp \
|
ConnectionListModel.cpp \
|
||||||
connectionconfig.cpp \
|
ConnectionConfig.cpp \
|
||||||
backuprestore.cpp \
|
backuprestore.cpp \
|
||||||
querytab.cpp \
|
querytab.cpp \
|
||||||
stopwatch.cpp \
|
stopwatch.cpp \
|
||||||
|
|
@ -61,15 +61,15 @@ HEADERS += \
|
||||||
sqlhighlighter.h \
|
sqlhighlighter.h \
|
||||||
queryexplainmodel.h \
|
queryexplainmodel.h \
|
||||||
explaintreemodelitem.h \
|
explaintreemodelitem.h \
|
||||||
asyncdbconnection.h \
|
ASyncDBConnection.h \
|
||||||
tsqueue.h \
|
tsqueue.h \
|
||||||
win32event.h \
|
win32event.h \
|
||||||
waithandlelist.h \
|
waithandlelist.h \
|
||||||
csvwriter.h \
|
csvwriter.h \
|
||||||
databasewindow.h \
|
databasewindow.h \
|
||||||
connectionmanagerwindow.h \
|
ConnectionManagerWindow.h \
|
||||||
connectionlistmodel.h \
|
ConnectionListModel.h \
|
||||||
connectionconfig.h \
|
ConnectionConfig.h \
|
||||||
scopeguard.h \
|
scopeguard.h \
|
||||||
expected.h \
|
expected.h \
|
||||||
querytab.h \
|
querytab.h \
|
||||||
|
|
@ -95,7 +95,7 @@ HEADERS += \
|
||||||
|
|
||||||
FORMS += mainwindow.ui \
|
FORMS += mainwindow.ui \
|
||||||
databasewindow.ui \
|
databasewindow.ui \
|
||||||
connectionmanagerwindow.ui \
|
ConnectionManagerWindow.ui \
|
||||||
databaseinspectorwidget.ui \
|
databaseinspectorwidget.ui \
|
||||||
tuplesresultwidget.ui \
|
tuplesresultwidget.ui \
|
||||||
querytab.ui \
|
querytab.ui \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue