summary refs log tree commit diff
path: root/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h

index f0973a8a..bb032a1c 100644 --- a/src/Utils.h +++ b/src/Utils.h
@@ -221,6 +221,11 @@ linkifyMessage(const QString &body); QString markdownToHtml(const QString &text); +//! Retrieve the color of the links based on the current theme. QString linkColor(); + +//! Center a widget in relation to another widget. +void +centerWidget(QWidget *widget, QWidget *parent); }