aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LSession.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-03-30 11:57:23 -0400
committerKen Moore <ken@pcbsd.org>2015-03-30 11:57:23 -0400
commitb265a6cd3524f77a1378a959fe9982d57d72a9ad (patch)
treedac9bdf71f5fd1fe76f30d4b45b4d29b257f5cdb /lumina-desktop/LSession.h
parentBump the roadmap versions for 0.8.3/0.8.4 to 0.8.4/0.8.5. (diff)
downloadlumina-b265a6cd3524f77a1378a959fe9982d57d72a9ad.tar.gz
lumina-b265a6cd3524f77a1378a959fe9982d57d72a9ad.tar.bz2
lumina-b265a6cd3524f77a1378a959fe9982d57d72a9ad.zip
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).
Diffstat (limited to 'lumina-desktop/LSession.h')
-rw-r--r--lumina-desktop/LSession.h2
1 files changed, 2 insertions, 0 deletions
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();
bgstack15