Some more remembering...
This commit is contained in:
parent
9fb4ebff68
commit
44be96227e
@ -27,13 +27,11 @@ FeedMessageViewer::FeedMessageViewer(QWidget *parent)
|
||||
initialize();
|
||||
initializeViews();
|
||||
createConnections();
|
||||
|
||||
loadSize();
|
||||
}
|
||||
|
||||
FeedMessageViewer::~FeedMessageViewer() {
|
||||
qDebug("Destroying FeedMessageViewer instance.");
|
||||
|
||||
saveSize();
|
||||
}
|
||||
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user