Files
OfficeAssistant_Win10/OfficeAssistant_msvc/globalvariables.h
2023-08-01 09:04:53 +08:00

12 lines
281 B
C++

//
// Created by HW on 2023/07/27.
//
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
#define OFFICEASSISTANT_GLOBALVARIABLES_H
class MainWindowLayout;
extern double scale;
extern MainWindowLayout *mainWindowLayout;
extern QString url_param;
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H