summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-11-14 12:39:18 +0100
committerSimon Rettberg2017-11-14 12:39:18 +0100
commit073dee6c0b93b531b9567ec44ecdc6209a841c22 (patch)
treed99b148cfc4351a4e3666b58d3e3f48078ec2461 /src/mainwindow.h
parentImprove style a bit: Pull b-l-logo down, a bit smaller, better dropdown style (diff)
downloadslxgreeter-073dee6c0b93b531b9567ec44ecdc6209a841c22.tar.gz
slxgreeter-073dee6c0b93b531b9567ec44ecdc6209a841c22.tar.xz
slxgreeter-073dee6c0b93b531b9567ec44ecdc6209a841c22.zip
Support autologin via guest session
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 42d494e..ccaa073 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -27,7 +27,7 @@ class MainWindow : public QWidget
Q_OBJECT
public:
- explicit MainWindow(bool primary, int screen, const QRect &rect, bool testMode, QWidget *parent = 0);
+ explicit MainWindow(bool primary, int screen, const QRect &rect, QWidget *parent = 0);
~MainWindow();
void setFocus(Qt::FocusReason reason);