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/Utils.h | |
parent | Store window size on exit again (diff) | |
download | nheko-392a4be858a9ba1d1870041f726e05501bf65c4e.tar.xz |
Fix centering dialogs
Diffstat (limited to '')
-rw-r--r-- | src/Utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils.h b/src/Utils.h index 87ce1c34..0b6034ac 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -290,7 +290,7 @@ luminance(const QColor &col); //! Center a widget in relation to another widget. void -centerWidget(QWidget *widget, QWidget *parent); +centerWidget(QWidget *widget, QWindow *parent); void restoreCombobox(QComboBox *combo, const QString &value); |