Some more remembering...

This commit is contained in:
Martin Rotter 2013-12-21 09:39:55 +01:00
parent 9fb4ebff68
commit 44be96227e
2 changed files with 1 additions and 5 deletions

View File

@ -27,13 +27,11 @@ FeedMessageViewer::FeedMessageViewer(QWidget *parent)
initialize();
initializeViews();
createConnections();
loadSize();
}
FeedMessageViewer::~FeedMessageViewer() {
qDebug("Destroying FeedMessageViewer instance.");
saveSize();
}

View File

@ -162,13 +162,11 @@ void FormMain::display() {
void FormMain::onCommitData(QSessionManager &manager) {
Q_UNUSED(manager)
qDebug("OS asked application to commit its data.");
}
void FormMain::onAboutToQuit() {
qDebug("Cleaning up resources and saving application state before it exits.");
saveSize();
}