add part of class streamview

This commit is contained in:
Ivan Morozov
2022-06-14 19:41:12 +03:00
parent e049cff2ed
commit e25a2b267d
8 changed files with 513 additions and 16 deletions

View File

@ -19,7 +19,8 @@ SOURCES += \
header.cpp \
sector.cpp \
sectorcollection.cpp \
streamrw.cpp
streamrw.cpp \
streamview.cpp
HEADERS += \
Stream.h \
@ -30,7 +31,8 @@ HEADERS += \
header.h \
sector.h \
sectorcollection.h \
streamrw.h
streamrw.h \
streamview.h
# Default rules for deployment.
unix {