summary refs log tree commit diff
path: root/src/MainWindow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-01-29 19:07:27 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2022-01-29 19:07:27 +0100
commit392a4be858a9ba1d1870041f726e05501bf65c4e (patch)
tree298d57575e6888d8e7024ecf07af60b495f6298f /src/MainWindow.h
parentStore window size on exit again (diff)
downloadnheko-392a4be858a9ba1d1870041f726e05501bf65c4e.tar.xz
Fix centering dialogs
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r--src/MainWindow.h2
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;