Added BackwardsScanner

This commit is contained in:
Roberto Raggi
2009-09-17 12:29:06 +02:00
parent 4e21b18827
commit 71c46fbc54
4 changed files with 174 additions and 87 deletions

View File

@@ -8,12 +8,14 @@ HEADERS += \
$$PWD/Icons.h \
$$PWD/ExpressionUnderCursor.h \
$$PWD/TokenUnderCursor.h \
$$PWD/BackwardsScanner.h \
$$PWD/OverviewModel.h
SOURCES += \
$$PWD/Icons.cpp \
$$PWD/ExpressionUnderCursor.cpp \
$$PWD/TokenUnderCursor.cpp \
$$PWD/BackwardsScanner.cpp \
$$PWD/OverviewModel.cpp
}