ft: Closing windows asks to save queries before closing the window.

fix: closetab did incorrectly close when cancel was choosen.
This commit is contained in:
eelke 2020-04-04 13:23:43 +02:00
parent adb44fc157
commit dea76e17c5
7 changed files with 59 additions and 10 deletions

View file

@ -25,6 +25,7 @@ SOURCES += main.cpp\
ConnectionController.cpp \
DependantsPage.cpp \
DependantsTableModel.cpp \
ManagedPage.cpp \
NotificationListWidget.cpp \
NotificationModel.cpp \
NotificationService.cpp \
@ -94,6 +95,7 @@ HEADERS += \
DependantsPage.h \
DependantsTableModel.h \
IDatabaseWindow.h \
ManagedPage.h \
NotificationListWidget.h \
NotificationModel.h \
NotificationService.h \
@ -174,7 +176,7 @@ FORMS += \
RESOURCES += \
resources.qrc
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
#QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../core/release/ -lcore
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../core/debug/ -lcore