some bugfix in ADeditor

memory optimization in AD
This commit is contained in:
2010-09-18 00:00:32 +04:00
parent 97c8725091
commit 0a9679fd99
14 changed files with 399 additions and 133 deletions

View File

@@ -16,7 +16,8 @@ SOURCES += main.cpp \
../game_data.cpp \
triggermodel.cpp \
mapmodel.cpp \
animationmodel.cpp
animationmodel.cpp \
animlabel.cpp
HEADERS += mainwindow.h \
../loader.h \
alienmodel.h \
@@ -28,7 +29,8 @@ HEADERS += mainwindow.h \
../game_data.h \
triggermodel.h \
mapmodel.h \
animationmodel.h
animationmodel.h \
animlabel.h
FORMS += mainwindow.ui
TRANSLATIONS += adeditor_ru.ts
RESOURCES += ADeditor.qrc