forked from qt-creator/qt-creator
Removed the TokenCache.
This commit is contained in:
@@ -14,16 +14,14 @@ HEADERS += \
|
||||
$$PWD/ExpressionUnderCursor.h \
|
||||
$$PWD/BackwardsScanner.h \
|
||||
$$PWD/MatchingText.h \
|
||||
$$PWD/OverviewModel.h \
|
||||
$$PWD/TokenCache.h
|
||||
$$PWD/OverviewModel.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/Icons.cpp \
|
||||
$$PWD/ExpressionUnderCursor.cpp \
|
||||
$$PWD/BackwardsScanner.cpp \
|
||||
$$PWD/MatchingText.cpp \
|
||||
$$PWD/OverviewModel.cpp \
|
||||
$$PWD/TokenCache.cpp
|
||||
$$PWD/OverviewModel.cpp
|
||||
}
|
||||
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user