Use the new KConfig WindowStateSaver

This removes some NeoChat-specific code we have for saving/restoring the
window.
This commit is contained in:
Joshua Goins
2024-07-12 19:14:26 -04:00
parent 6eb770343e
commit d165cd955d
4 changed files with 3 additions and 62 deletions

View File

@@ -304,7 +304,6 @@ int main(int argc, char *argv[])
QWindow *window = windowFromEngine(&engine);
WindowController::instance().setWindow(window);
WindowController::instance().restoreGeometry();
return app.exec();
}