Refactored popups into a new class

This commit is contained in:
R. Aidan Campbell
2018-04-29 08:17:31 -07:00
parent 0651062b81
commit 05fb400879
5 changed files with 71 additions and 44 deletions

View File

@@ -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