OfficeAssistant_Win10/OfficeAssistant_msvc/globalvariables.h

18 lines
475 B
C
Raw Normal View History

2023-08-18 19:09:55 +08:00
//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
#include "exitmanager.h"
2023-08-18 19:09:55 +08:00
class ApplicationManager;
class MainWindowLayout;
extern ExitManager exit_manager;
extern double scale;
extern MainWindowLayout *mainWindowLayout;
extern QString url_param;
2023-08-13 12:16:22 +08:00
extern bool autostart;
extern bool agree;
2023-08-18 19:09:55 +08:00
extern ApplicationManager *application_manager;
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H