From 5b3cb5898fead63750ea860417d1853710832d34 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 14 Feb 2021 20:59:02 +0100 Subject: desktop: fold ApplicationState into MainWindow The application state is a desktop-only thing. The mobile UI also has its application state, but that is something completely different. The last remaining user of the application state was to flag whether the planner is active. Since this has all been unglobalized, the ApplicationState structure can be moved from core to the desktop UI. And there it can be made local to the MainWindow class. Signed-off-by: Berthold Stoeger --- Subsurface-mobile.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'Subsurface-mobile.pro') diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 47b447fa4..598e94e4c 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -28,7 +28,6 @@ SOURCES += subsurface-mobile-main.cpp \ core/qtserialbluetooth.cpp \ core/plannernotes.c \ core/uemis-downloader.c \ - core/applicationstate.cpp \ core/qthelper.cpp \ core/checkcloudconnection.cpp \ core/color.cpp \ -- cgit v1.2.3-70-g09d2