完成1.更新数据库2.获取导航栏
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
//
|
||||
// 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
|
||||
//
|
||||
// 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;
|
||||
#endif //OFFICEASSISTANT_GLOBALVARIABLES_H
|
||||
|
Reference in New Issue
Block a user