diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-21 11:30:02 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-21 11:30:02 +0300 |
commit | 2a2b52e07fcc36b73f97a35d7f2c76dc162fe519 (patch) | |
tree | 094054556c5097250503d4dbe56a5aca22a3c6a5 /src/MainWindow.h | |
parent | Add method to center widgets & clean up unused headers (diff) | |
download | nheko-2a2b52e07fcc36b73f97a35d7f2c76dc162fe519.tar.xz |
Center dialogs around the main window
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index 0931099d..2336a929 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -129,6 +129,7 @@ private slots: void removeOverlayProgressBar(); private: + void showDialog(QWidget *dialog); bool hasActiveUser(); void restoreWindowSize(); //! Check if there is an open dialog. |