FEATURE: Added auto-shutdown confirmation dialog

This commit is contained in:
Christophe Dumez
2011-02-05 14:51:31 +00:00
parent c9d5370dc4
commit 76d3e9033d
4 changed files with 85 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ SOURCES += $$PWD/qbtsession.cpp \
$$PWD/torrentspeedmonitor.cpp
!contains(DEFINES, DISABLE_GUI) {
HEADERS += $$PWD/torrentmodel.h
HEADERS += $$PWD/torrentmodel.h \
$$PWD/shutdownconfirm.h
SOURCES += $$PWD/torrentmodel.cpp
}