forked from qt-creator/qt-creator
Clang: Rename Ipc* in ClangCodeModel*
We want to share more functionality of the IPC mechanism and for what we need more interface classes. But we use this names already for the ClangCodeModel implementation. So we rename the them to ClangCodeModel*. Change-Id: Ie320e0d3b993586a9bcc6a5aa0d32427af41202e Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
INCLUDEPATH += $$PWD
|
||||
|
||||
HEADERS += $$PWD/clangipcserver.h \
|
||||
HEADERS += $$PWD/clangcodemodelserver.h \
|
||||
$$PWD/codecompleter.h \
|
||||
$$PWD/clangstring.h \
|
||||
$$PWD/translationunitisnullexception.h \
|
||||
@@ -36,7 +36,7 @@ HEADERS += $$PWD/clangipcserver.h \
|
||||
$$PWD/highlightingmarksiterator.h \
|
||||
$$PWD/utf8positionfromlinecolumn.h
|
||||
|
||||
SOURCES += $$PWD/clangipcserver.cpp \
|
||||
SOURCES += $$PWD/clangcodemodelserver.cpp \
|
||||
$$PWD/codecompleter.cpp \
|
||||
$$PWD/clangstring.cpp \
|
||||
$$PWD/translationunitisnullexception.cpp \
|
||||
|
||||
Reference in New Issue
Block a user