OfficeAssistant_Win10/OfficeAssistant_msvc/globalvariables.h

16 lines
396 B
C
Raw Normal View History

//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
#include "exitmanager.h"
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;
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H