OfficeAssistant_Win10/OfficeAssistant_msvc/globalvariables.h

12 lines
281 B
C
Raw Normal View History

2023-07-27 13:44:54 +08:00
//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
2023-07-30 10:26:41 +08:00
class MainWindowLayout;
2023-07-27 13:44:54 +08:00
extern double scale;
2023-07-30 10:26:41 +08:00
extern MainWindowLayout *mainWindowLayout;
2023-08-01 09:04:53 +08:00
extern QString url_param;
2023-07-27 13:44:54 +08:00
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H