summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-17 21:22:26 +0100
committerSimon Rettberg2019-03-17 21:22:26 +0100
commit82ce8faec3c26d20a158a4e24df2edd917b7248b (patch)
treefef5ce688137cbd3458b4dcb1047092f213264f1 /src/mainwindow.h
parentSupport passing dir as bottom-left-logo-path (diff)
downloadslxgreeter-82ce8faec3c26d20a158a4e24df2edd917b7248b.tar.gz
slxgreeter-82ce8faec3c26d20a158a4e24df2edd917b7248b.tar.xz
slxgreeter-82ce8faec3c26d20a158a4e24df2edd917b7248b.zip
Add second logo key for better migration from old slx-admin
We don't want to invalidate all the old branding config modules which are still only made for single file support.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index dad9089..b6a756c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -35,7 +35,7 @@ public:
QSize createLogo(QRect max);
- QSize createNextLogo(const QRect &max, const QString &path);
+ void createNextLogo(QRect &max, QSize &retval, const QString &path);
QSize createDistro(const QRect &max);