From 347261f8895d959269afc0e63f2b0d98826086c4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 15 Mar 2019 22:30:14 +0100 Subject: Support passing dir as bottom-left-logo-path *.svg found in that directory will be shown in the bottom left corner, stacked on top of each other, in alphabetical order (top -> bottom). --- src/mainwindow.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 8a5bcf7..dad9089 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -33,7 +33,9 @@ public: void setFocus(Qt::FocusReason reason); - QSize createLogo(const QRect &max); + QSize createLogo(QRect max); + + QSize createNextLogo(const QRect &max, const QString &path); QSize createDistro(const QRect &max); -- cgit v1.2.3-55-g7522