Move serialization and deserialization into NvApp class
This commit is contained in:
parent
350c7d7081
commit
dc3c565ec0
5 changed files with 58 additions and 38 deletions
|
|
@ -133,6 +133,7 @@ macx {
|
|||
}
|
||||
|
||||
SOURCES += \
|
||||
backend/nvapp.cpp \
|
||||
main.cpp \
|
||||
backend/computerseeker.cpp \
|
||||
backend/identitymanager.cpp \
|
||||
|
|
@ -167,6 +168,7 @@ SOURCES += \
|
|||
wm.cpp
|
||||
|
||||
HEADERS += \
|
||||
backend/nvapp.h \
|
||||
utils.h \
|
||||
backend/computerseeker.h \
|
||||
backend/identitymanager.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue