summaryrefslogtreecommitdiffstats
path: root/src/loginform.h
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-08 12:02:00 +0100
committerSimon Rettberg2018-02-08 12:02:00 +0100
commit7688ba080c0c69508847fca9aa36dc392ddbb766 (patch)
treef39315ec70374d2cca6b0929049345c7b113d8d0 /src/loginform.h
parentUpdate readme (diff)
downloadslxgreeter-7688ba080c0c69508847fca9aa36dc392ddbb766.tar.gz
slxgreeter-7688ba080c0c69508847fca9aa36dc392ddbb766.tar.xz
slxgreeter-7688ba080c0c69508847fca9aa36dc392ddbb766.zip
Support regex mangling of username before passing to lightdm
Diffstat (limited to 'src/loginform.h')
-rw-r--r--src/loginform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/loginform.h b/src/loginform.h
index e414d2b..83ddd28 100644
--- a/src/loginform.h
+++ b/src/loginform.h
@@ -50,6 +50,7 @@ protected:
private:
void initialize();
+ void loadSubs();
void addLeaveEntry(bool canDo, QString iconName, QString text, QString actionName);
QString currentSession();
void setCurrentSession(QString session);