Port away from Controller::saveWindowGeometry

This commit is contained in:
Tobias Fella
2024-01-07 19:38:32 +01:00
parent 51f7de117d
commit 9e2bf0da26
4 changed files with 3 additions and 11 deletions

View File

@@ -338,11 +338,6 @@ void Controller::setActiveConnection(NeoChatConnection *connection)
Q_EMIT activeConnectionChanged();
}
void Controller::saveWindowGeometry()
{
WindowController::instance().saveGeometry();
}
void Controller::forceRefreshTextDocument(QQuickTextDocument *textDocument, QQuickItem *item)
{
// HACK: Workaround bug QTBUG 93281