Skip to content

Commit 73ca104

Browse files
committed
Also rename AboutDialog
Missed that file in the last commit
1 parent cda16ba commit 73ca104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/src.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ SOURCES += \
3131
sqlbrowser_util.c \
3232
SQLLogDock.cpp \
3333
main.cpp \
34-
DialogAbout.cpp \
3534
EditForm.cpp \
3635
ExportTableCSVForm.cpp \
3736
FindForm.cpp \
@@ -41,7 +40,8 @@ SOURCES += \
4140
CreateIndexDialog.cpp \
4241
EditFieldDialog.cpp \
4342
EditTableDialog.cpp \
44-
PreferencesDialog.cpp
43+
PreferencesDialog.cpp \
44+
AboutDialog.cpp
4545

4646
QMAKE_CXXFLAGS += -DAPP_VERSION=\\\"`cd $$PWD;git log -n1 --format=%h_git`\\\"
4747

0 commit comments

Comments
 (0)