From b265a6cd3524f77a1378a959fe9982d57d72a9ad Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 30 Mar 2015 11:57:23 -0400 Subject: Update the internal version number handling for backwards compatibility checks. This is just to future-proof the routine - now each version number piece can be anywhere from 0->999 (instead of the old limitation of 0->9). --- lumina-desktop/LSession.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lumina-desktop/LSession.h') diff --git a/lumina-desktop/LSession.h b/lumina-desktop/LSession.h index fdd47eb6..4c9ea15e 100644 --- a/lumina-desktop/LSession.h +++ b/lumina-desktop/LSession.h @@ -112,6 +112,8 @@ private: void CleanupSession(); + int VersionStringToNumber(QString version); + public slots: void launchStartupApps(); void StartLogout(); -- cgit