summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2021-08-10 15:16:12 +0200
committerSimon Rettberg2021-08-10 15:16:12 +0200
commitafbef5ddb4fcb5a01e4d645bae5779d5325ffb4d (patch)
tree14a2f59b0de0fab3ad4644997c74efb63d44125e /src/mainwindow.h
parentThis is a bit too new.... Keep deprecated variant (diff)
downloadslxgreeter-afbef5ddb4fcb5a01e4d645bae5779d5325ffb4d.tar.gz
slxgreeter-afbef5ddb4fcb5a01e4d645bae5779d5325ffb4d.tar.xz
slxgreeter-afbef5ddb4fcb5a01e4d645bae5779d5325ffb4d.zip
Don't re-layout mainwindow if nothing changed
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3ea0e4a..53fd150 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -78,6 +78,7 @@ private:
QSvgWidget *m_Banner;
QList<QWidget*> m_DecoItems;
QTextEdit *m_News;
+ QRect m_lastRelayout;
};
#endif // MAINWINDOW_H