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