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

@@ -41,16 +41,6 @@ public:
*/
QWindow *window() const;
/**
* @brief Restore any saved window geometry if available.
*/
void restoreGeometry();
/**
* @brief Save the current window geometry.
*/
Q_INVOKABLE void saveGeometry();
/**
* @brief Show the window and raise to the top.
*/