mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-linux] utils: move definition
This commit is contained in:
@ -81,7 +81,6 @@
|
||||
GetCurrentTheme().color(CTheme::ColorRole::role)
|
||||
#define GetColorValueByRole(role) \
|
||||
GetCurrentTheme().value(CTheme::ColorRole::role)
|
||||
#define IsPackage(type) (AppOptions::packageType() == AppOptions::AppPackageType::type)
|
||||
|
||||
#define LOCAL_PATH_OPEN 1
|
||||
#define LOCAL_PATH_SAVE 2
|
||||
|
||||
@ -42,6 +42,7 @@
|
||||
#include "components/cfullscrwidget.h"
|
||||
|
||||
#define PROCESSEVENTS() AscAppManager::getInstance().processEvents()
|
||||
#define IsPackage(type) (AppOptions::packageType() == AppOptions::AppPackageType::type)
|
||||
|
||||
namespace InputArgs {
|
||||
auto init(int argc, char** const argv) -> void;
|
||||
|
||||
Reference in New Issue
Block a user