几乎完成
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
//
|
||||
//
|
||||
// Created by HW on 2023/07/27.
|
||||
//
|
||||
|
||||
#ifndef OFFICEASSISTANT_GLOBALVARIABLES_H
|
||||
#define OFFICEASSISTANT_GLOBALVARIABLES_H
|
||||
#include "exitmanager.h"
|
||||
class ApplicationManager;
|
||||
class MainWindowLayout;
|
||||
extern ExitManager exit_manager;
|
||||
extern double scale;
|
||||
@ -12,4 +13,5 @@ extern MainWindowLayout *mainWindowLayout;
|
||||
extern QString url_param;
|
||||
extern bool autostart;
|
||||
extern bool agree;
|
||||
extern ApplicationManager *application_manager;
|
||||
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H
|
||||
|
Reference in New Issue
Block a user