Some more remembering...
This commit is contained in:
parent
9fb4ebff68
commit
44be96227e
@ -27,13 +27,11 @@ FeedMessageViewer::FeedMessageViewer(QWidget *parent)
|
|||||||
initialize();
|
initialize();
|
||||||
initializeViews();
|
initializeViews();
|
||||||
createConnections();
|
createConnections();
|
||||||
|
|
||||||
loadSize();
|
loadSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
FeedMessageViewer::~FeedMessageViewer() {
|
FeedMessageViewer::~FeedMessageViewer() {
|
||||||
qDebug("Destroying FeedMessageViewer instance.");
|
qDebug("Destroying FeedMessageViewer instance.");
|
||||||
|
|
||||||
saveSize();
|
saveSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -162,13 +162,11 @@ void FormMain::display() {
|
|||||||
|
|
||||||
void FormMain::onCommitData(QSessionManager &manager) {
|
void FormMain::onCommitData(QSessionManager &manager) {
|
||||||
Q_UNUSED(manager)
|
Q_UNUSED(manager)
|
||||||
|
|
||||||
qDebug("OS asked application to commit its data.");
|
qDebug("OS asked application to commit its data.");
|
||||||
}
|
}
|
||||||
|
|
||||||
void FormMain::onAboutToQuit() {
|
void FormMain::onAboutToQuit() {
|
||||||
qDebug("Cleaning up resources and saving application state before it exits.");
|
qDebug("Cleaning up resources and saving application state before it exits.");
|
||||||
|
|
||||||
saveSize();
|
saveSize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user