diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-29 19:07:27 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-29 19:07:27 +0100 |
commit | 392a4be858a9ba1d1870041f726e05501bf65c4e (patch) | |
tree | 298d57575e6888d8e7024ecf07af60b495f6298f /src/MainWindow.h | |
parent | Store window size on exit again (diff) | |
download | nheko-392a4be858a9ba1d1870041f726e05501bf65c4e.tar.xz |
Fix centering dialogs
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 33e16271..1258bafb 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -83,8 +83,6 @@ private: void showDialog(QWidget *dialog); bool hasActiveUser(); void restoreWindowSize(); - //! Check if there is an open dialog. - bool hasActiveDialogs() const; //! Check if the current page supports the "minimize to tray" functionality. bool pageSupportsTray() const; |