Refactored popups into a new class
This commit is contained in:
parent
0651062b81
commit
05fb400879
5 changed files with 71 additions and 44 deletions
|
|
@ -28,14 +28,16 @@ SOURCES += \
|
|||
mainwindow.cpp \
|
||||
nvhttp.cpp \
|
||||
nvpairingmanager.cpp \
|
||||
identitymanager.cpp
|
||||
identitymanager.cpp \
|
||||
popupmanager.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
nvhttp.h \
|
||||
nvpairingmanager.h \
|
||||
identitymanager.h \
|
||||
utils.h
|
||||
utils.h \
|
||||
popupmanager.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue