1
0
Fork 0

PROJECT: update translation sources

This commit is contained in:
Duncan Ogilvie 2017-11-17 14:48:27 +01:00
parent 233a2670d2
commit c3dae65658
No known key found for this signature in database
GPG Key ID: FC89E0AAA0C1AAD8
1 changed files with 4 additions and 2 deletions

View File

@ -223,7 +223,8 @@ SOURCES += \
gui/Src/Utils/SymbolAutoCompleteModel.cpp \
gui/Src/Tracer/TraceBrowser.cpp \
gui/Src/Tracer/TraceFileReader.cpp \
gui/Src/Tracer/TraceFileSearch.cpp
gui/Src/Tracer/TraceFileSearch.cpp \
gui/Src/Gui/MultiItemsSelectWindow.cpp
HEADERS += \
gui/Src/Exports.h \
@ -458,7 +459,8 @@ HEADERS += \
gui/Src/Tracer/TraceBrowser.h \
gui/Src/Tracer/TraceFileReader.h \
gui/Src/Tracer/TraceFileReaderInternal.h \
gui/Src/Tracer/TraceFileSearch.h
gui/Src/Tracer/TraceFileSearch.h \
gui/Src/Gui/MultiItemsSelectWindow.h
FORMS += \
gui/Src/Gui/AppearanceDialog.ui \