refs #619, cache for last selections in components

1st implementation for mapping component
This commit is contained in:
Klaus Basan
2016-03-12 05:23:45 +01:00
parent bd50cfab86
commit 38ca1a40b4
8 changed files with 254 additions and 3 deletions

View File

@@ -29,7 +29,9 @@ HEADERS += $$PWD/views/*.h
SOURCES += $$PWD/views/*.cpp
HEADERS += $$PWD/components/*.h
HEADERS += $$PWD/components/data/*.h
SOURCES += $$PWD/components/*.cpp
SOURCES += $$PWD/components/data/*.cpp
FORMS += $$PWD/components/*.ui
HEADERS += $$PWD/filters/*.h